Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MAINT: Remove = symbols for readability
  • Loading branch information
pan14001 committed Apr 23, 2019
1 parent 2202a4f commit b2f7467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/01-submit-hostname.slurm
@@ -1,7 +1,7 @@
#!/bin/bash -x
#SBATCH --nodes=2
#SBATCH --ntasks=5
#SBATCH --output=submit.out
#SBATCH --nodes 2
#SBATCH --ntasks 5
#SBATCH --output submit.out

# Overwrite instead of appending to output file.
echo -n > submit.out
Expand Down

0 comments on commit b2f7467

Please sign in to comment.