hi ALL: I submit my job as follow. #] sbatch --workdir=/home/work/job/tmp/job20160318154722494.4157 --job-name=new_test --mail-type=ALL [email protected] --nodes=1 --partition=low --priority=0 --time=2880 mybatch.sh
and there have no /home/work/job/tmp/job20160318154722494.4157 dir at slurmd node, can I create this "workdir" at taskprolog and make it as work dir of the job? if can not, how can I Achieve this function? I want submit my job with random workdir and make sure workdir as unique at slave node。 Best, shengzhao wen
