Re: [OMPI users] fortran program with integer kind=8 using openmpi

2012-07-01 Thread George Bosilca
Based on the sizes reported by configure (in the opal_config.h file), we map the Fortran types to C types at runtime. Thus, if there is an identical C type (and this is the case for all integers), all Fortan types will have as a backend the corresponding int type. Can you send your opal_config.

Re: [OMPI users] Cannot build openmpi-1.6 on

2012-07-01 Thread John R. Cary
On 6/30/12 8:47 AM, Ralph Castain wrote: Add --disable-vt to your configure line - if you don't need VampirTrace, just bypass the problem Works. Thanks. On Jun 30, 2012, at 8:32 AM, John R. Cary wrote: My system: $ uname -a Linux multipole.txcorp.com 2.6.32-220.17.1.el6.x86_64 #1 SMP We