mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-25 04:25:29 -04:00
10 lines
215 B
Python
10 lines
215 B
Python
# Test configuration options for regression tests
|
|
config = {
|
|
'event' : False,
|
|
'exe': 'openmc',
|
|
'mpi': False,
|
|
'mpiexec': 'mpiexec',
|
|
'mpi_np': '2',
|
|
'update': False,
|
|
'build_inputs': False
|
|
}
|