Re: [OMPI devel] [EXTERNAL] Re: Change request for include/mpif-config.h

2013-12-04 Thread Gunter, David O
until after the Thanksgiving holiday in the US. So please expect a modest delay in (properly) responding to your question. -Dave On Nov 21, 2013, at 9:37 AM, "Gunter, David O" mailto:d...@lanl.gov>> wrote: We have a user complaining about warnings he is getting from his Fortran 95

[OMPI devel] Change request for include/mpif-config.h

2013-11-21 Thread Gunter, David O
We have a user complaining about warnings he is getting from his Fortran 95 code. The Intel compilers throw out this warning: warning #7346: The CHARACTER* form of a CHARACTER declaration is an obsolescent feature in Fortran 95. The warning stems from the following two lines in /include/mpif-c

Re: [OMPI devel] [EXTERNAL] Re: Unable to set flags using platform files in the 1.6 release

2012-05-23 Thread Gunter, David O
variables, only command line > arguments. It looks like something bad has happened with ordering; I'm > not sure when I'll be able to take a look, but we should be able to make > it evaluate sooner... > > Brian > > On 5/23/12 2:16 PM, "Gunter, David O"

Re: [OMPI devel] Unable to set flags using platform files in the 1.6 release

2012-05-23 Thread Gunter, David O
-platform=non-existant configure: error: platform file non-existant not found As it is in the newer release, it will fail to work for the PGI compilers then. -david -- David Gunter HPC-3: Infrastructure Team Los Alamos National Laboratory On May 23, 2012, at 12:21 PM, Gunter, David O wrote: >

Re: [OMPI devel] Unable to set flags using platform files in the 1.6 release

2012-05-23 Thread Gunter, David O
flag variables in the platform files...? > > Sent from my phone. No type good. > > On May 23, 2012, at 12:49 PM, "Gunter, David O" wrote: > >> I am trying to set LDFLAGS, CFLAGS, etc, in a platform file but the 1.6 >> release does not seem to pick t

[OMPI devel] Unable to set flags using platform files in the 1.6 release

2012-05-23 Thread Gunter, David O
I am trying to set LDFLAGS, CFLAGS, etc, in a platform file but the 1.6 release does not seem to pick these up. Here's the tail end of one of our platform files, for building with the latest PGI compilers: LDFLAGS="-nomp -lnuma" CFLAGS="-I/opt/panfs/include" CXXFLAGS="-I/opt/panfs/include" FCFL

Re: [OMPI devel] typo in a copyright message

2012-02-29 Thread Gunter, David O
You uncovered our plot for total domination. D'oh! -- David Gunter HPC-3: Infrastructure Team Los Alamos Nation On Feb 28, 2012, at 4:54 PM, Paul H. Hargrove wrote: > By chance I noticed the following in the trunk: > > Index: ompi-trunk/orte/mca/rml/oob/rml_oob_component.c > =