Skip to content

Commit

Permalink
fix misplaced quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 2, 2017
1 parent 5f0dbf5 commit 199d4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ that you send the email via the login node.

As an example, add and adapt the following line at the end of your script::

echo "email content" | ssh stallo-1.local 'mail -s "job finished in /global/work/${USER}/${SLURM_JOBID}"' firstname.lastname@uit.no
echo "email content" | ssh stallo-1.local 'mail -s "job finished in /global/work/${USER}/${SLURM_JOBID}" firstname.lastname@uit.no'


Running many short tasks
Expand Down

0 comments on commit 199d4c0

Please sign in to comment.