Coupling HemePure to another instance of HemePure. Build dependencies before attempting to build HemePure.
- Create
dep/build/
. - In
dep/build/
runccmake -B. -H../' or 'ccmake ..
. - Configure using CMake.
- Run
make
indep/build/
.
- Create
src/build/
. - In
src/build/
runccmake -B. -H../
orccmake ..
. - Configure using CMake.
- Run
make
insrc/build/
.
- Run with:
run.sh
. - Case should run with the default build options.
- Ensure that you are running with enough MPI ranks to satisfy HEMELB_READING_GROUP_SIZE.
- Compilation of some dependencies is disabled:
- CppUnit: compilation of unit tests is disabled.