-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* merge fix * Remove obsolete F0, F1 from generic_solvers * Another r string warning removal * Removing obsolete Unknown attributes on the generic solver * Getting rid of the problem_description method in every solver * Removing some commented out code. * Clean up the expression's initialisation code * simplifying the uw_counter_object idea to keep a total_instances and instance_number * Removing the metaclass counter idea - now simpler. Need to add a stress test * Adding _version.py file. Also starting a runtime record class, currently in __init__.py * Object counter function to class function + property * Introducting uw_record. uw_record gives information on the installation and runtime Access via: import underworld3 as uw uw.auditor.get_installation_data uw.auditor.get_runtime_data * uw_record lives in underworld/utilities/__init__.py * uw_record collects data only on proc 0 and broadcasts to all procs. For get_runtime_data be aware of this design. As calling often could cause an operational overhead. While get_installation_data only bcasts at initialisation. * Coming idea is to serialised the output get_installation_data into hdf5 files * Rename uw_record -> auditor * access via underworld3.auditor * test included in test_0005_utils.py * Modify test script name for uw_counter * Clean up the interface of 'auditor' * Removing the uw_count class
- Loading branch information
Showing
12 changed files
with
292 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = "0.98.1b" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.