Changeset 27339
- Timestamp:
- Mar 18, 2010, 2:53:18 PM (16 years ago)
- Location:
- branches/eam_branches/largefiles.20100314/Ohana/src/opihi
- Files:
-
- 6 edited
-
cmd.basic/cd.c (modified) (1 diff)
-
cmd.basic/test/for.sh (modified) (1 diff)
-
cmd.data/test/dimendown.sh (modified) (2 diffs)
-
cmd.data/test/integrate.sh (modified) (1 diff)
-
cmd.data/test/interpolate.sh (modified) (1 diff)
-
cmd.data/test/periodogram.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/cd.c
r25995 r27339 51 51 } 52 52 53 if ((cwd = getcwd(NULL, 64)) == NULL) {53 if ((cwd = getcwd(NULL, 1024)) == NULL) { 54 54 gprint (GP_ERR, "error getting cwd\n"); 55 55 if (var != NULL) free (var); -
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.basic/test/for.sh
r14176 r27339 169 169 $PASS = 1 170 170 171 if ($endmem - $startmem > 10)171 if ($endmem - $startmem > 80) 172 172 $PASS = 0 173 173 echo "growth: {$endmem-$startmem}" -
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/dimendown.sh
r16056 r27339 42 42 $startmem = $word:1 43 43 44 for i 0 1000 44 for i 0 10000 45 45 dimendown timg val 46 46 dimendown timg xc -x … … 53 53 $PASS = 1 54 54 55 if ($endmem - $startmem > 1 0)55 if ($endmem - $startmem > 128) 56 56 $PASS = 0 57 57 echo "growth: {$endmem-$startmem}" -
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/integrate.sh
r16056 r27339 40 40 $PASS = 1 41 41 42 if ($endmem - $startmem > 1 0)42 if ($endmem - $startmem > 128) 43 43 $PASS = 0 44 44 echo "growth: {$endmem-$startmem}" -
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/interpolate.sh
r16056 r27339 41 41 $PASS = 1 42 42 43 if ($endmem - $startmem > 1 0)43 if ($endmem - $startmem > 128) 44 44 $PASS = 0 45 45 echo "growth: {$endmem-$startmem}" -
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/cmd.data/test/periodogram.sh
r16465 r27339 136 136 $PASS = 1 137 137 138 if ($endmem - $startmem > 1 0)138 if ($endmem - $startmem > 180) 139 139 $PASS = 0 140 140 echo "growth: {$endmem-$startmem}"
Note:
See TracChangeset
for help on using the changeset viewer.
