1
1

17 Коммитов

Автор SHA1 Сообщение Дата
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
a5c9184ba6 * Fix windows makefile to deal with spaces in topdir
* offset time to Unix epoch so that gettimeofday returns sane values
  on windows
* attempted hack at making non-blocking I/O work for iovecs in 
  Windows

This commit was SVN r3485.
2004-11-03 03:57:20 +00:00
Prabhanjan Kambadur
d7cd3dcef1 checking in a few changes which make the changes work
This commit was SVN r3478.
2004-11-02 19:12:11 +00:00
Prabhanjan Kambadur
a616294c17 oops, need this file
This commit was SVN r3470.
2004-11-02 13:28:13 +00:00
Prabhanjan Kambadur
a99be29a4a have to move this up one level to omopi_config_bottom.h
This commit was SVN r3468.
2004-11-02 13:15:28 +00:00
Prabhanjan Kambadur
4c8c62204d some additional changes that were made to the code yesterday.
This commit was SVN r3467.
2004-11-02 13:14:34 +00:00
Prabhanjan Kambadur
6efa8a0519 adding these files for now ... will remove them later ... trying to buildl the components statically
This commit was SVN r3463.
2004-11-01 18:35:45 +00:00
Prabhanjan Kambadur
f0ec280240 removing the definition of __func__ from win_compat.h. the support case has been added in ompi_config_bottom.h by someone
This commit was SVN r3457.
2004-11-01 14:47:29 +00:00
Prabhanjan Kambadur
612d712800 removing some generated files which are not required anymore
This commit was SVN r3432.
2004-10-29 14:41:13 +00:00
Prabhanjan Kambadur
df47fc38fd get_error which converts the socket errors returned from windows, eg., WSAECONNREFUSED to unixy errors
This commit was SVN r3395.
2004-10-28 18:17:25 +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
20242c3c66 until there is a better way of generating the version files. still dont have the code to generate these files on windows. trivial issue and probably does not matter
This commit was SVN r3346.
2004-10-26 18:30:34 +00:00
Prabhanjan Kambadur
4257467fec this is the big windows commit. there are more things which have gone into this than i can remember. but basically, we are looking for
1. header file and source file protections using #ifdef WIN32
2. new files and directories to support windows functionality
3. appropritate linkage symbols added (OMPI_DECLSPEC) for windows
4. some functions are unimplemented on the windows side. this is mostly
because there might not be need to implement it in windows land. eg., forking
a daemon off
5. Introduced locking mechanisms for windows

This commit was SVN r3286.
2004-10-22 16:06:05 +00:00
Jeff Squyres
d324a7725c - Add #if protection around non-portable system .h files
- Add #include "ompi_config.h" to all .c files, and ensure that it's
  the first #included file
- remove a few useless #if HAVE_CONFIG_H checks

This commit was SVN r3229.
2004-10-20 01:03:09 +00:00
Prabhanjan Kambadur
f38cb014d6 This directory contains the functions windows functions for handling some system calls. Has not been integrated ... simply committing the directory into the tree, so it will not get commpiled
This commit was SVN r3086.
2004-10-13 20:21:07 +00:00