We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When invoked from the command line with a specific config, like so:
./orun -c ../../system/test-multinode.cfg
The launch commands that get generated assume that the default.cfg is going to be used, instead of passing on the user specified display config.
The text was updated successfully, but these errors were encountered:
I double checked the code and it looks correct (https://github.com/uic-evl/omegalib/blob/master/src/omega/osystem.cpp#L412) but I will try running it on our cluster tomorrow to see if I can reproduce.
You can also try to do
./orun -c ../../system/test-multinode.cfg -L d
and see if in the detailed log the commands in the lines starting with *_[olaunch] *_look correct
Sorry, something went wrong.
No branches or pull requests
When invoked from the command line with a specific config, like so:
./orun -c ../../system/test-multinode.cfg
The launch commands that get generated assume that the default.cfg is going to be used, instead of passing on the user specified display config.
The text was updated successfully, but these errors were encountered: