Adaptive Tree based Efficient and Lithe Equation Solver | DG solver of APES
修訂 | 1e3c273ad710e8948825fb1a118e0cd5db698196 (tree) |
---|---|
時間 | 2022-06-23 16:34:08 |
作者 | Harald Klimach <harald.klimach@dlr....> |
Commiter | Harald Klimach |
Reduce number of MPI processes to not exceed number of cores of the machine.
@@ -814,7 +814,7 @@ | ||
814 | 814 | template = os.path.join( casedir, 'ateles_source_Q8_recheck.lua'), |
815 | 815 | extension = 'lua', |
816 | 816 | run_exec = True, |
817 | - run_command = 'mpirun -np 8', | |
817 | + run_command = 'mpirun -np 6', | |
818 | 818 | abort_failure = abort, |
819 | 819 | additional_params = dict(testsuite_path=atldir), |
820 | 820 | depend = ['maxwell_DivCor_source_seeder'], |