Changeset 7750 for anuga_validation/automated_validation_tests/patong_beach_validation/validate_patong_scenario.py
- Timestamp:
- May 25, 2010, 9:06:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_validation/automated_validation_tests/patong_beach_validation/validate_patong_scenario.py
r7666 r7750 52 52 raise Exception(msg) 53 53 54 if mem < 8000000:54 if mem < 2000000: 55 55 msg = 'Insufficient memory to run Patong beach validation. ' 56 56 msg += 'Got %i need at least 8GB. ' % mem
Note: See TracChangeset
for help on using the changeset viewer.