multiple MONET instances in parallel
Opened this issue · 3 comments
mattiat commented
Allow to run multiple MONET instances in parallel
mattiat commented
Let Ashis Saha alorchhota@gmail.com know once done
prihoda commented
This would be great. You don't need to add a name to the docker container, it will be named automatically, which means then you don't have to kill the previous one. And you don't have to copy the input to the install directory, you can just bind the parent directory of the input and pass the path directly.
prihoda commented
This would also enable storing Monet in a directory accessible by multiple users, which is very useful on HPC environments. (You would also need to remove the check that Monet is not executed using a full path to the script).