I am submitting a job with sbatch /somepath/test.sh test.sh looks for a config files and other scripts in the same path e.g. /somepath/ /somepath/ is available to all submit and compute nodes.
but slurm copies the script to /var/lib/slurm-llnl/slurmd/etc/ before executing it. Thus it test.sh can't find the required config and scripts. I'm changing over from sge where adding the -b y flag to qsub would stop sge from copying the script to the execution host. Is there a similar solution for slurm?
