-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/EPCCed/cirrus-docs
- Loading branch information
Showing
3 changed files
with
21 additions
and
12 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 |
---|---|---|
|
@@ -421,8 +421,9 @@ Please [contact the service desk](mailto:[email protected]) if you have conce | |
<p>tensorflow/2.11.0-gpu</p></td> | ||
<td> | ||
<p>Please use one of the following</p> | ||
<p>tensorflow/2.13.0</p> | ||
<p>tensorflow/2.15.0</p> | ||
<p>tensorflow/2.15.0-gpu</p></td> | ||
<p>tensorflow/2.13.0-gpu</p></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
|
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 |
---|---|---|
|
@@ -11,6 +11,16 @@ and the ability to combine and account for the interaction between the | |
various physics and motion models in a single simulation to cover your | ||
specific application. | ||
|
||
!!! Note | ||
|
||
|
||
STAR-CCM+ is not centrally available as a module on Cirrus. All users | ||
must build the software in their own user space. | ||
|
||
Below we provide some guidance for using STAR-CCM+ on Cirrus with the | ||
PoD license. | ||
|
||
|
||
## Useful Links | ||
|
||
> - [Information about STAR-CCM+ by | ||
|
@@ -52,10 +62,9 @@ following script starts the server: | |
#SBATCH --partition=standard | ||
#SBATCH --qos=standard | ||
|
||
# Load the default HPE MPI environment | ||
module load mpt | ||
module load starccm+ | ||
# Add starccm+ installation to PATH and LD_LIBRARY_PATH | ||
|
||
# License information: | ||
export SGI_MPI_HOME=$MPI_ROOT | ||
export PATH=$STARCCM_EXE:$PATH | ||
export [email protected] | ||
|
@@ -93,10 +102,9 @@ previous examples is the "starccm+" line) | |
#SBATCH --partition=standard | ||
#SBATCH --qos=standard | ||
|
||
# Load the default HPE MPI environment | ||
module load mpt | ||
module load starccm+ | ||
# Add starccm+ installation to PATH and LD_LIBRARY_PATH | ||
|
||
# License information: | ||
export SGI_MPI_HOME=$MPI_ROOT | ||
export PATH=$STARCCM_EXE:$PATH | ||
export [email protected] | ||
|
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