Skip to content

Commit

Permalink
switch to cpus-per-task
Browse files Browse the repository at this point in the history
  • Loading branch information
ptheywood committed Feb 16, 2024
1 parent b1fddf1 commit 78fa594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usage/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ You must provide your project account.
# Request a default login session 4 cores, 1GB, 8 hours
ghlogin -A <project>
# Request 4 hours with 8 cores and 24GB of memory
ghlogin -A <project> --time 4:00:00 -ntasks 8 --mem 24G
ghlogin -A <project> --time 4:00:00 --cpus-per-task 8 --mem 24G
This will provide shell access to the login environment, which is a single Grace Hopper.
Expand Down

0 comments on commit 78fa594

Please sign in to comment.