5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!67Remark
-<openmpiVERSION> - version of used openmpi/impi
-<PRECISION> - DP/SP – double/single precision
-\<VERSION\> - version of openfoam
-\<COMPILER\> - version of used compiler
-\<openmpiVERSION\> - version of used openmpi/impi
-\<PRECISION\> - DP/SP – double/single precision
\###Available OpenFOAM modules
###Available OpenFOAM modules
To check available modules use
...
...
@@ -60,7 +60,7 @@ To create OpenFOAM environment on ANSELM give the commands:
!!! Note "Note"
Please load correct module with your requirements “compiler - GCC/ICC, precision - DP/SP”.
Create a project directory within the $HOME/OpenFOAM directory named ><USER>-<OFversion> and create a directory named run within it, e.g. by typing:
Create a project directory within the $HOME/OpenFOAM directory named \<USER\>-\<OFversion\> and create a directory named run within it, e.g. by typing:
```bash
$ mkdir-p$FOAM_RUN
...
...
@@ -72,7 +72,7 @@ Project directory is now available by typing:
$ cd /home/<USER>/OpenFOAM/<USER>-<OFversion>/run
```
<OFversion> - for example <2.2.1>
\<OFversion\> - for example \<2.2.1\>
or
...
...
@@ -90,7 +90,7 @@ Now you can run the first case for example incompressible laminar flow in a cavi
## Running Serial Applications
Create a Bash script >test.sh
Create a Bash script test.sh
```bash
#!/bin/bash
...
...
@@ -208,7 +208,7 @@ Rename icoFoam.C to My_icoFOAM.C
$ mv icoFoam.C My_icoFoam.C
```
Edit >_files_ file in _Make_ directory:
Edit _files_ file in _Make_ directory:
```bash
icoFoam.C
...
...
@@ -227,7 +227,3 @@ In directory My_icoFoam give the compilation command: