Skip to content

Commit

Permalink
Increased cosmomc ram
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaLambda1998 committed Feb 24, 2021
1 parent b1a3ab2 commit 4bbbc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pippin/cosmomc.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def _run(self):
"array": f"1-{len(self.ini_files)}",
"cpus-per-task": "1",
"output": self.logfile,
"mem-per-cpu": f"{max([int(20/self.num_walkers),1])}GB"
"mem-per-cpu": f"{max([int(20/self.num_walkers),4])}GB"
}
self.update_header(header_dict)

Expand Down

0 comments on commit 4bbbc17

Please sign in to comment.