Skip to content
Snippets Groups Projects
Commit 04d03b62 authored by Marcel Henrik Schubert's avatar Marcel Henrik Schubert
Browse files

fixed missing interpreter error

parent 30f07a8c
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -l
!#/bin/bash -l
# Standard output and error:
# #SBATCH --open-mode=truncate
#SBATCH -o ./out/Preprocessing/preproc_%j.out
......@@ -11,7 +11,7 @@
# Queue:
#SBATCH --partition=medium
# Number of nodes and MPI tasks per node:
#SBATCH --nodes=3
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
# Enable Hyperthreading:
# #SBATCH --ntasks-per-core=2
......
!/bin/bash -l
!#/bin/bash -l
typ=creator
# Standard output and error:
......
!/bin/bash -l
!#/bin/bash -l
typ=manager
# Standard output and error:
......
!/bin/bash -l
!#/bin/bash -l
typ=sports
# Standard output and error:
#SBATCH -o ./../jobscripts/out/preprocess_${typ}_out.%j
#SBATCH -e ./../jobscripts/out/preprocess_${typ}_err_part_2.%j
#SBATCH -o ./../../jobscripts/out/preprocess_${typ}_out.%j
#SBATCH -e ./../../jobscripts/out/preprocess_${typ}_err_part_2.%j
# Initial working directory:
#SBATCH -D /ptmp/mschuber/PAN/Scripts/Preprocessing
# Job Name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment