.. |
keyval
|
We should use #ifdef and not #if
|
2008-09-05 12:44:19 +00:00 |
arch.c
|
- Get pgcc on XT to complain less:
|
2009-03-13 02:10:32 +00:00 |
arch.h
|
Add the BEGIN/END_C_DECLS declarations.
|
2008-08-28 13:06:14 +00:00 |
argv.c
|
Enable the passing of MCA params to dynamically spawned jobs. This creates a new info_key "ompi_param" that allows a user to specify MCA params for a dynamically spawned job.
|
2009-04-14 14:15:49 +00:00 |
argv.h
|
Enable the passing of MCA params to dynamically spawned jobs. This creates a new info_key "ompi_param" that allows a user to specify MCA params for a dynamically spawned job.
|
2009-04-14 14:15:49 +00:00 |
basename.c
|
Fix opal_basename. Wow; how long has that been broken?
|
2009-04-22 20:48:24 +00:00 |
basename.h
|
- As long as a header declares _DECLSPEC functionality
|
2009-03-17 01:45:19 +00:00 |
bit_ops.h
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
cmd_line.c
|
- Update the warn_unused result from allocating functions
|
2008-07-31 15:46:09 +00:00 |
cmd_line.h
|
- Update the warn_unused result from allocating functions
|
2008-07-31 15:46:09 +00:00 |
convert.c
|
Latest and greatest. Now OPAL is ready for the Windows prime-time.
|
2006-08-23 00:29:35 +00:00 |
convert.h
|
On windows make sure we add the initial path separator only if we are
|
2007-07-01 17:51:34 +00:00 |
crc.c
|
Look like a big commit but in fact it address only one issue. The way we're working with
|
2006-10-17 20:20:58 +00:00 |
crc.h
|
Optimize the computation of 16-bit checksum
|
2009-04-09 11:04:38 +00:00 |
daemon_init.c
|
Next step in the project split, mainly source code re-arranging
|
2006-02-12 01:33:29 +00:00 |
daemon_init.h
|
- As long as a header declares _DECLSPEC functionality
|
2009-03-17 01:45:19 +00:00 |
error.c
|
- Fix buffer size warning
|
2008-08-06 14:53:43 +00:00 |
error.h
|
- As long as a header declares _DECLSPEC functionality
|
2009-03-17 01:45:19 +00:00 |
few.c
|
One typo and one UNIX conversion of EOL.
|
2006-08-25 23:22:35 +00:00 |
few.h
|
- As long as a header declares _DECLSPEC functionality
|
2009-03-17 01:45:19 +00:00 |
help-opal-util.txt
|
Oops; the MCA param name is "opal_signal", not "opal_signals". Thanks
|
2009-04-09 16:13:07 +00:00 |
if.c
|
Change the return type to handle the case where an invalid interface name is passed to this function.
|
2009-04-02 18:35:09 +00:00 |
if.h
|
Change the return type to handle the case where an invalid interface name is passed to this function.
|
2009-04-02 18:35:09 +00:00 |
keyval_parse.c
|
One big step forward. Mostly explicit casting for Windows plus the
|
2006-08-22 20:07:42 +00:00 |
keyval_parse.h
|
- As long as a header declares _DECLSPEC functionality
|
2009-03-17 01:45:19 +00:00 |
Makefile.am
|
Per a comment on the users list, don't try to install our own signal
|
2009-03-20 01:05:30 +00:00 |
malloc.c
|
Hide what should be hidden, and expose the others. Plus some indentation.
|
2008-03-18 03:00:08 +00:00 |
malloc.h
|
- An intrusive commit yet again (sorry): with the separation we
|
2009-03-04 15:35:54 +00:00 |
net.c
|
Mark the address with the correct type.
|
2009-04-01 15:18:08 +00:00 |
net.h
|
- An intrusive commit yet again (sorry): with the separation we
|
2009-03-04 15:35:54 +00:00 |
numtostr.c
|
Next step in the project split, mainly source code re-arranging
|
2006-02-12 01:33:29 +00:00 |
numtostr.h
|
Change a bunch of 'OMPI' names to OPAL names, since this is opal.
|
2007-03-29 01:00:33 +00:00 |
opal_environ.c
|
Use the correct prefix.
|
2008-03-31 21:42:59 +00:00 |
opal_environ.h
|
- An intrusive commit yet again (sorry): with the separation we
|
2009-03-04 15:35:54 +00:00 |
opal_getcwd.c
|
Coverty fix: Replace strcpy by strncpy.
|
2008-03-25 22:39:24 +00:00 |
opal_getcwd.h
|
- As long as a header declares _DECLSPEC functionality
|
2009-03-17 01:45:19 +00:00 |
opal_pty.c
|
* better support platforms without any concept of a terminal at all
|
2006-03-31 18:51:06 +00:00 |
opal_pty.h
|
- An intrusive commit yet again (sorry): with the separation we
|
2009-03-04 15:35:54 +00:00 |
os_dirpath.c
|
Coverty blame list:
|
2007-09-14 02:08:37 +00:00 |
os_dirpath.h
|
On windows make sure we add the initial path separator only if we are
|
2007-07-01 17:51:34 +00:00 |
os_path.c
|
- remove wrong va_end
|
2007-08-07 13:32:05 +00:00 |
os_path.h
|
- Further attributes mainly for opal/* functions, marking
|
2007-03-20 13:01:32 +00:00 |
output.c
|
Nothing important, just an identation.
|
2009-04-01 15:27:16 +00:00 |
output.h
|
* Fix a truckload of Cisco copyrights to be the same as the rest of
|
2009-01-11 02:30:00 +00:00 |
path.c
|
Round up a few places where PATH_MAX was used instead of
|
2009-01-27 22:57:50 +00:00 |
path.h
|
This one was nice ... and it didn't even trigger a compile warning.
|
2007-07-01 17:59:46 +00:00 |
printf.c
|
* Fix a truckload of Cisco copyrights to be the same as the rest of
|
2009-01-11 02:30:00 +00:00 |
printf.h
|
Fix some typos in comments submitted by Bert Wesarg.
|
2009-03-03 12:50:46 +00:00 |
qsort.c
|
Next step in the project split, mainly source code re-arranging
|
2006-02-12 01:33:29 +00:00 |
qsort.h
|
Update the copyright notices for IU and UTK.
|
2005-11-05 19:57:48 +00:00 |
show_help_lex.h
|
George found a great way to avoid warnings from flex for that unused
|
2006-08-28 13:44:37 +00:00 |
show_help_lex.l
|
We should use #ifdef and not #if
|
2008-09-05 12:44:19 +00:00 |
show_help.c
|
This commit represents a bunch of work on a Mercurial side branch. As
|
2008-05-13 20:00:55 +00:00 |
show_help.h
|
This commit represents a bunch of work on a Mercurial side branch. As
|
2008-05-13 20:00:55 +00:00 |
stacktrace.c
|
Fixes trac:1871. Take a slightly different approach than before:
|
2009-04-10 15:32:33 +00:00 |
stacktrace.h
|
Small cleanups: remove an unused dependency to signal.h and include
|
2008-12-18 22:39:49 +00:00 |
strncpy.c
|
Next step in the project split, mainly source code re-arranging
|
2006-02-12 01:33:29 +00:00 |
strncpy.h
|
- Further attributes mainly for opal/* functions, marking
|
2007-03-20 13:01:32 +00:00 |
sys_limits.c
|
- Get pgcc on XT to complain less:
|
2009-03-13 02:10:32 +00:00 |
sys_limits.h
|
Add ability to read system limits on number of children, open files, and file size from the local OS - to be used in failed-to-start scenarios
|
2007-04-23 18:53:47 +00:00 |
trace.c
|
Next step in the project split, mainly source code re-arranging
|
2006-02-12 01:33:29 +00:00 |
trace.h
|
Latest and greatest. Now OPAL is ready for the Windows prime-time.
|
2006-08-23 00:29:35 +00:00 |