You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alexandre Ancel edited this page Feb 3, 2016
·
4 revisions
Installation
Requirements
You will need at least the following packages (given in Ubuntu/Debian versions):
libxerces-dev
libginac-dev
hdf5 with C++ (Built using the --enable-cxx option, not compatible with the --enable-parallel flag, but can be overriden with --enable-unsupported)
Building
mkdir build
# On a system with modules, you might need to specify -DMPIEXEC=<location_to_mpiexec>
# to ensure correct detection of MPI, (FindMPI.cmake uses this executable to find MPI)
cmake <path_to_jemris_sources>