1
1

22 Коммитов

Автор SHA1 Сообщение Дата
Jeff Squyres
b2a660ded3 Replace missing tabs
This commit was SVN r460.
2004-01-17 03:01:11 +00:00
Prabhanjan Kambadur
3b956572b9 Changing the #if's in the .c files to allow them to be built according to
the newly decided fortran conventions

This commit was SVN r459.
2004-01-17 02:44:33 +00:00
Prabhanjan Kambadur
fe23690a82 It was decided that all the four fortran bindings (8 in case profiling is required)
will be provided. All the changes will reflect this decision. Now there is one
central mpi_*_f function which will be wrapperd around or weak symbbols
will be defined to it.

This commit was SVN r457.
2004-01-16 22:40:27 +00:00
Prabhanjan Kambadur
e27432f0a0 this files has been replaced by prototypes_mpi.h and profile/prototypes_pmpi.h
This commit was SVN r456.
2004-01-16 22:37:25 +00:00
Prabhanjan Kambadur
274850b87a this file is not required anymore. We provide all 4 fortran symbols now
This commit was SVN r455.
2004-01-16 22:35:50 +00:00
Jeff Squyres
39643b1e24 Add some missing prototypes
This commit was SVN r272.
2004-01-11 21:33:35 +00:00
Brian Barrett
21cb912520 * Fix makefile comment typo that kept libmpi.a from being built
* Fix profiling defines.h to include all functions
* Add something in comm_get_name so that linkers don't complain quite so
  much

This commit was SVN r232.
2004-01-10 23:07:38 +00:00
Brian Barrett
48092ca348 * fix some cruft from the interface move
This commit was SVN r230.
2004-01-10 22:41:39 +00:00
Jeff Squyres
2fc377a408 Updates to reflect new directory structure
This commit was SVN r227.
2004-01-10 21:32:32 +00:00
Jeff Squyres
5d54543fd7 Add MPI_Alloc_mem and MPI_Free_mem
This commit was SVN r201.
2004-01-10 08:22:06 +00:00
Jeff Squyres
4831ce2780 Fix installation of all header files in all cases (even if we're not building
C++, F90, F77, or separate compilation for profiling).

This commit was SVN r179.
2004-01-09 18:55:51 +00:00
Jeff Squyres
77ace57c5a More fixes for bug 625 -- make all .h files get [conditionally] installed.
This commit was SVN r169.
2004-01-09 17:44:07 +00:00
Jeff Squyres
034d0ebcb5 Add support for profiling, both via weak symbols and separate compilation.
This commit was SVN r164.
2004-01-09 08:30:19 +00:00
Jeff Squyres
2620d1fd22 Initial versions of functions
This commit was SVN r163.
2004-01-09 08:29:57 +00:00
Jeff Squyres
2b574d038c Remove these poorly-named, example-only files
This commit was SVN r149.
2004-01-09 06:05:52 +00:00
Jeff Squyres
84d5606627 Change lib_LTLIBRARIES -> noinst_LTLIBRARIES so that the convenience
libraries don't get installed

This commit was SVN r121.
2004-01-08 15:49:20 +00:00
Jeff Squyres
9a8d02de1c First cut at weak symbol support for profiling and all fortran symbol
extensions.  Not quite complete yet.

This commit was SVN r116.
2004-01-08 13:42:23 +00:00
Jeff Squyres
1d8a51ab60 Add AM_CPPFLAGS indicating that we need to compile with the big set of
#define's remapping from MPI_Foo -> PMPI_Foo (etc.)

This commit was SVN r115.
2004-01-08 13:41:20 +00:00
Jeff Squyres
f8e46e4ca5 Clearly mark the example files
This commit was SVN r114.
2004-01-08 13:40:30 +00:00
Jeff Squyres
db9806c54c Add support for only traversing into the profile/ subdirectory only if
a) we want profiling support, and b) the compiler doesn't support weak
symbols.

This commit was SVN r113.
2004-01-08 13:39:38 +00:00
Jeff Squyres
653eba5181 New file naming convention in the MPI API dirs
This commit was SVN r105.
2004-01-08 02:30:43 +00:00
Jeff Squyres
91099b3259 First cut of language bindings
This commit was SVN r100.
2004-01-07 21:39:46 +00:00