Skip to content

Commit ad6000e

Browse files
refactor: preliminary runs note on motion2d and thermo3d
1 parent ad32065 commit ad6000e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/shared_script_variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def get_ngbxs_nsupers_runs() -> dict:
3030
(128, 128): 3,
3131
(1024, 128): 3,
3232
(16384, 128): 3, # not for cond0d
33-
(131072, 128): 3, # not for cond0d
33+
(131072, 128): 3, # not for cond0d, motion2d or thermo3d
3434
}
3535
return ngbxs_nsupers_runs
3636

@@ -49,7 +49,7 @@ def get_ngbxs_nsupers_nthreads(
4949
(128, 128): [128, 64, 16, 1],
5050
(1024, 128): [128, 64, 16, 1],
5151
(16384, 128): [128, 64, 16, 1], # not for cond0d
52-
(131072, 128): [128, 64, 16, 1], # not for cond0d
52+
(131072, 128): [128, 64, 16, 1], # not for cond0d, motion2d or thermo3d
5353
}
5454
return ngbxs_nsupers_nthreads
5555

0 commit comments

Comments
 (0)