Skip to content

Commit

Permalink
Merge branch 'log-hdf5' into ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Nov 7, 2023
2 parents a5c929f + bf4150f commit 74c9aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd_validation/lj_union.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ def sampling_operation(*jobs):
device = device_cls(
communicator=communicator,
message_filename=util.get_message_filename(
job, f'{mode}_mc_{device_name}.log'
job, f'{mode}_mc_{device_name}.log', num_cpu_threads=1
),
)

Expand Down

0 comments on commit 74c9aa4

Please sign in to comment.