GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

plot demo's taking a long time to complete #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run X:\trunk\eqrm_core\demo\plot\execute_all_demos.py
 plot_prob_haz2.py took a long time. This would have taken over a day.

What is the expected output? What do you see instead?
I don't think this took so long, but I don't have any previous timings for this.

I'm hoping this can be fixed by having the parameter for file based of memory 
based event sets.

Original issue reported on code.google.com by duncan.g...@gmail.com on 16 Mar 2012 at 6:24

GoogleCodeExporter commented 9 years ago
Turning off file storage allows this to run in a reasonable amount of time (~1 
hour). Currently implementing new eqrm_flag to allow the user to switch the 
file_store.SAVE_METHOD.

Original comment by b...@girorosso.com on 22 Mar 2012 at 1:28

GoogleCodeExporter commented 9 years ago
Revision 1012 makes the following changes:
- Add new parameter to eqrm_flags "file_array", boolean, defaults to true. Set
to false to set SAVE_METHOD to None.
- All plot data files use file_array=False
- Remove file_array command line options from check_scenarios.py and
long_check_scenarios.py
- Set some slower running scenarios to use file_array=False

Original comment by b...@girorosso.com on 22 Mar 2012 at 3:21

GoogleCodeExporter commented 9 years ago
Revision 1014 adds new parameter "file_array" to documentation

Original comment by b...@girorosso.com on 22 Mar 2012 at 5:33