..
keyval
Fix some annoying flex warnings that have been there for years.
2013-12-14 00:36:12 +00:00
alfg.c
Addressing Jeff's comments:
2014-02-24 23:18:35 +00:00
alfg.h
The random number generator changes were incomplete (typo errors) in some places, and is missing the required declspec's for visibility.
2014-03-12 22:37:27 +00:00
arch.c
Remove the (only two) fortran constants from OPAL. The only places that
2013-01-15 01:27:36 +00:00
arch.h
Remove the (only two) fortran constants from OPAL. The only places that
2013-01-15 01:27:36 +00:00
argv.c
Roll in Java bindings per telecon discussion. Man pages still under revision
2012-02-20 22:12:43 +00:00
argv.h
Roll in Java bindings per telecon discussion. Man pages still under revision
2012-02-20 22:12:43 +00:00
basename.c
windows: effectively revert r32449
2014-08-08 11:36:45 +00:00
basename.h
- Multiple functions, that allocate and return new
2009-05-14 00:20:07 +00:00
bit_ops.h
- Check, whether the compiler supports __builtin_clz (count leading
2011-10-11 22:49:01 +00:00
cmd_line.c
MCA/base: Add new MCA variable system
2013-03-27 21:09:41 +00:00
cmd_line.h
Revert "Revert r27451 and r27456 - the cmd line parser is incorrectly marking the application as an MCA parameter".
2012-10-30 19:45:18 +00:00
convert.c
This is a very large change to rename several #define values from
2009-05-06 20:11:28 +00:00
convert.h
George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-)
2014-07-26 00:47:28 +00:00
crc.c
As Nathan pointed out, C99 reserves all _foo identifiers, so rename _WORD_MASK as OPAL_CRC_WORD_MASK
2014-05-02 17:21:28 +00:00
crc.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
daemon_init.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
daemon_init.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
error.c
Sorry for mid-day commit, but I had promised on the call to do this upon my return.
2012-04-06 14:23:13 +00:00
error.h
Extend node stats to include additional memory info. Change "darwin" pstat module to "test" as we don't really know how to get all the stat info for darwin.
2011-05-08 14:45:16 +00:00
fd.c
Sigh. It helps when you commit the right version of the finished
2014-04-24 13:20:32 +00:00
fd.h
Sigh. It helps when you commit the right version of the finished
2014-04-24 13:20:32 +00:00
few.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
few.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
help-opal-util.txt
Cleanup the updated sys limits capability. Fix a few copy/paste bugs (my bad). Shift the limit set to the ODLS default module so that we sete the limits for all apps, even those that don't call opal_init. Leave it in opal_init as well to support direct-launch apps, but ensure we only set the limits once by removing the envar after launch by ODLS.
2013-04-04 16:00:17 +00:00
if.c
opal: fix leaks
2014-05-15 15:59:41 +00:00
if.h
Fix compiler errors on Solaris, NetBSD, and OpenBSD:
2013-12-20 11:17:30 +00:00
keyval_parse.c
instead of relying on yyterminate to clean up the lex context call the destroy functions directly (after closing the file)
2012-11-09 16:10:55 +00:00
keyval_parse.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
lt_interface.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
lt_interface.h
Add wrapper functions to LTDL functions so other parts of the library can access the LTDL functionality.
2013-02-11 15:11:47 +00:00
Makefile.am
George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-)
2014-07-26 00:47:28 +00:00
malloc.c
Removes misleading debug warning from opal_free when a NULL
2011-11-03 23:57:26 +00:00
malloc.h
different way to fix opal_config compile problem
2014-08-04 17:37:12 +00:00
net.c
Fixes trac:3990: ensure we don't SIGBUS on SPARC by forcing a memory copy
2013-12-19 16:51:34 +00:00
net.h
Allow simple way to request comparison to full address regardless of addr family
2013-05-14 22:08:39 +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
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
opal_environ.h
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
opal_getcwd.c
Implement the MPI_Info part of MPI-3 Ticket 313. Add an MPI_info object MPI_INFO_GET_ENV that contains a number of run-time related pieces of info. This includes all the required ones in the ticket, plus a few that specifically address recent user questions:
2012-08-12 01:28:23 +00:00
opal_getcwd.h
- As long as a header declares _DECLSPEC functionality
2009-03-17 01:45:19 +00:00
opal_pty.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
opal_pty.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
os_dirpath.c
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +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 all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
os_path.h
Remove all remaining vestiges of the Windows integration
2013-02-28 17:31:47 +00:00
output.c
Code cleanup while chasing valgrind complaints.
2013-12-21 23:28:14 +00:00
output.h
Fix minor typo in comment
2011-11-29 20:39:53 +00:00
path.c
Resolve uninitialized variables on some systems. Thanks to Paul Hargrove for finding the problem and suggesting the patch.
2014-02-10 21:17:34 +00:00
path.h
Update the data types used in opaldf to minimize the chance of overflow when
2012-10-11 16:11:23 +00:00
printf.c
Remove a bunch of unused variables.
2013-03-26 14:34:29 +00:00
printf.h
Fix some typos in comments submitted by Bert Wesarg.
2009-03-03 12:50:46 +00:00
proc.c
No more assert in the proc destructor.
2014-08-01 16:36:23 +00:00
proc.h
Fix OPAL_PROCESS_NAME_xTOy for heterogeneous support
2014-08-05 05:22:50 +00:00
qsort.c
This is a very large change to rename several #define values from
2009-05-06 20:11:28 +00:00
qsort.h
- Replace combinations of
2009-08-20 11:42:18 +00:00
show_help_lex.h
Re-add support for old flex (2.5.4a and earlier) while still cleaning up properly in new flex.
2012-12-07 00:12:43 +00:00
show_help_lex.l
Fix some annoying flex warnings that have been there for years.
2013-12-14 00:36:12 +00:00
show_help.c
Upon close reset the search_dirs.
2014-07-15 05:02:19 +00:00
show_help.h
Re-add support for old flex (2.5.4a and earlier) while still cleaning up properly in new flex.
2012-12-07 00:12:43 +00:00
stacktrace.c
Up to strlen and not to sizeof. This is guaranteed to work as
2014-07-15 05:03:06 +00:00
stacktrace.h
Adding a new function to return the stack trace (not including the call to the function itself)
2010-05-17 22:57:42 +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
- Replace combinations of
2009-08-20 11:42:18 +00:00
sys_limits.c
Per Paul Hargrove's suggestion, create an opal_pagesize function to abstract the various ways of obtaining that value. Rather than creating a separate file for only that one function, put it in a convenient place that is at least somewhat related.
2014-08-02 18:38:16 +00:00
sys_limits.h
Per Paul Hargrove's suggestion, create an opal_pagesize function to abstract the various ways of obtaining that value. Rather than creating a separate file for only that one function, put it in a convenient place that is at least somewhat related.
2014-08-02 18:38:16 +00:00
uri.c
Add a new "distributed file system" capability to support file access operations across nodes that do not have a network file system attached to them.
2012-10-25 17:15:17 +00:00
uri.h
Add a new "distributed file system" capability to support file access operations across nodes that do not have a network file system attached to them.
2012-10-25 17:15:17 +00:00