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