Skip to content
Snippets Groups Projects
Commit 03982e5f authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Update README.md

parent f3cc2079
No related branches found
No related tags found
2 merge requests!5MPI version of tadah,!3MPI version of Tadah
Pipeline #45073 failed
...@@ -7,9 +7,9 @@ This project is currently under development. The goal is to enable the training ...@@ -7,9 +7,9 @@ This project is currently under development. The goal is to enable the training
- use develop branch - use develop branch
- Make use of CMake FETCHCONTENT_SOURCE_DIR_<uppercaseName> such that it points to the local copy of a MODULE: - Make use of CMake FETCHCONTENT_SOURCE_DIR_<uppercaseName> such that it points to the local copy of a MODULE:
- -DFETCHCONTENT_SOURCE_DIR_TADAH.LIBS=/full/local/path/to/TADAH/LIBS - TADAH_PATH=...
- -DFETCHCONTENT_SOURCE_DIR_TADAH.CORE=/full/local/path/to/TADAH/CORE - -DFETCHCONTENT_SOURCE_DIR_TADAH.CORE=${TADAH_PATH}/CORE
- -DFETCHCONTENT_SOURCE_DIR_TADAH.MODELS=/full/local/path/to/TADAH/MODELS - -DFETCHCONTENT_SOURCE_DIR_TADAH.MODELS=${TADAH_PATH}/MODELS
- -DFETCHCONTENT_SOURCE_DIR_TADAH.MLIP=/full/local/path/to/TADAH/MLIP - -DFETCHCONTENT_SOURCE_DIR_TADAH.MLIP=${TADAH_PATH}/MLIP
- -DFETCHCONTENT_SOURCE_DIR_TADAH.MD=/full/local/path/to/TADAH/MD - -DFETCHCONTENT_SOURCE_DIR_TADAH.MD=${TADAH_PATH}/MD
- -DFETCHCONTENT_SOURCE_DIR_TADAH.HPO=/full/local/path/to/TADAH/HPO - -DFETCHCONTENT_SOURCE_DIR_TADAH.HPO=${TADAH_PATH}/HPO
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment