Difference between revisions of "Broadband Development Version"
Line 9: | Line 9: | ||
#improvement to evaluation tests and tolerances | #improvement to evaluation tests and tolerances | ||
#write simulation summary to sql database for each simulation | #write simulation summary to sql database for each simulation | ||
+ | |||
+ | == Intensity Server Configuration == | ||
+ | |||
+ | == Broadband Server Configuration == | ||
+ | |||
+ | *python -v | ||
+ | **Python 2.7 (r27:82500, Sep 16 2010, 18:02:00) | ||
+ | *icc -v | ||
+ | *ifort -v | ||
+ | **Version 12.0.4 | ||
+ | *gcc -v | ||
+ | **gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC) | ||
+ | |||
== Development Status == | == Development Status == |
Revision as of 02:38, 27 November 2011
Contents
Development Plans
A number of development priorities for the Broadband Platform:
- additional scientific modules
- improved portability of platform
- documentation on parallel tools
- Improved build capabilities
- removal of intel compilers
- improvement to evaluation tests and tolerances
- write simulation summary to sql database for each simulation
Intensity Server Configuration
Broadband Server Configuration
- python -v
- Python 2.7 (r27:82500, Sep 16 2010, 18:02:00)
- icc -v
- ifort -v
- Version 12.0.4
- gcc -v
- gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
Development Status
We integrated several new capabilities including the as a release candidate called Broadband v11.7.0.
We reviewed this with scientific users including the gatech research group and a number of verification checks still needed to be made before releasing the software. The following changes have been added since v11.2.2
This current development version is on trunk in broadband svn. I am testing the dependencies on compiler version (intensity older) and (broadband newer).
I also checked to show the the checksums/md5sum_check.py in the current trunk passes on intensity when pointed at 11.7.0 data tar. This same md5sum script fails if pointed at v11.2.2 data distribution.
The first parallel version was tagged in the repository as V_11_11_23_orig_parallel
The current trunk version, built with icc -v 9.0.0 passes 18 of 19 unit tests.
- Milestones
Milestone | Completion Date | Status |
---|---|---|
Broadband v11.7.0 Code Freeze | 06/15/2011 | Complete |
Version 11.7.0 V & V Testing Complete | 06/22/2011 | Complete |
Version 11.7.0 Beta Release | 07/08/2011 | Complete |
Version 11.7.0 Official Release |
- Key Features
- New goodness-of-fit module: SDSU - Mayhew-Olsen
- New site response module: GATECH - Site1d
- Removed dependency on Matlab
- Broadband 11.7 distribution available as a Oracle VirtualBox Image
- Here is a list of Trac items that were fixed for this release:
- Trac # 22 - Integrate Wei Li Site Response module
- Trac # 41 - Add License file (EULA) to Broadband distribution
- Trac # 42 - Add a file manifest to the distribution archives.
- Trac # 43 - Replace 'fmax' in 'module_bbtoolbox.f90 with user-defined parameter from input file.
- Trac # 46 - Remove Hardcoded Green_Bank.inf entries
- Trac # 47 - Syn1d Module fails with IO error due to missing file.
- Trac # 48 - Test new Greens Functions for Northridge and update reference Solutions.
- Trac # 50 - Broadband platform build fails on Intensity with 'cannot find -lgcc_s_32' error.
- Trac # 51 - Syn1d Module fails with IO error due to missing file Green1d.Landers
- Trac # 52 - Define standard GoF metrics file format
- Trac # 53 - Generate and include a summary html file in simulation output directory
- Trac # 54 - plot_SRF.csh fails with "Newline in variable name"
- Trac # 55 - Integrate Mahew-Olsen Goodness-of-Fit module
- Trac # 56 - Convert BBP Matlab scripts to Python