From d7a2c63cab8e9ed0177d2ea5eccbe69a477eecab Mon Sep 17 00:00:00 2001 From: Artur Glavic Date: Tue, 11 Feb 2020 10:36:14 +0100 Subject: [PATCH] Try using newly compiled version with intel compiler and guides addon --- sbatch.tsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbatch.tsh b/sbatch.tsh index 2e3cae7..31a21bb 100644 --- a/sbatch.tsh +++ b/sbatch.tsh @@ -19,7 +19,7 @@ echo "Running on $SLURM_NPROCS processors." echo "Current working directory is `pwd`" echo "Estia GIT revision is $CURRENT_VERSION" -mpirun -np $SLURM_NPROCS mcnp6.mpi \ +mpirun -np $SLURM_NPROCS /home/ll_glavic/shielding/mcnp6/MCNP_SM/bin/mcnp6.mpi \ inp=e2-estia.i outp=results/e2-estia_$CURRENT_VERSION.out \ runtpe=runs/e2-estia_$CURRENT_VERSION.run \ mctal=results/e2-estia_$CURRENT_VERSION.mct \