Skip to content
Snippets Groups Projects
Commit e19c93fe authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Regression tests on Phoenix: Remove old build folder with force

parent c47a84e5
No related branches found
No related tags found
1 merge request!244Fix the regression tests that run on the Phoenix cluster
......@@ -19,7 +19,7 @@ PATH=/home/irmb/tools/cmake-3.20.3-linux-x86_64/bin:$PATH
module list
cd multigpu_test
rm -r build && mkdir -p build
rm -rf build && mkdir -p build
cd build
cmake .. -DBUILD_VF_GPU=ON -DCMAKE_CUDA_ARCHITECTURES=60 -DUSER_APPS=apps/gpu/LBM/DrivenCavityMultiGPU\;apps/gpu/LBM/SphereScaling
make -j 16
......
......@@ -19,7 +19,7 @@ PATH=/home/irmb/tools/cmake-3.20.3-linux-x86_64/bin:$PATH
module list
cd multigpu_test
rm -r build && mkdir -p build
rm -rf build && mkdir -p build
cd build
cmake .. -DBUILD_VF_GPU=ON -DCMAKE_CUDA_ARCHITECTURES=60 -DUSER_APPS=apps/gpu/LBM/DrivenCavityMultiGPU\;apps/gpu/LBM/SphereScaling
make -j 16
......
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