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

Merge branch 'develop' into tests/GridScalingFactory

parents f03fcf03 06600ae3
1 merge request!229Add some more tests to GridScalingManager and BCKernelManager
...@@ -27,7 +27,7 @@ cd .. ...@@ -27,7 +27,7 @@ cd ..
mkdir -p output mkdir -p output
echo $'\n\n\n\n---First test: DrivenCavityMultiGPU on 4 GPUs\n\n' 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' echo $'\n\n\n\n---Second test: SphereScaling on 4 GPUs\n\n'
mpirun -np 4 "./build/bin/SphereScaling" "configPhoenix4GPU_regressionTest.txt" mpirun -np 4 "./build/bin/SphereScaling" "apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt"
\ No newline at end of file \ No newline at end of file
...@@ -27,7 +27,7 @@ cd .. ...@@ -27,7 +27,7 @@ cd ..
mkdir -p output mkdir -p output
echo $'\n\n\n\n---First test: DrivenCavityMultiGPU on 8 GPUs\n\n' 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' echo $'\n\n\n\n---Second test: SphereScaling on 8 GPUs\n\n'
mpirun -np 8 "./build/bin/SphereScaling" "configPhoenix8GPU_regressionTest.txt" mpirun -np 8 "./build/bin/SphereScaling" "apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt"
\ No newline at end of file \ No newline at end of file
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