Jeff Squyres
d8fb2ff1e5
Fix issue with function pointers coming in from fortran. This is as
result of a long, confusing conversation between Geroge and myself, and a bunch more Intel tests now pass as a result: - use (void*) instead of (MPI_Fint*). Don't use the proper function pointer type (as defined in, e.g., op/op.h) because a) there's no typecasting coming in from fortran anyway, and b) it would make a dependency from all the fortran bindings to op.h, errhandler.h, and attribute.h. - do not dereference function pointers when calling the back-end C MPI functions -- pass them as the pointers that Fortran passed in the first place. This commit was SVN r3299.
This is the world's greatest MPI. ...more to write here should be a short file, referring to the real docs.
Описание
Languages
C
82.4%
Fortran
3.8%
Roff
3.7%
Shell
3.3%
Makefile
2.3%
Разное
4.5%