Hello!

After doing some application coding using the C++ bindings, I tried to
create a custom MPI::File Errorhandler but failed: 

| mpiiowriter.cc: In member function `virtual void MPIIOWriter::initialized()':
| mpiiowriter.cc:29: error: `Create_errhandler' is not a member of `MPI::File'
| mpiiowriter.cc:29: warning: unused variable 'errhandler'

After some source grepping, it seems that the function
MPI::File::Create_errhandler() is not implemented, although the MPI2.0
standard requires it for MPI-IO. Should I file a ticket?

Christian

-- 
Dipl.-Inf. Christian Kauhaus                               <><
Lehrstuhl fuer Rechnerarchitektur und -kommunikation 
Institut fuer Informatik * Ernst-Abbe-Platz 1-2 * D-07743 Jena
Tel: +49 3641 9 46376  *  Fax: +49 3641 9 46372   *  Raum 3217

Reply via email to