Skip to content

Commit d69bace

Browse files
author
Manasvita Joshi
committed
Fixed a typo
1 parent dda6c05 commit d69bace

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Languages/Python/Example1/run.sbatch

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/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
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
1010

1111
# Load required modules
1212
module load python

0 commit comments

Comments
 (0)