[mpich-discuss] compilation problem with mpich2-1.4
    Jean-Michel Beuken 
    Jean-Michel.beuken at uclouvain.be
       
    Fri Jul 29 14:10:03 CDT 2011
    
    
  
Hello,
I come back with this problem thanks to an abinit user ( http://forum.abinit.org/viewtopic.php?f=3&t=1206#p3883 )
If you look at this page:     http://www.mpi-forum.org/docs/mpi22-report/node327.htm#Node327
It appears that the MPICH2-1.4 implementation is in error.
with its patch, abinit program works :
--------------------------------------------------------------------------
--- src/binding/f90/buildiface   2011-03-20 15:37:51.000000000 -0400
+++ ../../mpich2-1.4/src/binding/f90/buildiface   2011-07-25 19:12:52.529963846 -0400
@@ -189,6 +189,7 @@
         'Op_commutative-2' => 'bool',
         'File_set_atomicity-2' => 'bool',
         'File_get_atomicity-2' => 'bool',
+        'Type_hvector-3' => 'int',
       );
# Some routines must be skipped (custom code is provided for them)
--------------------------------------------------------------------------
I hope to be useful for action...
regards
jmb
    
    
More information about the mpich-discuss
mailing list