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 dda6c05 commit d69baceCopy full SHA for d69bace
Languages/Python/Example1/run.sbatch
@@ -1,12 +1,12 @@
1
#!/bin/bash
2
-#SBATCH -J mc_pi # job name
3
-#SBATCH -o mc_pi.out # standard output file
4
-#SBATCH -e mc_pi.err # standard error file
5
-#SBATCH --nodes=1 # number of nodes
6
-#SBATCH -cpus-per-task=1 # number of cores
7
-#SBATCH --partition=serial_requeue # partition
8
-#SBATCH --time=0-00:30 # time in D-HH:MM
9
-#SBATCH --mem=4000 # memory in MB
+#SBATCH -J mc_pi # job name
+#SBATCH -o mc_pi.out # standard output file
+#SBATCH -e mc_pi.err # standard error file
+#SBATCH --nodes=1 # number of nodes
+#SBATCH --cpus-per-task=1 # number of cores
+#SBATCH --partition=serial_requeue # partition
+#SBATCH --time=0-00:30 # time in D-HH:MM
+#SBATCH --mem=4000 # memory in MB
10
11
# Load required modules
12
module load python
0 commit comments