Changeset 5407 for trunk/NEMOGCM/TOOLS/MISCELLANEOUS/chk_wrk_alloc.sh
- Timestamp:
- 2015-06-11T21:13:22+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/TOOLS/MISCELLANEOUS/chk_wrk_alloc.sh
r5302 r5407 32 32 # same story but for wrk_dealloc 33 33 nn2=$( sed -e "s/wrk_dealloc/wrk_alloc/" $ff | grep -ic "call *wrk_alloc *(" ) 34 [ $(( 2 * $nn1 )) -ne $nn2 ] && echo "problem with wrk_dealloc in $ff" 34 if [ $(( 2 * $nn1 )) -ne $nn2 ] 35 then 36 echo "problem with wrk_dealloc in $ff" 37 grep -i "call *wrk_alloc *(" $ff 38 grep -i "call *wrk_dealloc *(" $ff 39 echo 40 fi 35 41 fi 36 42
Note: See TracChangeset
for help on using the changeset viewer.