diff --git a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt index c5789cdf96049b7c0a31ce693c29cd2db4952a58..9b8c6e42de49997cc218a2a0ee6f832b903d142b 100644 --- a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt +++ b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt @@ -1,7 +1,7 @@ ################################################## #GPU Mapping ################################################## -Devices="0 1 2 3" +Devices=0 1 2 3 NumberOfDevices=4 ################################################## diff --git a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt index c5789cdf96049b7c0a31ce693c29cd2db4952a58..9b8c6e42de49997cc218a2a0ee6f832b903d142b 100644 --- a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt +++ b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt @@ -1,7 +1,7 @@ ################################################## #GPU Mapping ################################################## -Devices="0 1 2 3" +Devices=0 1 2 3 NumberOfDevices=4 ################################################## diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt index c5789cdf96049b7c0a31ce693c29cd2db4952a58..9b8c6e42de49997cc218a2a0ee6f832b903d142b 100644 --- a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt +++ b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt @@ -1,7 +1,7 @@ ################################################## #GPU Mapping ################################################## -Devices="0 1 2 3" +Devices=0 1 2 3 NumberOfDevices=4 ################################################## diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt index c5789cdf96049b7c0a31ce693c29cd2db4952a58..9b8c6e42de49997cc218a2a0ee6f832b903d142b 100644 --- a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt +++ b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt @@ -1,7 +1,7 @@ ################################################## #GPU Mapping ################################################## -Devices="0 1 2 3" +Devices=0 1 2 3 NumberOfDevices=4 ################################################## diff --git a/regression-tests/multigpu_test/rocket4GPU.yml b/regression-tests/multigpu_test/rocket4GPU.yml index 33b7178372f0ce869565e8eee567a75ac8759ee4..2de1602cdea02c05edf5678b67a231ed7862e6b6 100755 --- a/regression-tests/multigpu_test/rocket4GPU.yml +++ b/regression-tests/multigpu_test/rocket4GPU.yml @@ -37,7 +37,7 @@ copy: collect: - from: multigpu_test/output/4GPU/ - to: output/4GPU + to: output/4GPU/ overwrite: true - from: multigpu_test/slurm4GPU.out diff --git a/regression-tests/multigpu_test/rocket8GPU.yml b/regression-tests/multigpu_test/rocket8GPU.yml index 9c59b4ce52984ad552bb3d32233a4d694589721f..29f06e919facadf86a76240f1f78427cf371bc6b 100755 --- a/regression-tests/multigpu_test/rocket8GPU.yml +++ b/regression-tests/multigpu_test/rocket8GPU.yml @@ -37,7 +37,8 @@ copy: collect: - from: multigpu_test/output/8GPU/ - to: output/8GPU + to: output/8GPU/ + overwrite: true - from: multigpu_test/slurm8GPU.out