Changeset 3034 in ntrip for trunk/BNC/run_valgrind
- Timestamp:
- Feb 25, 2011, 12:58:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/run_valgrind
r627 r3034 2 2 if [ "$1" == "start" ] 3 3 then 4 valgrind --leak-check=full ./bnc - nw2> valgrind.txt &4 valgrind --num-callers=50 --leak-check=full ./bnc --file bnc_cmb.raw_110221 --staID "FFMJ1" --conf POST.conf --format RTCM_3 2> valgrind.txt & 5 5 elif [ "$1" == "stop" ] 6 6 then
Note:
See TracChangeset
for help on using the changeset viewer.