Skip to content

Commit

Permalink
Adding to skip files in matrix.comp Github Issue NOAA-EMC#87
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaMeixner-NOAA committed Sep 4, 2019
1 parent c5efb45 commit 6c8c0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regtests/bin/matrix.comp
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
binaryfiles=`grep . -r * | grep 'Binary file' | sed -e "s/^Binary file //" -e "s/ matches$//"`

#Generate list of files to skip
skipfiles="ww3_shel.out ww3_multi.out prf.*.mww3 finished ww3_systrk.out"
skipfiles="ww3_shel.out ww3_multi.out prf.*.mww3 finished ww3_systrk.out gmon.out time_count.txt"

nf_1=`echo $files_1 | wc -w | awk '{print $1}'`
echo " found $nf_1 files in base directory" >> $home_dir/fulldiff.tmp
Expand Down

0 comments on commit 6c8c0f0

Please sign in to comment.