We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12962f commit 2ee6a10Copy full SHA for 2ee6a10
intro-HPC/examples/Job-script-examples/single_core.sh
@@ -2,7 +2,7 @@
2
#PBS -N count_example ## job name
3
#PBS -l nodes=1:ppn=1 ## single-node job, single core
4
#PBS -l walltime=2:00:00 ## max. 2h of wall time
5
-module load Python/3.6.4-intel-2018a
+module load Python/3.11.3-GCCcore-12.3.0
6
# copy input data from location where job was submitted from
7
cp $PBS_O_WORKDIR/input.txt $TMPDIR
8
# go to temporary working directory (on local disk) & run
0 commit comments