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:
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/
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/
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:
After installation, it should be possible to test installed components using
brahms --WALK
or thebrahms_manager
MATLAB program, but several post-installation steps are necessary for this to work: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/
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/
brahms_manager
are missing:test.m
must be copied from/usr/local/SystemML/BRAHMS/support/template/process/test.m
to each process subdirectorynode.xml
file must be created in each process subdirectory:release.xml
file must be created in each process subdirectory (substituting the appropriate language ID):