Ralph Castain
e5e72c3137
Expand the dfs API to support retrieval, loading and purging of file maps.
...
This commit was SVN r27515.
2012-10-29 23:05:45 +00:00
Brian Barrett
c0f1775620
Fix warnings in nbc
...
This commit was SVN r27514.
2012-10-29 19:52:43 +00:00
Ralph Castain
6aac54b02e
Revert r27510, r27509, and r27508.
...
Not sure what happened here, but the resulting trunk wouldn't even configure. After spending time fixing that problem, I found it wouldn't compile due to multiple syntax errors that had been introduced in both the OPAL and OMPI layer. This raised questions as to the completeness of the work.
Given that the author is departing, I pinged Jeff about it and we agreed to revert this for now. Hopefully, it can either be fixed by the author prior to actual departure, or someone else can pick it up (now that it is in the history) and fix it.
This commit was SVN r27511.
The following SVN revision numbers were found above:
r27508 --> open-mpi/ompi@12c3c743de
r27509 --> open-mpi/ompi@79e4a8ca38
r27510 --> open-mpi/ompi@1ad5ff625a
2012-10-27 16:43:45 +00:00
Shiqing Fan
1ad5ff625a
Don't know why these lines are modified, probably by subversion. Although it is harmless, change it back as what it was.
...
This commit was SVN r27510.
2012-10-27 03:04:45 +00:00
Shiqing Fan
79e4a8ca38
Revert two files. Wrong changes were made due to a failed update.
...
This commit was SVN r27509.
2012-10-27 02:57:22 +00:00
Shiqing Fan
12c3c743de
Per the MemPin RFC, submit the component source files, and update the memchecker macros.
...
This commit was SVN r27508.
2012-10-27 02:48:20 +00:00
Shiqing Fan
8677693d9a
batch scripts for building windows release. Details may be found in readme file.
...
This commit was SVN r27507.
2012-10-27 02:43:16 +00:00
Shiqing Fan
dd661c60fe
upload the MTT files that have been used at HLRS, more details in readme file.
...
This commit was SVN r27506.
2012-10-27 02:42:35 +00:00
Ralph Castain
b1e119fe2c
Add missing header files to tarball
...
This commit was SVN r27504.
2012-10-26 23:06:31 +00:00
Edgar Gabriel
3291e3abe3
make ROMIO operational with OpenMPI for PVFS2 file systems.
...
This commit was SVN r27501.
2012-10-26 18:43:59 +00:00
Ralph Castain
4e52a15e70
Provide for sync on seek and close DFS operations. Eliminate an unnecessary wake-up timer when using ORTE progress thread
...
This commit was SVN r27500.
2012-10-26 15:49:04 +00:00
Ralph Castain
dc93bb29ed
Update platform files to enable ORTE progress thread
...
This commit was SVN r27499.
2012-10-26 15:48:03 +00:00
Brian Barrett
8b40c0de9b
* Lock around tag management, so that it's thread safe
...
* Only register the progress function on first call to a non-blocking
collective operation, to try to reduce overall performance impact
* Fix tag management in roll-over case
This commit was SVN r27498.
2012-10-26 15:36:09 +00:00
Ralph Castain
32db48d30e
Add news item
...
This commit was SVN r27495.
2012-10-26 04:51:05 +00:00
Ralph Castain
f9ab4c373e
Update news
...
This commit was SVN r27494.
2012-10-26 04:16:15 +00:00
Ralph Castain
dabebf24c3
Update news
...
This commit was SVN r27492.
2012-10-26 01:26:43 +00:00
Ralph Castain
4ef30c016b
Remove stale windows references
...
This commit was SVN r27491.
2012-10-26 01:19:14 +00:00
Ralph Castain
35e5e5b512
Set the orte_event_base to the opal_event_base in ompi_info - we aren't doing anything with progress threads anyway
...
This commit was SVN r27488.
2012-10-25 22:36:08 +00:00
Ralph Castain
df642f1508
Add an API to get a remote file's size. Separate dfs cmds from returned data messages so daemons don't get confused.
...
This commit was SVN r27487.
2012-10-25 22:23:08 +00:00
Brian Barrett
51a3ec2d7b
remove now unused (after r27485) fake mpool component
...
This commit was SVN r27486.
The following SVN revision numbers were found above:
r27485 --> open-mpi/ompi@a1a52c9e90
2012-10-25 21:52:17 +00:00
Brian Barrett
a1a52c9e90
Rather than use the fake mpool for handling callbacks into the MX library,
...
use the memory hooks interface (which does allow for multiple callbacks
to be registered) directly.
This commit was SVN r27485.
2012-10-25 21:50:07 +00:00
Ralph Castain
79e36413c2
There was some discussion of this at an earlier time, but we never got around to doing it - so make orte behave more like a regular library, counting the number of times init is called, and executing finalize when all those are exhausted.
...
This commit was SVN r27484.
2012-10-25 18:39:37 +00:00
Ralph Castain
094d6f3143
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.
...
Add a set of URI create/parse utilities
This commit was SVN r27483.
2012-10-25 17:15:17 +00:00
Ralph Castain
32c185f730
Set a priority for output of forwarded IO so it can effectively compete against inbound messages
...
This commit was SVN r27480.
2012-10-24 23:34:50 +00:00
Ralph Castain
e06c330635
Add the ability to set a backlog limit on forwarded output waiting at mpirun - helps to avoid crashing systems during debug. Note that we default to "unlimited" to maintain current behavior.
...
This commit was SVN r27479.
2012-10-24 23:21:40 +00:00
Ralph Castain
e6014bf2e1
Revert r27451 and r27456 - the cmd line parser is incorrectly marking the application as an MCA parameter
...
This commit was SVN r27477.
The following SVN revision numbers were found above:
r27451 --> open-mpi/ompi@d59034e6ef
r27456 --> open-mpi/ompi@ecdbf34937
2012-10-24 18:38:44 +00:00
Ralph Castain
7574d6673b
If someone provides the launch_agent cmd, then don't prefix it
...
cmr:v1.7
This commit was SVN r27473.
2012-10-24 16:14:04 +00:00
Jeff Squyres
36b74eaf63
Add 1.6.3 bullets
...
This commit was SVN r27470.
2012-10-24 14:39:25 +00:00
Jeff Squyres
e72c74a549
Fix backwards asserts in the OPAL hotel code.
...
This commit was SVN r27462.
2012-10-22 18:05:39 +00:00
Yael Dayan
d6f7e4eb73
openib: modified Mellanox ConnectIB max_inline_data param
...
This commit was SVN r27457.
2012-10-18 15:59:18 +00:00
Ralph Castain
ecdbf34937
Remove unused variable
...
This commit was SVN r27456.
2012-10-18 15:42:57 +00:00
Ralph Castain
5c0534a7ad
Ensure that comm_spawn launches procs on the nodes specified by add-host and add-hostfile
...
This commit was SVN r27452.
2012-10-18 00:40:44 +00:00
Nathan Hjelm
d59034e6ef
MCA: remove deprecated mca_base_param functions (mca_base_param_register_int, mca_base_param_register_string, mca_base_param_environ_variable). Remove all uses of deprecated functions.
...
cmr:v1.7
This commit was SVN r27451.
2012-10-17 20:17:37 +00:00
Ralph Castain
4028ce7a5d
Silence warnings by making types match
...
This commit was SVN r27446.
2012-10-14 03:45:28 +00:00
Ralph Castain
285a3b168d
Add an ability to specify the max number of simultaneous procs/node for an application when operating in staged mode. Change some debug statements from OPAL_OUTPUT_VERBOSE to opal_output_verbose so they are available in optimized builds.
...
This commit was SVN r27445.
2012-10-14 03:31:32 +00:00
Ralph Castain
60a837426d
Update platform files
...
This commit was SVN r27444.
2012-10-14 03:28:33 +00:00
Vishwanath Venkatesan
6e3c9754a9
Initialization issue + fixing error in determining minimum value.
...
This commit was SVN r27443.
2012-10-11 23:41:25 +00:00
Vishwanath Venkatesan
95d38fdaf5
# Extracting timing information for the static collective write/read algorithms.
...
# The processes register their information and continue.
# Actual printing of timing information happens at file close.
# Triggered by MCA parameter at runtime
This commit was SVN r27442.
2012-10-11 21:27:47 +00:00
Vishwanath Venkatesan
240d56feeb
# Extracting timing information for the two-phase collective write/read algorithms.
...
# The processes register their information and continue.
# Actual printing of timing information happens at file close.
# Triggered by MCA parameter at runtime
This commit was SVN r27441.
2012-10-11 21:25:30 +00:00
Vishwanath Venkatesan
7bc35f7862
# Extracting timing information for the dynamic collective write/read algorithms.
...
# The processes register their information and continue.
# Actual printing of timing information happens at file close.
# Triggered by MCA parameter at runtime
This commit was SVN r27440.
2012-10-11 21:23:24 +00:00
Vishwanath Venkatesan
9eeb3b5d50
# Extracting timing information for individual components of collective algorithm using a generic queue.
...
# This is triggered based on a mca-paramater and can be used with all collective modules.
# Individual queues maintained for read and write.
# The additional communication to combine data is done at file-close so that the
actual timing of collective-operations will not get affected.
# The queues are initialized in file-open
This commit was SVN r27439.
2012-10-11 21:14:07 +00:00
Jeff Squyres
2ab48b997e
Give a better verbose message if we're able to make an RC QP and we
...
didn't want one.
This commit was SVN r27438.
2012-10-11 19:21:21 +00:00
Nathan Hjelm
47fff80a56
remove unused, deprecated function opal_cmd_line_make_opt
...
This commit was SVN r27437.
2012-10-11 18:50:11 +00:00
Samuel Gutierrez
1f24f1d305
Update the data types used in opaldf to minimize the chance of overflow when
...
determining the amount of available space. Thanks to Eugene for pointing out the
issue.
This commit was SVN r27436.
2012-10-11 16:11:23 +00:00
Samuel Gutierrez
21be553e21
Add Windows support to opaldf and shmem/windows -- thanks Shiqing. Next commit
...
will fix issues found by Eugene.
This commit was SVN r27435.
2012-10-11 14:49:41 +00:00
Samuel Gutierrez
dcd4493f54
Properly report the amount of free space on failure.
...
This commit was SVN r27434.
2012-10-10 19:49:52 +00:00
Samuel Gutierrez
0461826a4b
Fix bus errors caused by an inadequate amount of space during
...
opal_shmem_segment_create by testing whether or not the target mount has enough
space to accommodate the shared-memory backing store. Fixes trac:2827. Will work
with Shiqing to add Windows support (if required).
This commit was SVN r27433.
The following Trac tickets were found above:
Ticket 2827 --> https://svn.open-mpi.org/trac/ompi/ticket/2827
2012-10-09 20:48:04 +00:00
George Bosilca
9984a7143f
Reorder the loop index.
...
This commit was SVN r27423.
2012-10-08 21:34:26 +00:00
George Bosilca
b46167fc4a
Fix some issues with the MPI_IN_PLACE support.
...
This commit was SVN r27422.
2012-10-08 21:34:04 +00:00
Jeff Squyres
978624afb3
Shift off the arguments that we've already processed.
...
This commit was SVN r27420.
2012-10-05 12:24:24 +00:00