Jeff Squyres
22fa2312be
Use lam_abort() where relevant
...
This commit was SVN r485.
2004-01-19 17:47:52 +00:00
Jeff Squyres
9e9647ae99
Make lam_abort() take printf-style arguments
...
This commit was SVN r484.
2004-01-19 17:46:34 +00:00
Jeff Squyres
5820008c17
Fix compiler warning
...
This commit was SVN r483.
2004-01-19 17:46:08 +00:00
Jeff Squyres
1fc09a693f
Add missing .h file
...
This commit was SVN r482.
2004-01-19 17:44:47 +00:00
Jeff Squyres
048afe8ef4
Add .cvsignore
...
This commit was SVN r481.
2004-01-19 17:44:31 +00:00
Jeff Squyres
c563eae37b
Split up laminfo into smaller, more managable pieces
...
This commit was SVN r480.
2004-01-19 17:43:50 +00:00
Jeff Squyres
7e2845a187
No header files in this directory
...
This commit was SVN r479.
2004-01-19 16:31:56 +00:00
Prabhanjan Kambadur
4a5e85c8a0
#if 0'ing out all unused functions
...
This commit was SVN r478.
2004-01-19 06:02:50 +00:00
Prabhanjan Kambadur
68655dedbc
addingn laminfo's Makefile to list of generated files
...
This commit was SVN r477.
2004-01-19 05:47:09 +00:00
Prabhanjan Kambadur
fc1292d6ea
adjusting the tabs
...
This commit was SVN r476.
2004-01-19 05:44:55 +00:00
Prabhanjan Kambadur
dcea529c8d
Adding the basic version of laminfo
...
This commit was SVN r475.
2004-01-19 05:42:58 +00:00
Prabhanjan Kambadur
5cc729f358
adding the basic version of laminfo
...
This commit was SVN r474.
2004-01-19 05:41:06 +00:00
Prabhanjan Kambadur
7e11f35290
changing variables named NEW to FRESH. This causes problems in C++ compilers
...
This commit was SVN r473.
2004-01-19 03:04:07 +00:00
Jeff Squyres
094917041e
Move enum typedefs down so that C++ compilers don't complain (e.g.,
...
for laminfo)
This commit was SVN r472.
2004-01-19 02:52:19 +00:00
Prabhanjan Kambadur
de1e01d252
OOPS ..... removed a few comments which should be present
...
This commit was SVN r471.
2004-01-19 01:41:40 +00:00
Prabhanjan Kambadur
6bd87098ba
Adding test for MPI_Offset. Also introducing an if statement to check for the size of MPI_Fint only when f77 is present. Else MPI_Fint is defined to be an int.
...
This commit was SVN r470.
2004-01-19 01:33:03 +00:00
Jeff Squyres
f0ce16ad10
Remove missing .h file
...
This commit was SVN r469.
2004-01-18 19:59:47 +00:00
Jeff Squyres
2f014d23c8
Oops -- forgot to update my .emacs to not use tabs in Makefile mode. :-)
...
This commit was SVN r468.
2004-01-18 16:09:36 +00:00
Jeff Squyres
4e05a6b397
Update list of header files
...
This commit was SVN r467.
2004-01-18 16:03:52 +00:00
Jeff Squyres
a94a272e33
Add some AC_DEFINE's for the wrapper compilers
...
This commit was SVN r466.
2004-01-17 23:41:57 +00:00
Jeff Squyres
a9fddac86d
Fix header files to match new filenames
...
This commit was SVN r465.
2004-01-17 23:28:00 +00:00
Jeff Squyres
64b07daedb
Addition of module registration code; initial port to LAMX framework
...
This commit was SVN r464.
2004-01-17 23:07:40 +00:00
Jeff Squyres
ee58c030ba
- Moved a bunch more function prototypes to other .h files
...
- Porting to the new lam_list_t type
This commit was SVN r463.
2004-01-17 23:05:22 +00:00
Jeff Squyres
d285f46b6b
Convert list to use bool in debugging
...
This commit was SVN r462.
2004-01-17 22:58:12 +00:00
Jeff Squyres
5b66cb3f7a
Updates to make MPI_Fint work
...
This commit was SVN r461.
2004-01-17 04:10:01 +00:00
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
Jeff Squyres
8a7ad6ab29
General instructions about running the auto* tools.
...
This commit was SVN r458.
2004-01-17 00:16:23 +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
Prabhanjan Kambadur
0c221c80fd
These files help in determining MPI_Fint (in terms of relevant C types).
...
configure.ac #define's MPI_Fint to be of int32_t, int64_t or int depending
on the configuration details
This commit was SVN r454.
2004-01-16 22:16:25 +00:00
Mark Taylor
006b56cbb6
*** empty log message ***
...
This commit was SVN r453.
2004-01-16 22:12:42 +00:00
Mark Taylor
4ea3dbc243
more action functions
...
This commit was SVN r452.
2004-01-16 22:10:57 +00:00
Mark Taylor
19a29f959e
added another romio wrapper function
...
started to populate action table
This commit was SVN r451.
2004-01-16 22:08:54 +00:00
Mark Taylor
e20c037b56
modified file.h so that lam_file_t is handled in the
...
same was as lam_request_t
(modules add to the struct and do the malloc)
This commit was SVN r450.
2004-01-16 21:59:05 +00:00
Tim Woodall
ad40b3dd23
added DELETE macro
...
This commit was SVN r449.
2004-01-16 18:28:23 +00:00
Jeff Squyres
e2a68b22de
Add some pretty messages about wrapper compiler flags
...
This commit was SVN r448.
2004-01-16 02:03:41 +00:00
Jeff Squyres
fcdfcf01c8
Adjust mca_base_open() prototype -- no longer pass in lam_cmd_line_t
...
This commit was SVN r447.
2004-01-16 01:34:03 +00:00
Jeff Squyres
d0f63d308a
Added lam_output_reopen()
...
This commit was SVN r446.
2004-01-16 01:33:43 +00:00
Jeff Squyres
a3316f2712
- Use "const" for regular strings in judicious places
...
- Use LAM_MALLOC and LAM_FREE
- Use NULL instead of 0
This commit was SVN r445.
2004-01-16 01:33:12 +00:00
Jeff Squyres
47329fd86e
*** empty log message ***
...
This commit was SVN r444.
2004-01-16 01:31:56 +00:00
Jeff Squyres
42a849197a
- We know that libltdl is not picky-clean. So don't use the picky-clean
...
CFLAGS when configuring (and therefore compiling) libltdl.
- Move some of the output messages around
This commit was SVN r443.
2004-01-16 01:31:50 +00:00
Mark Taylor
4717df3979
initial work on romio MCA component
...
MCA setup
1 wrapper function
This commit was SVN r442.
2004-01-16 00:35:44 +00:00
Tim Woodall
8db2275df1
- added PTL specific proc addressing info to datastructure attached to proc
...
- changed i/f functions to pass addressing info through to ptl
This commit was SVN r441.
2004-01-16 00:34:05 +00:00
Tim Woodall
db71723f4a
added NEW macro
...
This commit was SVN r440.
2004-01-16 00:32:41 +00:00
Tim Woodall
7fbc2cc7fc
init/destroy functions
...
This commit was SVN r439.
2004-01-16 00:31:58 +00:00
Tim Woodall
2af1f5bb23
added proc identifiers
...
This commit was SVN r438.
2004-01-16 00:31:12 +00:00
Jeff Squyres
279c036bdf
First cut of MPI_File back-end type
...
This commit was SVN r437.
2004-01-15 23:57:16 +00:00
Tim Woodall
14da134feb
removed pid
...
This commit was SVN r436.
2004-01-15 23:48:37 +00:00