mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
dont add compile test when specifying all-omp
This commit is contained in:
parent
99d9118eca
commit
f1780faea2
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ if len(sys.argv) > 1:
|
|||
else:
|
||||
for j in tests:
|
||||
if j.rfind(suffix) != -1:
|
||||
if suffix == 'omp' and j == 'compile':
|
||||
continue
|
||||
tests__.append(j)
|
||||
else:
|
||||
tests__.append(i) # append specific test (e.g., mpi-debug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue