Changes between Version 3 and Version 4 of Ticket #165


Ignore:
Timestamp:
Jun 5, 2007, 9:30:50 AM (18 years ago)
Author:
nick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #165 – Description

    v3 v4  
    5353you should be able to execute "run_exmouth.py" from this directory and it will create another directory with the output results
    5454
     55there is one difference i can see the code fails at a slightly different spot
     56{{{
     57Find midpoint coordinates of entire boundary
     58Initialise file_function
     59Caching: looking for cached files /d/cit/1/cit/unixhome/nbartzis/.python_cache/_file_function[-1913934578119235209]_{Result,Args,Admin}.z
     60Caching: Dependencies are ['/d/xrd/gem/5/nhi/inundation/data/western_australia/exmouth_tsunami_scenario/anuga/boundaries/urs/dampier/1_10000/exmouth_3854_17042007.sww']
     61+-------------------------------------------------------------
     62| Tue Jun  5 08:49:22 2007. Evaluating function _file_function
     63+-------------------------------------------------------------
     64| Argument:     '/d/xrd/gem/5/nhi/inundation/data/western_australia/exmouth_tsunami_scenario/anuga/boundaries/urs/dampier/1_10000/exmouth_3854_17042007.sww'
     65| Keyword Args: {'quantities': ['stage', 'xmomentum', 'ymomentum'], 'interpolation_points': [[  192783.96757945  7566067.52060781]
     66 [  192597.7735207   7576851.25925281]
     67 [  192621.04777805  7575503.29192219]
     68 [  192807.2418368   7564719.55327719]
     69 [  192644.32203539  7574155.32459156]
     70 [  192714.14480742  7570111....
     71| Reason:       No cached result
     72+-------------------------------------------------------------
     73
     74Reading /d/xrd/gem/5/nhi/inundation/data/western_australia/exmouth_tsunami_scenario/anuga/boundaries/urs/dampier/1_10000/exmouth_3854_17042007.sww
     75File_function data obtained from: /d/xrd/gem/5/nhi/inundation/data/western_australia/exmouth_tsunami_scenario/anuga/boundaries/urs/dampier/1_10000/exmouth_3854_17042007.sww
     76  References:
     77    Lower left corner: [189945.759564, 7488724.335279]
     78    Start time:   4000.000000
     79}}}
     80
     813 of the 4 processes fail at this point and other continues on until it creates a .sww file. All the results are in the directory noted above.
     82
    5583It would be very useful if the error could be verified. This would be done by someone else running this code using mpirun in parallel eg "mpirun c0-3 python run_exmouth.py"
     84