Skip to content

Commit

Permalink
ipcrm --all=sem is the current command to remove semaphors, not ipcrm…
Browse files Browse the repository at this point in the history
… -a sem
  • Loading branch information
heatherkellyucl committed Oct 11, 2024
1 parent 2ce446c commit 441b753
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mkdocs-project-dir/docs/Software_Guides/Other_Software.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,13 +361,13 @@ export GAMESS_USERSCR=$TMPDIR
# removes any of the user’s semaphore arrays that were left from previous
# jobs on this node. Use if you are using a whole number of nodes.
ipcrm -a sem
ipcrm --all=sem
rungms exam01.inp 00 $NSLOTS $(ppn)
# removes all of the user’s semaphore arrays.
# Use if you are using a whole number of nodes.
ipcrm -a sem
ipcrm --all=sem
```

#### Semaphores
Expand All @@ -388,7 +388,7 @@ node that you are on:
```
# removes all of the user’s semaphore arrays.
# Use if you are using a whole number of nodes.
ipcrm -a sem
ipcrm --all=sem
```

Putting this before and after your GAMESS run ought to make sure that no semaphores from you are
Expand Down

0 comments on commit 441b753

Please sign in to comment.