Skip to content
Snippets Groups Projects
Commit 54f05d0e authored by Thomas Baumann's avatar Thomas Baumann
Browse files

Removed pinning stuff from test

parent 267e1fba
Branches
No related tags found
No related merge requests found
Pipeline #186302 failed
...@@ -94,7 +94,7 @@ def individual_test(num_nodes, quad_type, residual_type, imex, initGuess, useNCC ...@@ -94,7 +94,7 @@ def individual_test(num_nodes, quad_type, residual_type, imex, initGuess, useNCC
my_env['COVERAGE_PROCESS_START'] = 'pyproject.toml' my_env['COVERAGE_PROCESS_START'] = 'pyproject.toml'
if os.environ.get('SYSTEMNAME') == "juwels": if os.environ.get('SYSTEMNAME') == "juwels":
cmd = f"srun --ntasks={num_nodes} --hint=nomultithread --cpu-bind=sockets --cpus-per-task=6 python {__file__} --test_sweeper {num_nodes} {quad_type} {residual_type} {imex} {initGuess} {useNCCL}".split() cmd = f"srun python {__file__} --test_sweeper {num_nodes} {quad_type} {residual_type} {imex} {initGuess} {useNCCL}".split()
else: else:
cmd = f"mpirun -np {num_nodes} python {__file__} --test_sweeper {num_nodes} {quad_type} {residual_type} {imex} {initGuess} {useNCCL}".split() cmd = f"mpirun -np {num_nodes} python {__file__} --test_sweeper {num_nodes} {quad_type} {residual_type} {imex} {initGuess} {useNCCL}".split()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment