-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[manual] complete my proofreading for 7.0.
Add access links to Digital Alliance. Clarify -n vs -c and their --ntasks and --cpus-per-tasks a bit. Fix some typos.
- Loading branch information
Showing
4 changed files
with
36 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,6 @@ \subsubsection{Directives} | |
#SBATCH [email protected] | ||
#SBATCH --chdir=./ ## Use current directory as working directory | ||
#SBATCH -N 1 | ||
#SBATCH --ntasks=1 | ||
#SBATCH -n 8 ## Request 8 cores | ||
#SBATCH --mem=32G ## Assign 32G memory per node | ||
\end{verbatim} | ||
|
@@ -55,10 +54,11 @@ \subsubsection{Directives} | |
(multithreaded) parallelism (i.e., cores) you attach to your job (up to 32 by default). | ||
%be sure to delete or comment out the \verb| #$ -pe smp | parameter if it | ||
%is not relevant; | ||
|
||
Replace, \verb+<memory>+, with the value (in GB), that you want | ||
your job's memory space to be (up to 500 depending on the node), and all jobs MUST have a memory-space | ||
assignment. | ||
|
||
% | ||
If you are unsure about memory footprints, err on assigning a generous | ||
memory space to your job, so that it does not get prematurely terminated. | ||
%(the value given to \api{h\_vmem} is a hard memory ceiling). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters