in reply to Re^4: How can I convert my script for submitting SLURM jobs from Bash to Perl?
in thread How can I convert my script for submitting SLURM jobs from Bash to Perl?
It gave this error: Can't exec "gaussian": No such file or directory at...
Please give exact error messages, you've cut off the most important part: where the error occurs! That's the code you need to be debugging, and that's the code we need to see to be able to help you with it. Again, How do I post a question effectively?
AFAIK the module command typically modifies the environment, which isn't shared between system calls. Try system("module add gaussian && srun resp.com");.
|
|---|