我想通過sbatch_run.sh腳本不同參數main.py多次運行Python腳本中: #!/bin/bash
#SBATCH --job-name=sbatch_run
#SBATCH --array=1-1000
#SBATCH --exclude=node047
arg1=10 #arg to be change during runs
arg2=12 #arg to be c
能夠使用多個節點以加快這一進程 這執行MPI工作是我目前使用的命令: mpirun --hostfile myhost -np 2 --map-by slot Job.x //only executes in the first node mpirun --hostfile myhost -np 4 --map-by slot Job.x //explits the job in two diff