mirror of
https://github.com/Richard-Sti/csiborgtools.git
synced 2024-12-22 09:18:03 +00:00
Update file
This commit is contained in:
parent
a08109b997
commit
119d09e26e
1 changed files with 7 additions and 6 deletions
|
@ -15,13 +15,14 @@
|
|||
from os import system
|
||||
|
||||
if __name__ == "__main__":
|
||||
# chains = [15517]
|
||||
# simname = "csiborg2_main"
|
||||
# mode = 1
|
||||
chains = [15717, 15817, 15917, 16017, 16117, 16217, 16317, 16417, 16517,
|
||||
16617, 16717, 16817, 16917, 17017, 17117, 17217, 17317, 17417]
|
||||
simname = "csiborg2_main"
|
||||
mode = 1
|
||||
|
||||
chains = [7444 + n * 24 for n in range(1, 101)]
|
||||
simname = "csiborg1"
|
||||
mode = 3
|
||||
# chains = [7444 + n * 24 for n in range(1, 101)]
|
||||
# simname = "csiborg1"
|
||||
# mode = 3
|
||||
|
||||
env = "/mnt/zfsusers/rstiskalek/csiborgtools/venv_csiborg/bin/python"
|
||||
memory = 64
|
||||
|
|
Loading…
Reference in a new issue