mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
10 lines
194 B
Python
10 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
|
||
|
|
}
|