mirror of
https://github.com/JHUAPL/kaiju.git
synced 2026-01-09 15:17:56 -05:00
Tweaks to support tests
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -8,11 +8,15 @@ external/FARGPARSE-*/
|
||||
external/GFTL-*/
|
||||
external/GFTL_SHARED-*/
|
||||
external/PFUNIT-*/
|
||||
|
||||
# skip F90 files in the tests folder, except in specific subfolders
|
||||
tests/*/*.F90
|
||||
!tests/helperCode/*.F90
|
||||
!tests/helperCode_mpi/*.F90
|
||||
|
||||
# any local automated tests that users have run
|
||||
test_runs/
|
||||
|
||||
# Pre-compile generated files
|
||||
src/base/git_info.F90
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<coupling dtCouple="5.0" imType="RAIJU" doQkSquish="T" qkSquishStride="2" doAsyncCoupling="F"/>
|
||||
<restart dtRes="10800.0"/>
|
||||
<imag doInit="T"/>
|
||||
<threading NumTh="64"/>
|
||||
<threading NumTh="128"/>
|
||||
<!-- without quick squish, estimated 13 helpers required -->
|
||||
<helpers numHelpers="2" useHelpers="T" doSquishHelp="T"/>
|
||||
</VOLTRON>
|
||||
|
||||
Reference in New Issue
Block a user