- requirements:
- libfdf >= 0.1.1 ; build in serial mode
- eg of building
` mkdir build cd build cmake ../ make -j `
running
` bin/esl-demo.X <input file> `
by default will look to read from sample.inp
Force ELSI support, otherwise the build-system will try and determine if it is present.
`
cmake ../ -DWITH_ELSI=On
`
`
cmake ../ -DWITH_MPI=On
`
if you get undefined references to MPI_Get_library_version you have a very old MPI implementation Solution:
- update the MPI
- or
`
cmake ../ -DBUILD_SHARED_LIBS=on
`
`
cmake ../ -DWITH_DOC=on
`