1
1
Граф коммитов

442 Коммитов

Автор SHA1 Сообщение Дата
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
Jeff Squyres
f65f3f8636 Rename param.h -> mca_lam_param.h
This commit was SVN r435.
2004-01-15 21:47:51 +00:00
Jeff Squyres
6a3d4011a4 rename param.h -> mca_lam_param.h
This commit was SVN r434.
2004-01-15 21:47:30 +00:00
Tim Woodall
28fbb8fcfc fix to match renamed variable
This commit was SVN r433.
2004-01-15 21:31:41 +00:00
Jeff Squyres
62c781da72 Arrgh.
This commit was SVN r432.
2004-01-15 21:13:22 +00:00
Tim Woodall
4d8b523c5a fixed prototypes
This commit was SVN r431.
2004-01-15 19:55:47 +00:00
Tim Woodall
1cb615ff63 initialize array of ptls associated with each proc
This commit was SVN r430.
2004-01-15 19:51:06 +00:00
Prabhanjan Kambadur
d98e9625cd changing comments
This commit was SVN r429.
2004-01-15 18:25:47 +00:00
Jeff Squyres
673a2fc4c9 Last changes for aclocal 1.8. I swear it.
This commit was SVN r428.
2004-01-15 18:14:09 +00:00
Jeff Squyres
b468beadf7 More updates for aclocal 1.8
This commit was SVN r427.
2004-01-15 18:13:01 +00:00
Jeff Squyres
6950a42d0d Add extra quoting to AC_DEFUN for *.m4 files so that aclocal 1.8
doesn't complain

This commit was SVN r426.
2004-01-15 18:11:33 +00:00
Jeff Squyres
535ab5ab8f Add extra quoting to AC_DEFUN for *.m4 files so that aclocal 1.8 doesn't
complain

This commit was SVN r425.
2004-01-15 18:10:26 +00:00
Tim Woodall
8b6b9217ea copy const default paramters
This commit was SVN r424.
2004-01-15 17:56:13 +00:00
Tim Woodall
a2bed50d8b fixed constness
This commit was SVN r423.
2004-01-15 17:54:31 +00:00
Rich Graham
655084cc44 minor updates.
This commit was SVN r422.
2004-01-15 17:46:52 +00:00
Prabhanjan Kambadur
04cbae2e4e Changing the files to have the right #if statements for including pragmas
This commit was SVN r421.
2004-01-15 17:45:04 +00:00
Tim Woodall
67be30928a cleanup - fixed compile errors - sorry!!
This commit was SVN r420.
2004-01-15 17:43:54 +00:00
Jeff Squyres
b6b4bcd69c Add missing .cvsignore file
This commit was SVN r419.
2004-01-15 16:35:53 +00:00
Jeff Squyres
603e7fb0ee Add new directories
This commit was SVN r418.
2004-01-15 06:12:34 +00:00
Jeff Squyres
93f163239f - Moved Brian's Big Comment to src/lam/runtime/lam_rte_init.c
- Check user-requested thread level
- Call back-end init function

This commit was SVN r417.
2004-01-15 06:11:45 +00:00
Jeff Squyres
68c95d8ee9 Call back-end finalize function
This commit was SVN r416.
2004-01-15 06:10:28 +00:00
Prabhanjan Kambadur
99a9183a48 Correcting the order of #pragma
This commit was SVN r415.
2004-01-15 06:08:49 +00:00
Jeff Squyres
75c00ff451 First cut of back-end LAM run-time functions
This commit was SVN r414.
2004-01-15 06:08:25 +00:00
Prabhanjan Kambadur
c12154f792 Changing a few things here and there
This commit was SVN r413.
2004-01-15 05:39:01 +00:00
Prabhanjan Kambadur
8b40cb9e00 Including the right defines for MPI_ functions
This commit was SVN r412.
2004-01-15 05:25:10 +00:00
Prabhanjan Kambadur
81dd740452 Changed all the files to have the right #if for including #pragma weak
Yet to incorporate the optimization macros for these files.

This commit was SVN r411.
2004-01-15 05:24:14 +00:00
Jeff Squyres
51a7ab499f Trim the makefile for the time being
This commit was SVN r410.
2004-01-15 05:23:55 +00:00
Jeff Squyres
0990747cac Change prototypes to match new MCA type -- no need to pass in the
command line to module open functions

This commit was SVN r409.
2004-01-15 05:04:13 +00:00
Jeff Squyres
456337ed57 Second cut of bug 663: split lam_init() into two functions -- lam_init()
and lam_rte_init().  The former is for all LAM processes (including,
for example, LAM wrapper compilers); the latter is only for those who
need to join the LAM RTE.

This commit was SVN r408.
2004-01-15 05:02:41 +00:00
Jeff Squyres
bf4ae8b8a6 First cut of lam_init(), lam_finalize(), and lam_abort()
This commit was SVN r407.
2004-01-15 04:47:20 +00:00
Jeff Squyres
f933e32c1d #if 0 out another block that doesn't compile (lack of intaligned()
function prototype)

This commit was SVN r406.
2004-01-15 04:34:51 +00:00
Jeff Squyres
6727a6b16c Add extra () to silence a compiler warning
This commit was SVN r405.
2004-01-15 04:34:03 +00:00
Jeff Squyres
7b4819931f Update .cvsignore
This commit was SVN r404.
2004-01-15 04:32:24 +00:00
Jeff Squyres
24dbee8419 Fixed typo causing lack of compilage
This commit was SVN r403.
2004-01-15 04:30:17 +00:00
Jeff Squyres
5ec2ac0041 Trim off unused skeleton datatype function files
This commit was SVN r402.
2004-01-15 04:02:49 +00:00
Jeff Squyres
1b541e3393 Add missing .cvsignore files
This commit was SVN r401.
2004-01-15 03:49:55 +00:00
Jeff Squyres
a422d98532 Fix bug 650: use general macros $(LIBLAM_LA) and $(LIBMPI_LA) to link
to relative libraries -- need these to be variables because configure may
decide to compile them both as libmpi (and therefore there is no libmpi).
Correct usage is to use *ONE* of these two macros when adding it to LIBADD
lines in Makefile.am's -- if you use $(LIBMPI_LA), it will automatically
include liblam if it needs it.

This commit was SVN r400.
2004-01-15 03:45:01 +00:00
Jeff Squyres
ba7655775d Comment out chunk of code that does not compile :-(
This commit was SVN r399.
2004-01-15 03:42:04 +00:00
Jeff Squyres
9f7de9fdd0 Silence compiler warning
This commit was SVN r398.
2004-01-15 03:40:02 +00:00
Jeff Squyres
81eff149b1 Fix compilter errors
This commit was SVN r397.
2004-01-15 03:39:27 +00:00
Jeff Squyres
bf1a795279 Fix linker error
This commit was SVN r396.
2004-01-15 03:35:15 +00:00
Jeff Squyres
eac0235eb7 Silence compiler warning
This commit was SVN r395.
2004-01-15 03:34:24 +00:00
Jeff Squyres
b9d38d4f3f Add missing Makefile.am
This commit was SVN r394.
2004-01-15 03:28:19 +00:00
Prabhanjan Kambadur
5c1aca22c7 CVSc: Changed to have 2 new AM_CONDITIONALS, WANT_MPI_BINDINGS_LAYER
and WANT_PMPI_BINDINGS_LAYER. These determine whether src/mpi/interface/c and
src/mpi/interface/c/profile are built. Makefile.am's were changed to reflect
the same change. Now the top layer always builds MPI bindings and the lower
layer always builds PMPI bindings
: ----------------------------------------------------------------------

This commit was SVN r393.
2004-01-15 01:11:59 +00:00