Changeset 8336 for trunk/anuga_work/development/mem_time_tests
- Timestamp:
- Feb 14, 2012, 1:36:38 PM (13 years ago)
- Location:
- trunk/anuga_work/development/mem_time_tests
- Files:
-
- 3 deleted
- 26 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/mem_time_tests/hardware/cairns/job.sh
r8334 r8336 9 9 python ./main.py 10 10 11 #IS THIS A CHANGE? 11 -
trunk/anuga_work/development/mem_time_tests/hardware/cairns/main.py
r8333 r8336 93 93 row[(indexlist[9])]]) 94 94 95 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/hardware/cairns/project.py
r8334 r8336 87 87 slide_depth = 500. 88 88 89 #IS THIS A CHANGE? 89 -
trunk/anuga_work/development/mem_time_tests/hardware/cairns/runcairns.py
r8334 r8336 189 189 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 190 190 191 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/hardware/template/job.sh
r8334 r8336 8 8 9 9 python ./main.py 10 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/hardware/template/main.py
r8334 r8336 95 95 row[(indexlist[7])],row[(indexlist[8])], 96 96 row[(indexlist[9])]]) 97 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/hardware/template/runcairns.py
r8334 r8336 87 87 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 88 88 89 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/parameters/nothing/ex1.py
r8334 r8336 59 59 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 60 60 61 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/parameters/nothing/main.py
r8334 r8336 81 81 row[(indexlist[9])]]) 82 82 83 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/parameters/timelen-over-timestep/ex1.py
r8334 r8336 59 59 log.resource_usage_timing(prefix='aftersimulation') #get memory usage here 60 60 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 61 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/parameters/timelen-over-timestep/main.py
r8334 r8336 85 85 row[(indexlist[7])],row[(indexlist[8])], 86 86 row[(indexlist[9])]]) 87 #IS THIS A CHANGE?88 -
trunk/anuga_work/development/mem_time_tests/parameters/timelen/ex1.py
r8334 r8336 61 61 log.resource_usage_timing(prefix='aftersimulation') #get memory usage here 62 62 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 63 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/parameters/timelen/main.py
r8334 r8336 82 82 row[(indexlist[7])],row[(indexlist[8])], 83 83 row[(indexlist[9])]]) 84 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/channelflow/ex1.py
r8334 r8336 70 70 log.resource_usage_timing(prefix='aftersimulation') #get memory usage 71 71 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 72 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/channelflow/main.py
r8334 r8336 84 84 row[(indexlist[9])]]) 85 85 86 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/stage/ex1.py
r8334 r8336 63 63 log.resource_usage_timing(prefix='aftersimulation')# get memory usage 64 64 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #write the end time to log file 65 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/stage/main.py
r8334 r8336 82 82 row[(indexlist[7])],row[(indexlist[8])], 83 83 row[(indexlist[9])]]) 84 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/vel2/ex1.py
r8334 r8336 68 68 log.resource_usage_timing(prefix='aftersimulation') #get memory usage 69 69 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 70 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/scenarios/vel2/main.py
r8334 r8336 81 81 row[(indexlist[7])],row[(indexlist[8])], 82 82 row[(indexlist[9])]]) 83 84 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/triangles/area/job.sh
r8334 r8336 8 8 9 9 python ./main.py 10 #IS THIS A CHANGE? 10 -
trunk/anuga_work/development/mem_time_tests/triangles/area/main.py
r8334 r8336 7 7 import os 8 8 import time 9 import liststore10 9 from anuga.abstract_2d_finite_volumes.util import add_directories 11 10 from anuga.utilities.log_analyser import analyse_log … … 93 92 row[(indexlist[7])],row[(indexlist[8])], 94 93 row[(indexlist[9])]]) 95 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/triangles/area/runcairns.py
r8334 r8336 5 5 import time 6 6 import sys 7 import liststore8 7 import anuga 9 8 from anuga_parallel import distribute, myid … … 87 86 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 88 87 89 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/triangles/fromregions/main.py
r8334 r8336 81 81 row[(indexlist[7])],row[(indexlist[8])], 82 82 row[(indexlist[9])]]) 83 84 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/triangles/fromregions/runcairns.py
r8334 r8336 78 78 log.resource_usage_timing(prefix='aftersimulation')#get memory usage 79 79 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 80 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/triangles/rectanglecross/main.py
r8334 r8336 81 81 row[(indexlist[7])],row[(indexlist[8])], 82 82 row[(indexlist[9])]]) 83 84 85 #IS THIS A CHANGE? -
trunk/anuga_work/development/mem_time_tests/triangles/rectanglecross/runcairns.py
r8334 r8336 68 68 log.resource_usage_timing(prefix='aftersimulation')#get memory usage 69 69 log.timingInfo(msg=('aftertime,'+str(log.TimeStamp()))) #get the time at the end of the simulation 70 71 #IS THIS A CHANGE?
Note: See TracChangeset
for help on using the changeset viewer.