... | ... | @@ -27,7 +27,7 @@ module load hdf5/1.10.5-intel-19.0.4-serial |
|
|
module load intelmpi/2019.4.243
|
|
|
module load mkl/19.4
|
|
|
module load boost/1_69_0
|
|
|
module load cmake/3.9.0
|
|
|
module load cmake/3.16.1
|
|
|
module load git
|
|
|
|
|
|
```
|
... | ... | @@ -43,7 +43,7 @@ $ export CXX=icpc |
|
|
|
|
|
Once this environment is loaded, you just need to run `cmake`:
|
|
|
```
|
|
|
[elena@login0:~/fargOCA/build]$ cmake [options] ..
|
|
|
[elena@login0:~/fargOCA/build]$ cmake -DBOOST_ROOT=/opt/software/occigen/libraries/boost/1_69_0/intel/19.4/intelmpi/2019.4.243/include ..
|
|
|
```
|
|
|
* **Testing** platform specific scripts allows you to run the test in parallel
|
|
|
* `<builddir>/tools/dev/occTest.sh` dispatch the tests on the cluster and track the result. You can interrupt the monitoring phase and resume it later with...
|
... | ... | |