From c1b24f518bbdd1ab95a30a65e2f2d7103b6e7d1b Mon Sep 17 00:00:00 2001 From: Anna Wellmann <a.wellmann@tu-braunschweig.de> Date: Wed, 26 Apr 2023 08:26:29 +0200 Subject: [PATCH] Fix paths for regression tests on multiple gpus needed after https://git.rz.tu-bs.de/irmb/VirtualFluids_dev/-/merge_requests/219 --- regression-tests/multigpu_test/slurm4GPU.job | 4 ++-- regression-tests/multigpu_test/slurm8GPU.job | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/regression-tests/multigpu_test/slurm4GPU.job b/regression-tests/multigpu_test/slurm4GPU.job index 886bfaf74..8afc3cd34 100755 --- a/regression-tests/multigpu_test/slurm4GPU.job +++ b/regression-tests/multigpu_test/slurm4GPU.job @@ -27,7 +27,7 @@ cd .. mkdir -p output echo $'\n\n\n\n---First test: DrivenCavityMultiGPU on 4 GPUs\n\n' -mpirun -np 4 "./build/bin/DrivenCavityMultiGPU" "configPhoenix4GPU_regressionTest.txt" +mpirun -np 4 "./build/bin/DrivenCavityMultiGPU" "apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt" echo $'\n\n\n\n---Second test: SphereScaling on 4 GPUs\n\n' -mpirun -np 4 "./build/bin/SphereScaling" "configPhoenix4GPU_regressionTest.txt" \ No newline at end of file +mpirun -np 4 "./build/bin/SphereScaling" "apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt" \ No newline at end of file diff --git a/regression-tests/multigpu_test/slurm8GPU.job b/regression-tests/multigpu_test/slurm8GPU.job index 333d5c77b..ad8027e9d 100755 --- a/regression-tests/multigpu_test/slurm8GPU.job +++ b/regression-tests/multigpu_test/slurm8GPU.job @@ -27,7 +27,7 @@ cd .. mkdir -p output echo $'\n\n\n\n---First test: DrivenCavityMultiGPU on 8 GPUs\n\n' -mpirun -np 8 "./build/bin/DrivenCavityMultiGPU" "configPhoenix8GPU_regressionTest.txt" +mpirun -np 8 "./build/bin/DrivenCavityMultiGPU" "apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt" echo $'\n\n\n\n---Second test: SphereScaling on 8 GPUs\n\n' -mpirun -np 8 "./build/bin/SphereScaling" "configPhoenix8GPU_regressionTest.txt" \ No newline at end of file +mpirun -np 8 "./build/bin/SphereScaling" "apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt" \ No newline at end of file -- GitLab