bash - command in .bashrc file cannot be executed correctly when submitted a pbs job -


I have a script in which a job is deposited, which is

  # ! / Bin / bash # PBS-L nodes = 1: PPN = 1 # PBS-L Volume Time = 00: 30: 00 # PBS-NXXX  

However, After, I got an error message in the xxxxx.e8980 file:

  /home/xxxxx/.bashrc: line 1: /etc/ini.modules: No such file or directory  

but the file /etc/ini.modules exists there.

Where is being referenced?

Files in a job that will be submitted in a cluster, you must either force the job in specific nodes (files) or make sure that the file is present on all the calculation nodes in the cluster.


Comments

Popular posts from this blog

Editing Python Class in Shell and SQLAlchemy -

import - Python ImportError: No module named wmi -

uislider - In a MATLAB GUI, how does one implement a continuously varying slider from a GUIDE created .m file? -