• R/O
  • SSH

ateles: 提交

Adaptive Tree based Efficient and Lithe Equation Solver | DG solver of APES


Commit MetaInfo

修訂1e3c273ad710e8948825fb1a118e0cd5db698196 (tree)
時間2022-06-23 16:34:08
作者Harald Klimach <harald.klimach@dlr....>
CommiterHarald Klimach

Log Message

Reduce number of MPI processes to not exceed number of cores of the machine.

Change Summary

差異

diff -r 29bbc21f2742 -r 1e3c273ad710 recheck.py
--- a/recheck.py Wed Jun 22 16:41:03 2022 +0200
+++ b/recheck.py Thu Jun 23 09:34:08 2022 +0200
@@ -814,7 +814,7 @@
814814 template = os.path.join( casedir, 'ateles_source_Q8_recheck.lua'),
815815 extension = 'lua',
816816 run_exec = True,
817- run_command = 'mpirun -np 8',
817+ run_command = 'mpirun -np 6',
818818 abort_failure = abort,
819819 additional_params = dict(testsuite_path=atldir),
820820 depend = ['maxwell_DivCor_source_seeder'],
Show on old repository browser