Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Agenda Notes Tuesday August 16th 2016 3:00 PM

Douglas Jacobsen edited this page Aug 16, 2016 · 9 revisions

MPAS-Developer Telecon:

Date: 16 August 2016
Time: 3:00pm MDT

Call-in number: 1-866-740-1260
Access Code: 4978161



Agenda Topics:

  1. Open Pull Requests
    • Error / debugging streams
    • Halo Updates Work
  2. Issue cleanup
  3. Framework modifications:
    • Filter Infrastructure
    • Eliminating the mpas_constants module
    • Registry Validation
    • Pool get_dimension routine
    • Critical error log files: "regularize" filenames, and add ability to print multiline messages
    • Integer overflow in ESMF time interval code
  4. Pool Functions
    • Any update on this?
  5. Fortran 2008 Support
    • Testing update?
  6. Design Document Discussions
  7. Testing infrastructure
    • Anything to talk about?


Notes:

  • Results from Fortran2008 contiguous testing:
    • Good news is that most / all compilers we care about support it already.
Ifort 12.1.5	fail
Ifort 13.1.2	fail
Ifort 14.0.1	ok
Ifort 15.0.1	ok
Ifort 16.0.2	ok

Pgi 12.5	fail
Pgi 13.3	fail
Pgi 13.9	fail
Pgi 14.7	ok
Pgi 15.1	ok
Pgi 15.10	ok
Pgi 16.1	ok
Pgi 16.5	ok

Pathscale 5.0.0	fail

Gnu 4.4.6	fail
Gnu 4.6.4	ok
Gnu 4.8.2	ok
Gnu 5.2.0	ok
Gnu 6.1.0	ok

Cray 8.5.1	ok
* Will work on writing a script to remove `, contiguous` where it's defined rather than requiring logic to allow it to be removed
* [Fortran 2008 support link](http://fortranwiki.org/fortran/show/Fortran+2008+status)
  • Pool functions: No update this week
Clone this wiki locally