Skip to content

Commit

Permalink
force use of namelist for recently added regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelaccensi committed Sep 29, 2023
1 parent 5796892 commit 5fd254d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regtests/bin/matrix.base
Original file line number Diff line number Diff line change
Expand Up @@ -911,8 +911,8 @@
echo "$rtst -s ST4_TSA -w work_ST4_TSA $ww3 ww3_ts1" >> matrix.body
echo "$rtst -s ST6 -w work_ST6 $ww3 ww3_ts1" >> matrix.body
echo "$rtst -w work_NL5 -i input_nl5_matrix $ww3 ww3_ts1" >> matrix.body
echo "$rtst -g ST4_T707 -w work_T707GQM -i input_10ms $ww3 ww3_ts1" >> matrix.body
echo "$rtst -g ST4_T713 -w work_T713GQM -i input_10ms $ww3 ww3_ts1" >> matrix.body
echo "$rtst -g ST4_T707 -w work_T707GQM -i input_10ms -N $ww3 ww3_ts1" >> matrix.body
echo "$rtst -g ST4_T713 -w work_T713GQM -i input_10ms -N $ww3 ww3_ts1" >> matrix.body
fi

# fetch limited growth, no switch sharing here
Expand Down

0 comments on commit 5fd254d

Please sign in to comment.