Skip to content

Commit

Permalink
test: --use-hwthread-cpus until queens is public
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdinkel committed Dec 19, 2024
1 parent 108e9e3 commit d6877d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/fourc/test_fourc_mc.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def test_fourc_mc(
input_templates=fourc_input_file_template,
executable=fourc_executable,
data_processor=data_processor,
mpi_cmd="/usr/bin/mpirun --bind-to none --use-hwthread-cpus",
)
model = SimulationModel(scheduler=scheduler, driver=driver)
iterator = MonteCarloIterator(
Expand Down

0 comments on commit d6877d3

Please sign in to comment.