Jeff Squyres
007a6c7b99
Per #2201 , move the user arguments up to be the first set of argv
...
after the compiler argv tokens.
Not closing #2201 yet; there's still discussion on that ticket about
whether we want to do more or not.
Refs trac:2201
cmr:v1.4.2
cmr:v1.5
This commit was SVN r22513.
The following Trac tickets were found above:
Ticket 2201 --> https://svn.open-mpi.org/trac/ompi/ticket/2201
2010-01-29 22:51:35 +00:00
George Bosilca
bc7ceb3587
We enable the dynamic decision if the user force it via an MCA argument or set it in the
...
decision file. In addition do a fine grain activation, i.e. per collective function.
This commit was SVN r22510.
2010-01-29 09:03:59 +00:00
Matthias Jurenz
f7822df9b8
VT configure fixes:
...
- patch libtool.m4 to fix detection of PGI 10 C++ compiler
- patch configure to fix detection of PGI 10 Fortran compiler (pgfortran)
- checks for MPI:
- do only check Fortran interoperability if F77 compiler given
- do not enable MPI-2 I/O support for LAM/MPI
- added configure checks for PMPI_Win_<lock|unlock|test>, because in LAM-MPI these functions are missing
- checks for LIBC-I/O tracing:
- pass ldd's stderr output to /dev/null
VT source fixes:
- fixed detection of unique node id on MacOS platforms (use sysctl instead of gethostid)
- fixed yet another Coverity warning
- fixed compiler warnings on MacOS
This commit was SVN r22508.
2010-01-28 15:36:51 +00:00
Ralph Castain
b3dd63fd81
Remove a stale pcie btl that never got completed
...
This commit was SVN r22498.
2010-01-27 01:16:01 +00:00
Jeff Squyres
20644e9407
Remove duplicated comment (the same comment appears below, in the
...
right place -- this looks like a copy of that comment; perhaps the
result of an errant copy-n-paste?).
This commit was SVN r22495.
2010-01-26 20:44:15 +00:00
Rainer Keller
9efd8cfedc
- This bites us with make check (read MTT) on static builds (read jaguar)
...
Only test using dlopen, when we do have it...
cmr:v1.5
This commit was SVN r22483.
2010-01-25 23:41:59 +00:00
Matthias Jurenz
34281f0fa2
- added environment variable VT_METRICS_SEP to specify a string which separate the counter names in VT_METRICS
...
- set configure variable 'inside_openmpi' to "no", if hidden argument '--with-openmpi-inside' not given
- added functions 'MPI_Group_range_<incl|excl>' to Fortran MPI wrappers
- updated default configure options for NECSX, BlueGene/L+P
- repaired tools/opari/doc/lacsi01.pdf
- fixed several Coverity warnings
This commit was SVN r22476.
2010-01-25 16:08:56 +00:00
Jeff Squyres
1a7b7f7180
Make PCIE BTL compile/distribute .l files like everywhere else in the tree.
...
This commit was SVN r22467.
2010-01-22 15:39:42 +00:00
Jeff Squyres
fa38b97249
Generated files should not be in SVN.
...
cmr:v1.5
This commit was SVN r22465.
2010-01-22 14:01:02 +00:00
Ralph Castain
31cdbcfa5f
Set the nameisset flag during dyn_init. Thanks to Guillaume Thouvenin for spotting the problem.
...
This commit was SVN r22460.
2010-01-20 15:35:23 +00:00
Matthias Jurenz
729514da7c
- fixed build error: the static BFD library might be built without PIC, so do not add its objects to the shared VT libraries
...
- updated version numbers
This commit was SVN r22459.
2010-01-20 12:31:41 +00:00
Shiqing Fan
4836e8878a
Update a few more CMake scripts.
...
This commit was SVN r22454.
2010-01-19 17:34:55 +00:00
Matthias Jurenz
59d74f73d8
- removed autogenerated files from SVN
...
- updated svn:ignore
This commit was SVN r22450.
2010-01-19 07:06:43 +00:00
Matthias Jurenz
6dd4e928e0
VampirTrace:
...
- added support for shared libraries inside Open MPI
- hidden configure option '--with-openmpi-inside'
- do not show config titles/summary if configuring inside Open MPI
This commit was SVN r22440.
2010-01-18 13:18:23 +00:00
Matthias Jurenz
da29975788
Added changes from VampirTrace-5.8
...
This commit was SVN r22436.
2010-01-18 09:32:57 +00:00
Jeff Squyres
6e46fbdd7c
Remove some unused variables / silence some compiler warnings
...
This commit was SVN r22419.
2010-01-15 03:15:18 +00:00
Shiqing Fan
6dc506c9de
Make the MS compiler happy when building static libraries.
...
This commit was SVN r22416.
2010-01-14 22:01:26 +00:00
Shiqing Fan
ad763c327d
Restore several linked libraries that were deleted by mistake in r22405.
...
This commit was SVN r22415.
The following SVN revision numbers were found above:
r22405 --> open-mpi/ompi@872a4047ba
2010-01-14 21:50:42 +00:00
Edgar Gabriel
99e4ef3c86
path to make ROMIO compile over PVFS2 version > 2.7
...
Taken from the MPICH version of ROMIO.
This commit was SVN r22413.
2010-01-14 21:25:53 +00:00
Avneesh Pant
8bdd334d95
Allow the PSM component to return ERR_NOT_AVAIL so it can be unloaded silently if executed on a node with no QLogic IB hardware. Also minor modifications to have the CM PML allow itself to be unloaded if no MTL components are available. The component selection logic can then continue to use other PMLs.
...
This commit was SVN r22410.
2010-01-14 19:39:35 +00:00
Shiqing Fan
872a4047ba
Fix the bug that caused by ADD_DEPENDENCIES() from different version of CMake.
...
In CMake 2.6 and earlier, this function add dependencies for targets and also link the target libraries automatically, but in CMake 2.8,this behavior has been changed, i.e. it will only add the dependencies but no link, which will cause linking errors at compilation time.
This commit was SVN r22405.
2010-01-14 18:10:20 +00:00
Vasily Filipov
370b1c75c4
Added addition condition for create_srq
...
This commit was SVN r22403.
2010-01-14 16:09:10 +00:00
Jeff Squyres
b46628bf8d
Reformat for 80-char width.
...
This commit was SVN r22402.
2010-01-14 13:31:11 +00:00
Avneesh Pant
774b965784
Add in support to specify IB path record query mechanism and IB Application/Service ID for PSM MTL. Also fix a minor bug in calculating the minimum connection timeout.
...
This commit was SVN r22397.
2010-01-13 18:58:00 +00:00
Jeff Squyres
2bdcb2a979
Move CM's MCA params into their own function (component.register).
...
This commit was SVN r22392.
2010-01-12 20:11:47 +00:00
Rainer Keller
3adde52707
- Sanity check initialization and finalization of PERUSE.
...
This commit was SVN r22390.
2010-01-12 16:36:24 +00:00
Jeff Squyres
40a8846b75
Disable the --enable-openib-ibcm switch. IBCM support is broken, so there's no point in even offering this config switch; it just confuses people. Closes trac:2158.
...
This commit was SVN r22383.
The following Trac tickets were found above:
Ticket 2158 --> https://svn.open-mpi.org/trac/ompi/ticket/2158
2010-01-07 18:21:41 +00:00
Jeff Squyres
8f824177cd
Closes trac:2158.
...
Special-case the before MPI_INIT / after MPI_FINALIZE error messages
so that they can be a bit more clear than the general "an error
occurred" messages that are displayed in the middle of MPI jobs.
This is not really a "bug fix", but it is helpful for usability. I
leave it up to the v1.4 RM's to decide if they want it for the 1.4
series or not.
This commit was SVN r22382.
The following Trac tickets were found above:
Ticket 2158 --> https://svn.open-mpi.org/trac/ompi/ticket/2158
2010-01-07 18:16:39 +00:00
Jeff Squyres
e96032dec9
Fix a type (otherwise we get a compiler warning).
...
This commit was SVN r22380.
2010-01-07 17:39:18 +00:00
Edgar Gabriel
5c6384e771
clean up the comm_cid code by removing everything related to the block_cid
...
algorithm. This makes it much easier to read again.
This commit was SVN r22379.
2010-01-07 16:26:30 +00:00
Ethan Mallove
f1f285c575
If CR is disabled, do not create ompi-checkpoint/restart symlinks and CR man pages.
...
This commit was SVN r22373.
2010-01-06 16:56:54 +00:00
Ralph Castain
fad1ba15b0
Move the test for case-sensitive file system from ompi to opal so that all layers can have that knowledge.
...
Use that for the orte wrapper compilers
This commit was SVN r22348.
2009-12-29 23:26:45 +00:00
Shiqing Fan
c37308b8eb
Remove the deleted windows file from the tarball.
...
This commit was SVN r22347.
2009-12-29 16:11:32 +00:00
Shiqing Fan
b8555448b5
Remove the unnecessary/duplicated unistd.h.
...
This commit was SVN r22346.
2009-12-28 16:22:16 +00:00
Shiqing Fan
d0f85beaf3
Correctly include those header files.
...
This commit was SVN r22344.
2009-12-28 16:13:06 +00:00
Shiqing Fan
90e3092ce5
Fix a type cast.
...
This commit was SVN r22343.
2009-12-28 16:12:46 +00:00
Shiqing Fan
a2d00d4ab8
Exclude a pml component that is not necessary for Windows.
...
This commit was SVN r22342.
2009-12-28 16:12:28 +00:00
George Bosilca
e127b20038
Correct a type in the name of the help string.
...
This commit was SVN r22336.
2009-12-21 19:13:25 +00:00
Vasily Filipov
897b7c0aa8
Fix orte_show_help message type error.
...
This commit was SVN r22321.
2009-12-16 14:11:43 +00:00
Vasily Filipov
e73274f9a9
Disabling SRQ limit event for devices that doesn't support this feature.
...
This commit was SVN r22320.
2009-12-16 14:05:35 +00:00
Vasily Filipov
87e71b26fe
Jeff Squyres fixes
...
This commit was SVN r22319.
2009-12-16 10:23:58 +00:00
George Bosilca
b3d3a8e7b3
Remove useless lines.
...
This commit was SVN r22316.
2009-12-15 23:55:14 +00:00
George Bosilca
b85c3ca081
Enable support for the INRIA
...
knem (http://runtime.bordeaux.inria.fr/knem/ ) kernel device. This
is part of Ma Teng's work on Open MPI.
This commit was SVN r22315.
2009-12-15 23:34:09 +00:00
Vasily Filipov
c036c6ef95
Adding support for on-demand SRQ pre-post (receive wqe allocation)
...
This commit was SVN r22313.
2009-12-15 15:52:10 +00:00
Vasily Filipov
354bfe527f
Improving support for non homogeneous OpenFabrics network configurations
...
This commit was SVN r22312.
2009-12-15 14:25:07 +00:00
Pavel Shamis
4d02aea54c
Enabling, by default, RDMACM connection manager for RDMAoE devices
...
This commit was SVN r22311.
2009-12-15 13:52:19 +00:00
Jeff Squyres
4f68dfb03c
Remove some dead code (thanks to George for pointing it out).
...
This commit was SVN r22309.
2009-12-14 21:20:41 +00:00
Christopher Yeoh
27cc40e412
Fixes MPI errhandler set races
...
See #2103 for details
This commit was SVN r22300.
2009-12-14 03:38:01 +00:00
Christopher Yeoh
848bf0f5cd
Fixes deadlock in osc rdma module
...
See #2102 for details
This commit was SVN r22299.
2009-12-14 01:52:57 +00:00
Christopher Yeoh
d5253aa0f1
Fixes multithread race which causes corruption of no_credits_pending_frags
...
list in the ib btl. See #2128 for details
This commit was SVN r22298.
2009-12-14 01:41:45 +00:00