From ee9735568f715a8f3daa0d4fba01c2672d131db8 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Tue, 3 Jul 2018 17:32:31 +0200 Subject: [PATCH] Do not impose the use of affinity in the small cosmological volume test. --- examples/SmallCosmoVolume/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SmallCosmoVolume/run.sh b/examples/SmallCosmoVolume/run.sh index a6ec3fe5d0..fe67706d75 100755 --- a/examples/SmallCosmoVolume/run.sh +++ b/examples/SmallCosmoVolume/run.sh @@ -7,5 +7,5 @@ then ./getIC.sh fi -../swift -a -c -G -t 16 small_cosmo_volume.yml 2>&1 | tee output.log +../swift -c -G -t 8 small_cosmo_volume.yml 2>&1 | tee output.log -- GitLab