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
-\<openmpiVERSION\> - version of used openmpi/impi
-<PRECISION> - DP/SP – double/single precision
-\<PRECISION\> - DP/SP – double/single precision
\###Available OpenFOAM modules
###Available OpenFOAM modules
To check available modules use
To check available modules use
...
@@ -60,7 +60,7 @@ To create OpenFOAM environment on ANSELM give the commands:
...
@@ -60,7 +60,7 @@ To create OpenFOAM environment on ANSELM give the commands:
!!! Note "Note"
!!! Note "Note"
Please load correct module with your requirements “compiler - GCC/ICC, precision - DP/SP”.
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
```bash
$ mkdir-p$FOAM_RUN
$ mkdir-p$FOAM_RUN
...
@@ -72,7 +72,7 @@ Project directory is now available by typing:
...
@@ -72,7 +72,7 @@ Project directory is now available by typing:
$ cd /home/<USER>/OpenFOAM/<USER>-<OFversion>/run
$ cd /home/<USER>/OpenFOAM/<USER>-<OFversion>/run
```
```
<OFversion> - for example <2.2.1>
\<OFversion\> - for example \<2.2.1\>
or
or
...
@@ -90,7 +90,7 @@ Now you can run the first case for example incompressible laminar flow in a cavi
...
@@ -90,7 +90,7 @@ Now you can run the first case for example incompressible laminar flow in a cavi
## Running Serial Applications
## Running Serial Applications
Create a Bash script >test.sh
Create a Bash script test.sh
```bash
```bash
#!/bin/bash
#!/bin/bash
...
@@ -208,7 +208,7 @@ Rename icoFoam.C to My_icoFOAM.C
...
@@ -208,7 +208,7 @@ Rename icoFoam.C to My_icoFOAM.C
$ mv icoFoam.C My_icoFoam.C
$ mv icoFoam.C My_icoFoam.C
```
```
Edit >_files_ file in _Make_ directory:
Edit _files_ file in _Make_ directory:
```bash
```bash
icoFoam.C
icoFoam.C
...
@@ -227,7 +227,3 @@ In directory My_icoFoam give the compilation command:
...
@@ -227,7 +227,3 @@ In directory My_icoFoam give the compilation command: