Skip to content

Commit

Permalink
Added a trainling -l for shell definition line in beginning.
Browse files Browse the repository at this point in the history
  • Loading branch information
eta000 committed Aug 11, 2017
1 parent e9cbf6c commit 1b5a145
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jobs/files/slurm-MPI-OMP.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

#######################################
# example for a hybrid MPI OpenMP job #
Expand Down
2 changes: 1 addition & 1 deletion jobs/files/slurm-MPI.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

##########################
# example for an MPI job #
Expand Down
2 changes: 1 addition & 1 deletion jobs/files/slurm-OMP.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

#############################
# example for an OpenMP job #
Expand Down
2 changes: 1 addition & 1 deletion jobs/files/slurm-big-memory.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

#####################################################
# example for a job where we consume lots of memory #
Expand Down
2 changes: 1 addition & 1 deletion jobs/files/slurm-job-array.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -l

#####################
# job-array example #
Expand Down

0 comments on commit 1b5a145

Please sign in to comment.