Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BRAHMS test components and assets installed incorrectly #15

Open
dbux opened this issue May 8, 2019 · 1 comment
Open

BRAHMS test components and assets installed incorrectly #15

dbux opened this issue May 8, 2019 · 1 comment

Comments

@dbux
Copy link

dbux commented May 8, 2019

After installation, it should be possible to test installed components using brahms --WALK or the brahms_manager MATLAB program, but several post-installation steps are necessary for this to work:

  1. Attempting to test a component using brahms_manager gives the error: E_USER: failed open "/usr/local/SystemML/BRAHMS/media/interleaved-128.dat"
    This can be resolved by copying the media folder to the proper location: sudo cp -r ~/brahms/framework/media/ /usr/local/SystemML/BRAHMS/
  2. Attempting to create a new component using brahms_manager gives the error: Error using listdlg (line 121) ListString parameter is required.
    This can be resolved by copying the support folder to the proper location: sudo cp -r ~/brahms/support/ /usr/local/SystemML/BRAHMS/
  3. Several files necessary to create new non-native components in brahms_manager are missing:
  • test.m must be copied from /usr/local/SystemML/BRAHMS/support/template/process/test.m to each process subdirectory
  • A node.xml file must be created in each process subdirectory:
<?xml version="1.0" encoding="UTF-8"?>
<Node>
<Type>Process</Type>
</Node>
  • A release.xml file must be created in each process subdirectory (substituting the appropriate language ID):
<?xml version="1.0" encoding="UTF-8"?>
<Release>
<Language>1258</Language>
</Release>
@sebjameswml
Copy link
Collaborator

So is this all about files being properly installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants