diff --git a/build_vcluster.sh b/build_vcluster.sh index b88d13af2e2e1cc1b4494e92a12a82f4dd2a7387..36176e589e9561021373d007feb5c97722f0aaa6 100644 --- a/build_vcluster.sh +++ b/build_vcluster.sh @@ -56,8 +56,8 @@ exit(0)\n" bsub -K -n 1 -J compile sh ./compile_script -# bsub -K -n 2 mpirun -np 2 ./src/vcluster -# if [ "$?" = "0" ]; then exit 1 ; fi +## Run on the cluster + bsub -K -n 2 mpirun -np 2 ./src/vcluster fi