Skip to content

Commit

Permalink
Changed cluster script to use Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva committed Jun 10, 2023
1 parent 6ad010b commit 7be15e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbp/utils/batch/bbp_discovery_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def write_slurm(install, numsim, simdir, xmldir, email,
slurmfile.write("\n")
slurmfile.write("cd $HOME\n")
slurmfile.write("\n")
slurmfile.write("python $BBP_DIR/utils/batch/run_parallel.py $BBP_DIR/utils/batch/setup_bbp_env.sh %s $SLURM_NODES %d\n" %
slurmfile.write("python3 $BBP_DIR/utils/batch/run_parallel.py $BBP_DIR/utils/batch/setup_bbp_env.sh %s $SLURM_NODES %d\n" %
(bfn, cores_per_node))
slurmfile.write("\n")
slurmfile.write('echo "Processing end"\n')
Expand Down

0 comments on commit 7be15e3

Please sign in to comment.