Jeff Squyres
3f5541349a
Add UC copyright
...
This commit was SVN r5009.
2005-03-24 12:43:37 +00:00
Jeff Squyres
616269a9be
Add HLRS copyright
...
This commit was SVN r3665.
2004-11-28 20:09:25 +00:00
Jeff Squyres
e9ed717748
First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
...
pending.
This commit was SVN r3655.
2004-11-22 01:38:40 +00:00
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.
2004-10-23 19:08:26 +00:00
Vishal Sahay
af6fb8f347
This commit was SVN r2635.
2004-09-13 18:57:25 +00:00
Vishal Sahay
aae786ce09
Add FINT macros to bindings already implemented
...
This commit was SVN r2621.
2004-09-13 01:42:53 +00:00
Vishal Sahay
9dd541ef41
More f77 bindings
...
This commit was SVN r2439.
2004-09-02 01:17:31 +00:00
Vishal Sahay
d96c602465
More wrappers with MPI_Fint modifications
...
This commit was SVN r2422.
2004-09-01 00:57:55 +00:00
Jeff Squyres
3d5bd95934
Fix for missing prototype of malloc et al.
...
This commit was SVN r2349.
2004-08-28 08:04:03 +00:00
Vishal Sahay
f159b108b0
Modified bindings to take care of difference in size of int and MPI_Fint
...
This commit was SVN r2337.
2004-08-27 21:53:11 +00:00
David Daniel
563ac2a338
First pass of lam -> ompi conversion
...
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
Prabhanjan Kambadur
a0983ab473
Changing the bindings files to have the #define of MPI_ functions to PMPI_ functions after the #pragma weak statement
...
This commit was SVN r1055.
2004-04-20 18:50:43 +00:00
David Daniel
7f8c2c3714
Updating header file names after the great directory reorganization.
...
This commit was SVN r877.
2004-03-17 18:45:16 +00:00
Jeff Squyres
698685924b
Part 2 of The Great Source Reorganization
...
This commit was SVN r873.
2004-03-17 17:45:44 +00:00