radical-cybertools / radical.repex.at

This is the github location for RepEx developed by the RADICAL team in conjunction with the York Lab.
Other
4 stars 3 forks source link

Sander executable incorrectly pathed for SuperMIC #87

Closed SrinivasMushnoori closed 7 years ago

SrinivasMushnoori commented 7 years ago

Hi folks

While running scaling experiments on SuperMIC I noticed that none of the replicas would actually run after the CU's had been instantiated. It gave me the following error:

/bin/bash: /home/antontre/amber14/bin/sander: Permission denied Killed by signal 15.

I narrowed the issue down to radical.repex/src/radical/repex/kernels/kernels.py where upon investigating, sure enough, the Sander executable was sourced as:

"executable" : "/home/antontre/amber14/bin/sander"

Changing that to the correct location of sander on SuperMIC as:

"executable" : "/usr/local/packages/amber/14/INTEL-140-MVAPICH2-2.0/bin/sander"

and reinstalling seems to have fixed the issue. Simulations are running for now and scaling experiments are proceeding as planned. Please let me know if you have further comments or if you feel that I may have overlooked something.

ibethune commented 7 years ago

I think one of you should just make the change then, since you seem to have reported and solved the problem already!

antonst commented 7 years ago

addressed in devel