Skip to content

Commit

Permalink
Make a note in the readme on how to fetch current NMRPIPE version
Browse files Browse the repository at this point in the history
And fix a wrong version from the docs - the versions now use underscores rather than spaces.
  • Loading branch information
jonwedell authored Dec 11, 2024
1 parent 9186d21 commit 867dc6c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@ resources.
if you use more than 2GB of memory when you omit `request_memory`. Therefore, if your jobs require more than 2GB of memory,
please ensure you request enough memory with the `request_memory` parameter.

```
requirements = NMRPIPE == "11.5 rev 2023.105.21.31"
```
# Note - check current versions of NMRPIPE available by using the command `condor_status -af NMRPIPE`
requirements = NMRPIPE == "v11.5_rev_2023.105.21.31"
+Production = True
```

Expand Down

0 comments on commit 867dc6c

Please sign in to comment.