Commit ae09303 1 parent 350bde7 commit ae09303 Copy full SHA for ae09303
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
mkdir build
134
134
cd build
135
135
export AMS_INSTALL_PATH=$(pwd)/install
136
- echo "AMS_INSTALL_PATH=$( AMS_INSTALL_PATH}"
136
+ echo "AMS_INSTALL_PATH=${ AMS_INSTALL_PATH}"
137
137
export AMS_MFEM_PATH=$(spack location -i mfem)
138
138
export AMS_TORCH_PATH=$(spack location -i py-torch)/lib/python3.10/site-packages/torch/share/cmake/Torch
139
139
export AMS_FAISS_PATH=$(spack location -i faiss)
@@ -166,7 +166,7 @@ jobs:
166
166
mkdir build_idealgas/
167
167
cd build_idealgas/
168
168
export AMS_MFEM_PATH=$(spack location -i mfem)
169
- echo "AMS_INSTALL_PATH=$( AMS_INSTALL_PATH}"
169
+ echo "AMS_INSTALL_PATH=${ AMS_INSTALL_PATH}"
170
170
cmake -DWITH_CUDA=Off -DAMS_DIR=${AMS_INSTALL_PATH}/lib64/cmake/AMS -DMFEM_DIR=${AMS_MFEM_PATH} $GITHUB_WORKSPACE/examples/ideal_gas/
171
171
make VERBOSE=1
172
172
@@ -190,7 +190,7 @@ jobs:
190
190
mkdir build
191
191
cd build
192
192
export AMS_INSTALL_PATH=$(pwd)/install
193
- echo "AMS_INSTALL_PATH=$( AMS_INSTALL_PATH}"
193
+ echo "AMS_INSTALL_PATH=${ AMS_INSTALL_PATH}"
194
194
export AMS_MFEM_PATH=$(spack location -i mfem)
195
195
export AMS_TORCH_PATH=$(spack location -i py-torch)/lib/python3.10/site-packages/torch/share/cmake/Torch
196
196
export AMS_FAISS_PATH=$(spack location -i faiss)
You can’t perform that action at this time.
0 commit comments