I am running a parallel program with a PBS scheduler. I have ran the same code on a different system and used the following command in my job script:
lamboot -v -ssi boot tm
and it worked on another system. But this new one has the following in the standard error file:
-----------------------------------------------------------------------------
The boot module named "tm" could not be found.
This typically means that you misspelled the desired module name, used
the wrong name entirely, or the module has decided that it does not
want to run in this environment.
-----------------------------------------------------------------------------
Lamnodes Failed!
Check if you had booted lam before calling mpiexec else use -machinefile to pass host file to mpiexec
I have also tried using:
lamboot $PBS_NODEFILE
but I get the following error in my output stream:
Missing: program name
Program lam_appschema_Et0oze either does not exist, is not
executable, or is an erroneous argument to mpirun.
Any ideas how I can get lamboot to find the tm module? Thanks.
|