Skip to content

Commit

Permalink
update cmake command ams+pfa
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliza Lisan authored and Aliza Lisan committed Dec 19, 2023
1 parent 1b9a233 commit ed0581e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,22 @@ $ cmake \
-DCMAKE_C_COMPILER=clang \
-DWITH_HDF5=On -DHDF5_Dir=$AMS_HDF5_PATH \
-DCMAKE_PREFIX_PATH=$INSTALL_DIR \
-DWITH_DB=On \
-DWITH_DB=On -DWITH_RMQ=On \
-Damqpcpp_DIR=$AMS_AMQPCPP_PATH \
-DBUILD_SHARED_LIBS=On \
-DCMAKE_INSTALL_PREFIX=./install \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
-DWITH_EXAMPLES=On \
-DMFEM_DIR=$AMS_MFEM_PATH \
-DUMPIRE_DIR=$AMS_UMPIRE_PATH \
-DWITH_MPI=On \
-DWITH_CUDA=On \
-DWITH_CALIPER=On \
-DWITH_TORCH=On -DTorch_DIR=$AMS_TORCH_PATH \
-DWITH_TESTS=Off \
-DWITH_FAISS=On -DFAISS_DIR=$AMS_FAISS_PATH \
-DAMS_CUDA_ARCH=${AMS_CUDA_ARCH} \
-DWITH_AMS_DEBUG=On \
-DWITH_PERFFLOWASPECT=On \
-Dperfflowaspect_DIR=$AMS_PFA_PATH/share \
../
Expand Down

0 comments on commit ed0581e

Please sign in to comment.