Skip to content

Commit 2ee6a10

Browse files
authored
Update single_core.sh
1 parent b12962f commit 2ee6a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro-HPC/examples/Job-script-examples/single_core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#PBS -N count_example ## job name
33
#PBS -l nodes=1:ppn=1 ## single-node job, single core
44
#PBS -l walltime=2:00:00 ## max. 2h of wall time
5-
module load Python/3.6.4-intel-2018a
5+
module load Python/3.11.3-GCCcore-12.3.0
66
# copy input data from location where job was submitted from
77
cp $PBS_O_WORKDIR/input.txt $TMPDIR
88
# go to temporary working directory (on local disk) & run

0 commit comments

Comments
 (0)