Edgar Gabriel
32b0dfed31
* set the status _ucount field correctly for individual read and write
...
operations
* removing a lingering reference to the ylib fcoll component, which will not
be part of the 1.7 branch.
This commit was SVN r26691.
2012-06-28 14:43:56 +00:00
Edgar Gabriel
be6ea52bb4
some further cleanup of resources in case of an error.
...
This commit was SVN r26690.
2012-06-28 13:58:23 +00:00
Ralph Castain
a1344bc5c0
Add missing header to tarball
...
This commit was SVN r26689.
2012-06-28 13:07:18 +00:00
Ralph Castain
9aa821d8b4
Add missing file to tarball
...
This commit was SVN r26688.
2012-06-28 02:57:10 +00:00
Ralph Castain
da80f00788
Remove nonexistent file
...
This commit was SVN r26687.
2012-06-28 02:31:43 +00:00
Brian Barrett
32e70b691a
Re-enable non-blocking collectives in libnbc after finding issue with the definition of
...
NBC_CACHE_SCHEDULE not being propogated to all uses.
This commit was SVN r26686.
2012-06-27 22:08:19 +00:00
Edgar Gabriel
b7a72feb1d
minor code cleanup and make the MPI_MODE_DELETE_ON_CLOSE work
...
This commit was SVN r26685.
2012-06-27 20:54:58 +00:00
Brian Barrett
d85fdd2605
temporarily back out r26682 and r26683 until I can figure out why they cause crashes during shutdown
...
This commit was SVN r26684.
The following SVN revision numbers were found above:
r26682 --> open-mpi/ompi@15a30af11f
r26683 --> open-mpi/ompi@f6ea4b7234
2012-06-27 19:32:53 +00:00
Brian Barrett
f6ea4b7234
Remove now unneeded header file
...
This commit was SVN r26683.
2012-06-27 18:43:40 +00:00
Brian Barrett
15a30af11f
Turn on all the non-blocking collectives provided by libnbc...
...
This commit was SVN r26682.
2012-06-27 18:32:57 +00:00
Jeff Squyres
9d87857c25
Warning squash: explicitly ignore the return value from asprintf.
...
This commit was SVN r26681.
2012-06-27 17:40:24 +00:00
Brian Barrett
3933d0a8f0
Ibarrier works! :)
...
This commit was SVN r26680.
2012-06-27 15:58:17 +00:00
Terry Dontje
2e014a5226
add mpif-all-common.h to the group of files to be copied as a part of a dist.
...
This commit was SVN r26679.
2012-06-27 15:16:44 +00:00
Ralph Castain
0dfe29b1a6
Roll in the rest of the modex change. Eliminate all non-modex API access of RTE info from the MPI layer - in some cases, the info was already present (either in the ompi_proc_t or in the orte_process_info struct) and no call was necessary. This removes all calls to orte_ess from the MPI layer. Calls to orte_grpcomm remain required.
...
Update all the orte ess components to remove their associated APIs for retrieving proc data. Update the grpcomm API to reflect transfer of set/get modex info to the db framework.
Note that this doesn't recreate the old GPR. This is strictly a local db storage that may (at some point) obtain any missing data from the local daemon as part of an async methodology. The framework allows us to experiment with such methods without perturbing the default one.
This commit was SVN r26678.
2012-06-27 14:53:55 +00:00
Brian Barrett
b22faedd9d
Remove the Portals4 SHMEM reference implementation runtime support, as we're
...
no longer using the runtime provided by the reference implementation.
Remove the Catamount support from ORTE, since we're no longer supporting
Catamount. Left the Catamount timer component, because I'm not sure whether
it's used on the XTs running CNL.
This commit was SVN r26677.
2012-06-27 14:17:43 +00:00
Josh Hursey
28681deffa
Backout the ORCA commit. :(
...
There is a linking issue on Mac OSX that needs to be addressed before this is able to come back into the trunk.
This commit was SVN r26676.
2012-06-27 01:28:28 +00:00
Josh Hursey
338cd252d3
hide the --with-orte flags
...
This commit was SVN r26675.
2012-06-27 00:29:10 +00:00
Josh Hursey
32050f026f
protect the ORTE_CHECK_PMI define in the OMPI layer for --no-orte builds
...
This commit was SVN r26674.
2012-06-27 00:28:37 +00:00
Josh Hursey
e1e590b3bc
propedits
...
This commit was SVN r26673.
2012-06-26 23:18:34 +00:00
Josh Hursey
07b295542b
a few Makefile typos caught by autogen
...
This commit was SVN r26672.
2012-06-26 23:01:11 +00:00
Josh Hursey
eac4913fc6
lorca to lopen-rca
...
This commit was SVN r26671.
2012-06-26 21:48:02 +00:00
Josh Hursey
542330e3a7
Commit of ORCA: Open MPI Runtime Collaborative Abstraction
...
This is a runtime interposition project that sits between the OMPI and ORTE layers in Open MPI.
The project is described on the wiki:
https://svn.open-mpi.org/trac/ompi/wiki/Runtime_Interposition
And on this email thread:
http://www.open-mpi.org/community/lists/devel/2012/06/11109.php
This commit was SVN r26670.
2012-06-26 21:42:16 +00:00
Jeff Squyres
d7787b625e
Fix memchecker usage in these functions -- these variables are not
...
used. They're just copy-n-paste errors from the MPI_Reduce_scatter
variants.
This commit was SVN r26669.
2012-06-26 21:24:45 +00:00
Edgar Gabriel
288d044097
get rid of the fcache framework. It was not being used as originally intended.
...
This commit was SVN r26668.
2012-06-26 19:53:26 +00:00
Nathan Hjelm
2e4682b6e6
remove rdma dir
...
This commit was SVN r26667.
2012-06-26 19:06:10 +00:00
Ralph Castain
a34f09e67a
Ensure common port is off when not being used
...
This commit was SVN r26666.
2012-06-26 16:09:58 +00:00
Nathan Hjelm
086000ce8d
remove mpool/rdma
...
This commit was SVN r26665.
2012-06-26 15:56:07 +00:00
Nathan Hjelm
37c624ee43
prepare to delete mpool/rdma
...
This commit was SVN r26664.
2012-06-26 15:55:23 +00:00
Jeff Squyres
ff5cb81faa
Fix copy-n-paste error: the 2nd declarations of
...
PMPI_[Ir|R]educe_scatter should really have been for
PMPI_[Ir|R]educe_scatter_block.
This commit was SVN r26663.
2012-06-26 14:05:33 +00:00
Jeff Squyres
d55e94678e
Fix the names of the profiled versions of wtick/wtime so that the
...
Fortran compiler knows the return type of the functions.
This commit was SVN r26662.
2012-06-26 13:38:19 +00:00
Jeff Squyres
2ec29ba8d6
Add missing file from r26652.
...
This commit was SVN r26661.
The following SVN revision numbers were found above:
r26652 --> open-mpi/ompi@1923f89170
2012-06-26 13:37:49 +00:00
Ralph Castain
92527da4e3
Remove unused component
...
This commit was SVN r26660.
2012-06-26 00:49:28 +00:00
Nathan Hjelm
2706353a5d
update lanl platform files for new verbs configury
...
This commit was SVN r26659.
2012-06-25 22:54:03 +00:00
Brian Barrett
7bdeafb772
Start bringing in libnbc. .ompi_ignored, as there's still a long way to go
...
This commit was SVN r26658.
2012-06-25 22:38:06 +00:00
Nathan Hjelm
780a25945c
do not compile unused libevent code
...
This commit was SVN r26657.
2012-06-25 22:24:51 +00:00
Ralph Castain
0103f82918
Turn off the common port for slurm for now
...
This commit was SVN r26656.
2012-06-25 21:55:51 +00:00
Edgar Gabriel
6a2dd16ee3
cleaning up the usage of CFLAGS vs. CPPFLAGS. Thanks Jeff for helping with
...
that!
This commit was SVN r26655.
2012-06-25 20:32:58 +00:00
Jeff Squyres
a0e3912416
I actually meant to commit this hours ago (and could have sworn that I
...
did so!). Previously, I forgot to include the case of not specifying
--with-verbs -- oops! So now the OPAL_CHECK_VERBS_DIR macro will:
1. $opal_want_verbs will be set to: "yes" if --with-verbs or
--with-verbs=DIR was specified "no" if --without-verbs was
specified) "optional" if neither --with-verbs* nor --without-verbs
was specified
'''NOTE:''' --with-openib* are deprecated synonyms for --with-verbs*.
1. $opal_verbs_dir and $opal_verbs_libdir with either both be set or
both be empty.
This commit was SVN r26654.
2012-06-25 20:28:45 +00:00
Edgar Gabriel
7a374c828a
leave the wrapper flags as they are, not required to compile the components or
...
later for an application afterwards. Fixes the configure problem that we faced
on some lustre file systems.
This commit was SVN r26653.
2012-06-25 20:01:06 +00:00
Jeff Squyres
1923f89170
Limit the types that we import when building the PMPI interfaces (we
...
already did this for the MPI interfaces).
This commit was SVN r26652.
2012-06-25 20:00:09 +00:00
Jeff Squyres
11808852be
Fixes trac:2913. Ensure that OMPI_VERSION is tolerant of having spaces in
...
it (i.e., so that it doesn't screw up the ident version string).
This commit was SVN r26651.
The following Trac tickets were found above:
Ticket 2913 --> https://svn.open-mpi.org/trac/ompi/ticket/2913
2012-06-25 17:04:25 +00:00
Jeff Squyres
654259154d
Ensure that [P]MPI_Iscan is compiled into the mpifh library on
...
weak-symbol-supporting systems.
This commit was SVN r26650.
2012-06-25 15:37:08 +00:00
Jeff Squyres
dd70f84e3d
Fix some linker problems with MPI_[Ir|R]educe_scatter_block:
...
* Ensure the profiling version is linked in
* Ensure that PMPI variants are prototyped in mpi.h
* Ensure weak symbols are set correctly
This commit was SVN r26649.
2012-06-25 15:26:14 +00:00
Nathan Hjelm
2dbe630138
fix more udapl warnings/errors
...
This commit was SVN r26648.
2012-06-25 15:18:50 +00:00
Ralph Castain
ceeb8f001f
Delete unused file
...
This commit was SVN r26647.
2012-06-25 13:55:10 +00:00
Ralph Castain
b990c65a53
Remove another antiquated dss function - the 'size' API isn't used anywhere since the GPR went away
...
This commit was SVN r26646.
2012-06-25 13:33:45 +00:00
Shiqing Fan
6f746cdb33
remove a unused file.
...
This commit was SVN r26645.
2012-06-25 10:17:21 +00:00
Ralph Castain
abe7dd8274
Cleanup the dss by removing unused functions
...
This commit was SVN r26644.
2012-06-23 21:20:09 +00:00
Ralph Castain
9680c52f5e
Add mrplus examples to tarball
...
This commit was SVN r26643.
2012-06-23 02:40:46 +00:00
Jeff Squyres
b979fe7baf
Make a bunch of scripts be executable.
...
This commit was SVN r26642.
2012-06-22 22:02:45 +00:00