mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-23 19:45:34 -04:00
9 lines
194 B
Python
9 lines
194 B
Python
# Test configuration options for regression tests
|
|
config = {
|
|
'exe': 'openmc',
|
|
'mpi': False,
|
|
'mpiexec': 'mpiexec',
|
|
'mpi_np': '2',
|
|
'update': False,
|
|
'build_inputs': False
|
|
}
|