-
Notifications
You must be signed in to change notification settings - Fork 1
Working Compiler Library combinations
Michael Hirsch, Ph.D edited this page Dec 17, 2018
·
13 revisions
here we categorize by compiler and Mumps version.
- install libs
apt install gfortran libmumps-dev libopenmpi-dev openmpi-bin
- in
gemini/:cd objects cmake .. cmake --build .
- run tests
cd objects ctest --output-on-failure
| OS | Compiler | MUMPS | OpenMPI | Git rev. |
|---|---|---|---|---|
| Ubuntu 16.04 | 6.5.0 | 4.10.0 | 1.10.2 | c4f42c9bb8d |
| Ubuntu 18.04 | 7.3.0 | 5.1.2 | 2.1.1 | c4f42c9bb8d |
- in
scivision/fortran-libs:./build_gnu_noMKL.sh
- in
gemini/:./build_gnu_noMKL.sh
- run tests
cd objects ctest --output-on-failure
| OS | Compiler | MUMPS | OpenMPI | Git rev. |
|---|---|---|---|---|
| Ubuntu 16.04 | 6.5.0 | 5.1.2 | 1.10.2 | 8e998aef90 |