Skip to content

Commit

Permalink
preparing V2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
romainroehrig committed Mar 4, 2024
1 parent 716c7f8 commit 6567862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To install EMS on a CNRM computer, with access to the CNRM Lustre system:

2. Modify `install.sh` (or execute `install.sh -h` to get its usage):

* Set `EMS_VERSION`, e.g., `EMS_VERSION=2.4.4.mac`
* Set `EMS_VERSION`, e.g., `EMS_VERSION=2.4.5.mac`
* Set where you want to install EMS: default is `REP_EMS=$HOME/Tools/EMS/V${EMS_VERSION}`
* Set where you want to run MUSC: default is `REP_MUSC=$HOME/MUSC/V${EMS_VERSION}`

Expand Down
2 changes: 1 addition & 1 deletion doc/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To install EMS on a CNRM computer, with access to the CNRM Lustre system:

2. Modify `install.sh` (or execute `install.sh -h` to get its usage):

* Set `EMS_VERSION`, e.g., `EMS_VERSION=2.4.4`
* Set `EMS_VERSION`, e.g., `EMS_VERSION=2.4.5`
* Set where you want to install EMS: default is `REP_EMS=$HOME/Tools/EMS/V${EMS_VERSION}`
* Set where you want to run MUSC: default is `REP_MUSC=$HOME/MUSC/V${EMS_VERSION}`

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e
# User specific defaults

# EMS Version
EMS_VERSION=2.4.4.mac
EMS_VERSION=2.4.5.mac

# Directory where EMS is installed
REP_EMS=$HOME/Tools/EMS/V${EMS_VERSION}
Expand Down

0 comments on commit 6567862

Please sign in to comment.