Skip to content

Commit

Permalink
fix bind-to for snl machines
Browse files Browse the repository at this point in the history
  • Loading branch information
camelto2 committed Feb 7, 2024
1 parent a4705da commit 42fcd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/lib/machines.py
Original file line number Diff line number Diff line change
Expand Up @@ -2775,7 +2775,7 @@ class SnlMachine(Supercomputer):

#for mpiexec
def post_process_job(self,job):
job.run_options.add(bindto="--bind-to core",npernode="--npernode {}".format(job.processes_per_node))
job.run_options.add(bindto="--bind-to none",npernode="--npernode {}".format(job.processes_per_node))

def write_job_header(self,job):
if job.queue is None:
Expand Down

0 comments on commit 42fcd6f

Please sign in to comment.