Commit 0cd1385
authored
Fix: nosmt OMP Threads Default (#3647)
## Summary
Fix that `OMP_NUM_THREADS` was ignored in non-verbose runs.
## Additional background
Follow-up to #3607
## Checklist
The proposed changes:
- [x] fix a bug or incorrect behavior in AMReX
- [ ] add new capabilities to AMReX
- [ ] changes answers in the test suite to more than roundoff level
- [ ] are likely to significantly affect the results of downstream AMReX
users
- [ ] include documentation in the code and/or rst files, if appropriate1 parent 44c5c7a commit 0cd1385
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
159 | | - | |
160 | | - | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments