1
1

20 Коммитов

Автор SHA1 Сообщение Дата
Josh Hursey
cc6cb5cac5 Checkpoint on Windows build.
Many changes to headers for OMPI_DECLSPEC, and 
proper placement of c_plusplus defines in those files.

mca/gpr/replica and tools are the two sets of directories
that still need work for the Windows build for this pass.

This commit was SVN r5688.
2005-05-11 20:21:10 +00:00
Josh Hursey
82b407061f windows checkpoint
This commit was SVN r5650.
2005-05-09 16:23:00 +00:00
Josh Hursey
350d7786b4 some fixes and additions to get Windows libmpi to build.
This commit was SVN r5572.
2005-05-02 15:27:54 +00:00
Josh Hursey
a283072b22 a couple of makefile changes for Windows, just to show how really broken the mca and tools directories are under Windows at the moment
This commit was SVN r5290.
2005-04-13 02:35:52 +00:00
Jeff Squyres
3f5541349a Add UC copyright
This commit was SVN r5009.
2005-03-24 12:43:37 +00:00
Prabhanjan Kambadur
6075354290 Removing everything in CFLAGS which adds debug version of windows libraries. There are some issues with the way we use memory which results in perpetual assertion failures on windows
This commit was SVN r4181.
2005-01-27 00:13:44 +00:00
Prabhanjan Kambadur
b274a72e5e This fix makes it possible to install the components in the right directories
This commit was SVN r4173.
2005-01-26 19:43:39 +00:00
Prabhanjan Kambadur
228540071f Changing makefile to make sure that all the dynanmic components are built
This commit was SVN r4171.
2005-01-26 19:21:13 +00:00
Prabhanjan Kambadur
34622a5f18 checking in changes that would make this thing work
This commit was SVN r4142.
2005-01-26 00:20:35 +00:00
Prabhanjan Kambadur
4db2f4cf6f making some minor changes which will make it compile on windows
This commit was SVN r4135.
2005-01-25 20:01:06 +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
aa11f9be06 - Fix broken $HEADER$ lines
- Add $HEADER$ lines to files that didn't have them
- Add placeholder LICENSE file

This commit was SVN r3654.
2004-11-22 00:37:56 +00:00
Brian Barrett
c6740bb294 escape paths to copy so that can build in C:\Documents and Settings
This commit was SVN r3472.
2004-11-02 14:00:31 +00:00
Prabhanjan Kambadur
4c67fe0d3a topdir has to be defined
This commit was SVN r3471.
2004-11-02 13:33:33 +00:00
Prabhanjan Kambadur
bf0030e0bc some minor changes to get things running on windows. this includes adding some linkage symbols for the components to export stuff properly.
This commit was SVN r3456.
2004-11-01 14:44:14 +00:00
Prabhanjan Kambadur
f9ca11225b removing the hardcode of the topfir in the makefile
This commit was SVN r3433.
2004-10-29 14:42:37 +00:00
Prabhanjan Kambadur
c275a54c1f last set of changes which completes the win build
This commit was SVN r3414.
2004-10-28 22:21:20 +00:00
Prabhanjan Kambadur
650b04c4b4 changes:
--------
1. malloc casts to the right pointers
2. function parameter casts in the components (eg., recv requires a (char *) typecast 
   else cL compiler barfs)
3. added my own errno indirection. this is only in oob/tcp module. ompi_errno is #defined
   ro errno in unix land and to a function ompi_get_error which returns the equivalent
   error code.
4. implemented our own fcntl to prevent spaghetti coding. this currently only takes
   F_GETFL and F_SETFL arguments, does nothing on F_GETFL and sets the nonblocking 
   option on F_SETFL
5. Moved some extern declarations to global scope since the CL compiler does not do 
   the right things if they are declared and used in static inline functions.
6. Protection around some header files. changed sys/errno to errno.
7. defined in_proto_t (unsigned uint16_t) to DWORD ... comments are welcome

This commit was SVN r3394.
2004-10-28 18:13:43 +00:00
Prabhanjan Kambadur
1eb544b8a0 some helper makefiles. too lazy to open up visual studio every time
This commit was SVN r3362.
2004-10-26 22:28:35 +00:00