Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jan 3, 2025
1 parent 350bde7 commit ae09303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
mkdir build
cd build
export AMS_INSTALL_PATH=$(pwd)/install
echo "AMS_INSTALL_PATH=$(AMS_INSTALL_PATH}"
echo "AMS_INSTALL_PATH=${AMS_INSTALL_PATH}"
export AMS_MFEM_PATH=$(spack location -i mfem)
export AMS_TORCH_PATH=$(spack location -i py-torch)/lib/python3.10/site-packages/torch/share/cmake/Torch
export AMS_FAISS_PATH=$(spack location -i faiss)
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
mkdir build_idealgas/
cd build_idealgas/
export AMS_MFEM_PATH=$(spack location -i mfem)
echo "AMS_INSTALL_PATH=$(AMS_INSTALL_PATH}"
echo "AMS_INSTALL_PATH=${AMS_INSTALL_PATH}"
cmake -DWITH_CUDA=Off -DAMS_DIR=${AMS_INSTALL_PATH}/lib64/cmake/AMS -DMFEM_DIR=${AMS_MFEM_PATH} $GITHUB_WORKSPACE/examples/ideal_gas/
make VERBOSE=1
Expand All @@ -190,7 +190,7 @@ jobs:
mkdir build
cd build
export AMS_INSTALL_PATH=$(pwd)/install
echo "AMS_INSTALL_PATH=$(AMS_INSTALL_PATH}"
echo "AMS_INSTALL_PATH=${AMS_INSTALL_PATH}"
export AMS_MFEM_PATH=$(spack location -i mfem)
export AMS_TORCH_PATH=$(spack location -i py-torch)/lib/python3.10/site-packages/torch/share/cmake/Torch
export AMS_FAISS_PATH=$(spack location -i faiss)
Expand Down

0 comments on commit ae09303

Please sign in to comment.