Adapting a Bash Script that Runs Executables in Tandem for SLURM

后端 未结 0 1731
失恋的感觉
失恋的感觉 2021-02-10 01:34

I have a bash script which goes as follows:

#!/bin/sh
nz=$(tail -1 temp.txt)
nz_5=$(($nz_calc + 5))
nz_10=$(($nz_calc + 10))

python3 code.py $nz $nz_10 # Make 10         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题