Ralph Castain
701a170387
Update platform files
...
This commit was SVN r28277.
2013-04-03 17:06:07 +00:00
Ralph Castain
db77484ceb
Update show_load_errors param
...
This commit was SVN r28263.
2013-03-28 16:52:34 +00:00
Nathan Hjelm
cf377db823
MCA/base: Add new MCA variable system
...
Features:
- Support for an override parameter file (openmpi-mca-param-override.conf).
Variable values in this file can not be overridden by any file or environment
value.
- Support for boolean, unsigned, and unsigned long long variables.
- Support for true/false values.
- Support for enumerations on integer variables.
- Support for MPIT scope, verbosity, and binding.
- Support for command line source.
- Support for setting variable source via the environment using
OMPI_MCA_SOURCE_<var name>=source (either command or file:filename)
- Cleaner API.
- Support for variable groups (equivalent to MPIT categories).
Notes:
- Variables must be created with a backing store (char **, int *, or bool *)
that must live at least as long as the variable.
- Creating a variable with the MCA_BASE_VAR_FLAG_SETTABLE enables the use of
mca_base_var_set_value() to change the value.
- String values are duplicated when the variable is registered. It is up to
the caller to free the original value if necessary. The new value will be
freed by the mca_base_var system and must not be freed by the user.
- Variables with constant scope may not be settable.
- Variable groups (and all associated variables) are deregistered when the
component is closed or the component repository item is freed. This
prevents a segmentation fault from accessing a variable after its component
is unloaded.
- After some discussion we decided we should remove the automatic registration
of component priority variables. Few component actually made use of this
feature.
- The enumerator interface was updated to be general enough to handle
future uses of the interface.
- The code to generate ompi_info output has been moved into the MCA variable
system. See mca_base_var_dump().
opal: update core and components to mca_base_var system
orte: update core and components to mca_base_var system
ompi: update core and components to mca_base_var system
This commit also modifies the rmaps framework. The following variables were
moved from ppr and lama: rmaps_base_pernode, rmaps_base_n_pernode,
rmaps_base_n_persocket. Both lama and ppr create synonyms for these variables.
This commit was SVN r28236.
2013-03-27 21:09:41 +00:00
Brian Barrett
1aa9e74767
s/openib/verbs/
...
This commit was SVN r28151.
2013-03-06 19:00:54 +00:00
Brian Barrett
04ac6c4d6f
fix typo
...
This commit was SVN r28144.
2013-03-01 22:21:48 +00:00
Brian Barrett
be361cf91b
First take at kitten config file
...
This commit was SVN r28143.
2013-03-01 22:21:22 +00:00
Ralph Castain
40e0b7be36
Update platform file
...
This commit was SVN r28138.
2013-02-28 20:18:42 +00:00
Ralph Castain
8d2fa3693b
First cut at removing the native Windows support. Remove all the Windows-specific components, and the .windows files sprinkled around. Remove the Windows platform files and MTT scripts. Update the NEWS to point Windows users to the cygwin package.
...
This commit was SVN r28116.
2013-02-26 20:44:56 +00:00
Joshua Ladd
70ad711337
Backing out the Open SHMEM project
...
This commit was SVN r28050.
2013-02-12 17:45:27 +00:00
Mike Dubman
ff384daab4
Added new project: oshmem.
...
This commit was SVN r28048.
2013-02-12 15:33:21 +00:00
Ralph Castain
1d38e58c26
Rename the greenplum monitoring platform files. Add a configure script for that purpose
...
This commit was SVN r27978.
2013-01-30 00:18:31 +00:00
Ralph Castain
2703427ce6
Update platform file
...
This commit was SVN r27975.
2013-01-29 23:47:38 +00:00
Nathan Hjelm
0a8189aa4e
update lanl platform files for XE6
...
This commit was SVN r27964.
2013-01-29 16:06:08 +00:00
Ralph Castain
1a82bb0812
Update platform files
...
This commit was SVN r27876.
2013-01-20 00:29:07 +00:00
Ralph Castain
c96cc2d5a0
In order to properly connect to debuggers like STAT, we need to get the hostname in its unstripped version for the MPIR_proctab. Unfortunately, we need a stripped version for Cray's alps launcher. So when we are stripping the hostname prefix, retain alias hostnames and add the ability to specify an alias to use in the proctab.
...
This commit was SVN r27863.
2013-01-18 05:00:05 +00:00
Jeff Squyres
d94c249781
Trunk version of r27792 (cmake filename changed between trunk and
...
v1.6). This is likely a useless commit, because Windows support will
likely be deleted in the trunk eventually (and is almost certainly
currently broken), but I figured I'd do my due diligence in
back-porting from v1.6 on the small, small chance that someone
resurrects the cmake/Windows support on the trunk.
This commit was SVN r27793.
The following SVN revision numbers were found above:
r27792 --> open-mpi/ompi@12af886582
2013-01-11 20:43:43 +00:00
Ralph Castain
42c320214b
Add platform files
...
This commit was SVN r27747.
2013-01-05 06:28:42 +00:00
Ralph Castain
07194c6564
Add platform files
...
This commit was SVN r27728.
2012-12-28 16:52:21 +00:00
Ralph Castain
2353803a0f
Bend cluster now has slurm
...
This commit was SVN r27727.
2012-12-28 03:05:51 +00:00
Brad Benton
b4a79f8983
Adding power6 & power7-specific platform files
...
This commit was SVN r27690.
2012-12-18 21:37:14 +00:00
Brad Benton
388f34193b
Updates for ompi-trunk flag changes
...
Updates for generic ppc flags
This commit was SVN r27689.
2012-12-18 21:35:54 +00:00
Ralph Castain
4db2c698c1
Update platform files
...
This commit was SVN r27660.
2012-12-09 02:54:38 +00:00
Ralph Castain
657225ff61
Update platform files
...
This commit was SVN r27617.
2012-11-16 04:01:37 +00:00
Ralph Castain
ae6d63d766
Update platform files
...
This commit was SVN r27602.
2012-11-13 13:38:12 +00:00
Ralph Castain
89f20a0c09
Add new platform files
...
This commit was SVN r27597.
2012-11-12 18:06:22 +00:00
Ralph Castain
b3c0ad9c56
Update platform files
...
This commit was SVN r27591.
2012-11-12 02:51:55 +00:00
Ralph Castain
2358228a1b
Update platform files
...
This commit was SVN r27582.
2012-11-10 13:59:09 +00:00
Ralph Castain
6f9dd378eb
Don't enable both shared and static as you wind up with static executables :-(
...
This commit was SVN r27530.
2012-10-30 20:36:21 +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
dc93bb29ed
Update platform files to enable ORTE progress thread
...
This commit was SVN r27499.
2012-10-26 15:48:03 +00:00
Ralph Castain
60a837426d
Update platform files
...
This commit was SVN r27444.
2012-10-14 03:28:33 +00:00
Ralph Castain
2352c75d16
Update platform files
...
This commit was SVN r27384.
2012-09-29 17:33:39 +00:00
Samuel Gutierrez
ba470dcec9
Add eth0 to oob_tcp_if_include
...
This commit was SVN r27374.
2012-09-26 14:47:00 +00:00
Shiqing Fan
3bdb207cae
Revert the example VS project file.
...
Update the CMakeLists.txt for the example, make sure it won't modify the original project file.
This commit was SVN r27218.
2012-09-03 10:42:52 +00:00
Shiqing Fan
ddbd542732
Remove one .windows file.
...
Add a macro definition for isblank function.
This commit was SVN r27217.
2012-09-03 09:51:44 +00:00
Shiqing Fan
b27862e5c7
make sure the static build on windows can link the required libraries.
...
This commit was SVN r27211.
2012-08-31 23:27:11 +00:00
Shiqing Fan
fb3ac54cbe
add another F90 definition for windows.
...
This commit was SVN r27104.
2012-08-22 13:06:08 +00:00
Shiqing Fan
a1cea276c8
skip building one unused component for windows.
...
This commit was SVN r27103.
2012-08-22 13:05:52 +00:00
Ralph Castain
254f34133c
Add and update platform files
...
This commit was SVN r27092.
2012-08-17 21:39:22 +00:00
Ralph Castain
bcf6a41243
Shutup the stupid warning - convert all the openib platform calls to verbs
...
This commit was SVN r27061.
2012-08-15 22:13:41 +00:00
Ralph Castain
589acf550c
Improve the new MPI_INFO_ENV to better handle Java applications and to correctly report the info for singletons.
...
This commit was SVN r27025.
2012-08-13 22:13:49 +00:00
Ralph Castain
b9b41d8662
For cases where the alpha+non-zero prefix must be removed from a node name, be sure to do it everywhere we access node names - otherwise, modex methods such as pmi will fail to correctly identify procs on the same node
...
This commit was SVN r27022.
2012-08-13 20:44:56 +00:00
Shiqing Fan
9ade21d1fc
Remove another libevent file that is not necessary for Windows.
...
This commit was SVN r27014.
2012-08-13 12:03:47 +00:00
Shiqing Fan
e357aa245c
Remove one libevent source file from windows build.
...
This commit was SVN r26977.
2012-08-08 16:45:45 +00:00
Shiqing Fan
3713cddde3
As the test source files are not in the tarball, so add them in the windows contrib folder.
...
This commit was SVN r26976.
2012-08-08 16:45:06 +00:00
Shiqing Fan
42dfbc7d2f
Another CMake scripts update for:
...
correctly generate hwloc library
automatically define OMPI/OPAL/ORTE_OMPORTS for user applications
update the f77 bindings
This commit was SVN r26893.
2012-07-27 11:49:09 +00:00
Shiqing Fan
5d81c27282
Update the CMake files for Fortran 77 bindings, get ready for F90 bindings.
...
Change several variable names and update the macros.
This commit was SVN r26851.
2012-07-24 08:49:34 +00:00
Shiqing Fan
fe9857adaa
remove files that are not necessary for hwloc windows build.
...
This commit was SVN r26826.
2012-07-21 22:44:58 +00:00
Shiqing Fan
12d99a9ebb
Update the hwloc build on Windows and related files.
...
This commit was SVN r26818.
2012-07-20 12:14:28 +00:00
Shiqing Fan
c01a584511
missed a few things in the last update for hwloc on windows.
...
This commit was SVN r26745.
2012-07-04 16:33:31 +00:00
Shiqing Fan
98035d131c
update the platform win32 files for hwloc build on Windows natively.
...
This commit was SVN r26727.
2012-07-03 12:55:31 +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
Nathan Hjelm
2706353a5d
update lanl platform files for new verbs configury
...
This commit was SVN r26659.
2012-06-25 22:54:03 +00:00
Ralph Castain
f653e2e81e
Update platform file
...
This commit was SVN r26617.
2012-06-19 13:36:16 +00:00
Ralph Castain
d1ca08041b
Update LANL Cray platform files to disable static ports
...
This commit was SVN r26607.
2012-06-15 10:16:56 +00:00
Shiqing Fan
38c0de5541
Remove the old files.
...
This commit was SVN r26561.
2012-06-06 14:14:40 +00:00
Shiqing Fan
9b3ddfa7b2
missed one file.
...
This commit was SVN r26560.
2012-06-06 14:13:20 +00:00
Shiqing Fan
c019c0b453
Then their file names too.
...
This commit was SVN r26559.
2012-06-06 14:12:33 +00:00
Shiqing Fan
aa6cde9886
Change f77 to fortran for the rest of windows build files.
...
This commit was SVN r26558.
2012-06-06 14:09:51 +00:00
Shiqing Fan
c519352d7e
A fortran fix corresponding to r26543 for Windows build. Thanks to Eugene.
...
This commit was SVN r26546.
The following SVN revision numbers were found above:
r26543 --> open-mpi/ompi@e91d3a6f13
2012-06-04 08:33:30 +00:00
Ralph Castain
67d6275ed3
Platform update
...
This commit was SVN r26508.
2012-05-29 15:21:16 +00:00
Ralph Castain
fd796cce0a
Add an allocator tool for finding HDFS file locations and obtaining allocations for those nodes (supports both Hadoop 1 and 2). Split the Java support into two parts: detection of Java support and request for Java bindings.
...
This commit was SVN r26414.
2012-05-09 01:13:49 +00:00
Ralph Castain
70d4f14be3
Add affinity extension to platform file
...
This commit was SVN r26404.
2012-05-08 04:00:05 +00:00
Nathan Hjelm
b94e7af5c8
LANL: update XE-6 platform files
...
This commit was SVN r26394.
2012-05-07 17:22:14 +00:00
Nathan Hjelm
2f98ef894a
update lanl tlcc platform files
...
This commit was SVN r26345.
2012-04-26 22:08:27 +00:00
Nathan Hjelm
e7ae4c3626
update LANL XE6 platform files
...
This commit was SVN r26305.
2012-04-19 21:51:37 +00:00
Jeff Squyres
320b7bd5df
Update platform files to use enable_mpi_fortran, not enable_mpi_f77
...
and enable_mpi_f90
This commit was SVN r26284.
2012-04-18 16:16:33 +00:00
Ralph Castain
bd8b4f7f1e
Sorry for mid-day commit, but I had promised on the call to do this upon my return.
...
Roll in the ORTE state machine. Remove last traces of opal_sos. Remove UTK epoch code.
Please see the various emails about the state machine change for details. I'll send something out later with more info on the new arch.
This commit was SVN r26242.
2012-04-06 14:23:13 +00:00
Shiqing Fan
e1d4eb3248
Add an option for enabling Java support on windows in the future.
...
This commit was SVN r26022.
2012-02-23 15:51:24 +00:00
Ralph Castain
47c64ec837
Roll in Java bindings per telecon discussion. Man pages still under revision
...
This commit was SVN r25973.
2012-02-20 22:12:43 +00:00
Ralph Castain
bcd2c88274
Remove stale platform files
...
This commit was SVN r25972.
2012-02-20 22:10:26 +00:00
Shiqing Fan
9e8330f8e9
Update the include path of the config file on Windows.
...
This commit was SVN r25963.
2012-02-20 10:03:08 +00:00
Nathan Hjelm
05a9727aca
lanl: add -march=amdfam10 to xe6 platform files
...
This commit was SVN r25896.
2012-02-10 00:47:14 +00:00
Samuel Gutierrez
b88508e2b9
Platform file updates. Build with PMI support on our TLCC2 clusters.
...
This commit was SVN r25888.
2012-02-09 20:11:35 +00:00
Shiqing Fan
cbfe43c1f4
A windows fix related to r25860.
...
This commit was SVN r25862.
The following SVN revision numbers were found above:
r25860 --> open-mpi/ompi@feb8eb8a90
2012-02-03 15:06:01 +00:00
Shiqing Fan
af6a21bded
Add a missing definition for Windows.
...
This commit was SVN r25849.
2012-02-01 16:39:40 +00:00
Ralph Castain
0eb24c80cf
Minor platform adjustment
...
This commit was SVN r25847.
2012-02-01 01:29:08 +00:00
Shiqing Fan
2c9a4beffd
Add and remove a few components for windows build.
...
This commit was SVN r25775.
2012-01-25 09:01:27 +00:00
Shiqing Fan
740f0650a1
A more clean solution for the 64 bit windows dependencies. MSDN says the InterlockedCompareExchange64 support is only available on 2003 and newer. However, after I tested it on Windows XP 64 bit, it seems also working, probably this has been patched via SP1. So we only need to detect the compiler bit now.
...
This commit was SVN r25755.
2012-01-20 11:14:30 +00:00
Shiqing Fan
9e8c850685
Do not define this if we want Win XP compatible build.
...
This commit was SVN r25726.
2012-01-17 16:43:42 +00:00
Shiqing Fan
0ecdeff87b
Add an option for enabling/disabling the compatible support for windows xp. For example, the InterlockedCompareExchange64 support, which doesn't exist on XP. Enabling this option can make sure that the binary built on a Windows 7/Vista could also be run on Windows XP correctly.
...
This commit was SVN r25724.
2012-01-17 16:12:19 +00:00
Ralph Castain
686ee387c8
Minor platform change
...
This commit was SVN r25712.
2012-01-11 15:51:14 +00:00
Nathan Hjelm
ad6f0ac59d
set default binding in lanl platform files to by core
...
This commit was SVN r25620.
2011-12-12 20:05:48 +00:00
Ralph Castain
07655e2945
Handle the case where the allocator "fibs" to us about the node names. In some cases (ahem...you know who you are!), the allocator will tell us a node number (e.g., "16"). However, the daemon will return a node name (e.g., "nid0016") - leaving us not recognizing its location.
...
So provide a new parameter (can't have too many!) that handles this situation by stripping the prefix from the returned node name. Also do a little cleanup to ensure we cleanly exit from errors, without generating too many annoying messages.
This commit was SVN r25562.
2011-12-02 14:10:08 +00:00
Ralph Castain
6310361532
At long last, the fabled revision to the affinity system has arrived. A more detailed explanation of how this all works will be presented here:
...
https://svn.open-mpi.org/trac/ompi/wiki/ProcessPlacement
The wiki page is incomplete at the moment, but I hope to complete it over the next few days. I will provide updates on the devel list. As the wiki page states, the default and most commonly used options remain unchanged (except as noted below). New, esoteric and complex options have been added, but unless you are a true masochist, you are unlikely to use many of them beyond perhaps an initial curiosity-motivated experimentation.
In a nutshell, this commit revamps the map/rank/bind procedure to take into account topology info on the compute nodes. I have, for the most part, preserved the default behaviors, with three notable exceptions:
1. I have at long last bowed my head in submission to the system admin's of managed clusters. For years, they have complained about our default of allowing users to oversubscribe nodes - i.e., to run more processes on a node than allocated slots. Accordingly, I have modified the default behavior: if you are running off of hostfile/dash-host allocated nodes, then the default is to allow oversubscription. If you are running off of RM-allocated nodes, then the default is to NOT allow oversubscription. Flags to override these behaviors are provided, so this only affects the default behavior.
2. both cpus/rank and stride have been removed. The latter was demanded by those who didn't understand the purpose behind it - and I agreed as the users who requested it are no longer using it. The former was removed temporarily pending implementation.
3. vm launch is now the sole method for starting OMPI. It was just too darned hard to maintain multiple launch procedures - maybe someday, provided someone can demonstrate a reason to do so.
As Jeff stated, it is impossible to fully test a change of this size. I have tested it on Linux and Mac, covering all the default and simple options, singletons, and comm_spawn. That said, I'm sure others will find problems, so I'll be watching MTT results until this stabilizes.
This commit was SVN r25476.
2011-11-15 03:40:11 +00:00
Samuel Gutierrez
1eb97a903e
update plat files to include ugni btl.
...
This commit was SVN r25451.
2011-11-07 05:00:46 +00:00
Samuel Gutierrez
c646c93eec
remove unneeded flags from cray xe6 platform file.
...
This commit was SVN r25363.
2011-10-24 18:42:43 +00:00
Samuel Gutierrez
949364d2d6
update LANL Cray XE6 platform files to include PMI support.
...
This commit was SVN r25356.
2011-10-21 21:05:23 +00:00
Nathan Hjelm
ce29170968
update lanl xe6 platform files for vader
...
This commit was SVN r25344.
2011-10-20 21:50:53 +00:00
Nathan Hjelm
adf950f4ab
LANL: don't use per-peer receive queues on rr-class
...
This commit was SVN r25320.
2011-10-18 16:45:44 +00:00
Nathan Hjelm
9155f1ba1f
LANL: up cq size
...
This commit was SVN r25319.
2011-10-18 16:40:35 +00:00
Nathan Hjelm
e16559983e
LANL: match tlcc QP settings with tlcc2
...
This commit was SVN r25318.
2011-10-18 16:32:05 +00:00
Nathan Hjelm
607d387088
LANL: use only shared receive queues on tlcc
...
This commit was SVN r25317.
2011-10-18 16:23:46 +00:00
Nathan Hjelm
90c55c5b35
LANL: use pmi on tlcc
...
This commit was SVN r25316.
2011-10-18 16:12:14 +00:00
Ralph Castain
fe661eb76f
Update platform file to use pmi
...
This commit was SVN r25276.
2011-10-12 20:59:45 +00:00
Ralph Castain
d3271e8cc1
Enable use of pmi on odin
...
This commit was SVN r25250.
2011-10-11 02:15:37 +00:00
Samuel Gutierrez
fecff90918
first cut at tlcc2 platform files for lanl.
...
This commit was SVN r25189.
2011-09-27 17:15:39 +00:00
Samuel Gutierrez
0547f1d5e4
added first cut of cray xe6 platform files.
...
This commit was SVN r25183.
2011-09-26 23:14:43 +00:00
Shiqing Fan
3e0ee394ef
Select only one libevent component.
...
This commit was SVN r25169.
2011-09-20 16:10:01 +00:00
Shiqing Fan
359488b669
Preset the hwloc definitions to be disabled on Windows.
...
This commit was SVN r25141.
2011-09-14 11:25:36 +00:00
Shiqing Fan
20ee92c16e
Make the compiler wrappers work correctly for MinGW build.
...
This commit was SVN r25051.
2011-08-16 12:32:41 +00:00
Shiqing Fan
3af7c9f7bb
Complete the MinGW build support on Windows.
...
This commit was SVN r25048.
2011-08-15 09:47:23 +00:00
Brian Barrett
3bd66a5932
* Remove unused Portals3.3 reference implementation support
...
This commit was SVN r24906.
2011-07-20 23:30:29 +00:00
Ralph Castain
1d65833980
Remove mcast from the odin debug build
...
This commit was SVN r24899.
2011-07-13 22:51:22 +00:00
Ralph Castain
6e7e7be53e
Update platform file to ignore vt
...
This commit was SVN r24840.
2011-06-30 01:19:13 +00:00
Ralph Castain
cc0f93afca
Update platform files
...
This commit was SVN r24838.
2011-06-29 22:52:51 +00:00
Shiqing Fan
ecc923b2eb
Update the MinGW build for Windows.
...
This commit was SVN r24835.
2011-06-29 14:43:52 +00:00
Shiqing Fan
cefb2473c2
Get rid of a warning when built with VS Express.
...
Fix the command option for dumpbin.
This commit was SVN r24834.
2011-06-29 14:24:37 +00:00
Brian Barrett
37913cfce4
Move some of the SNL-specific configs into our own directory (to match
...
other orgs) and add a new platform file for simulator work
This commit was SVN r24817.
2011-06-23 20:47:30 +00:00
Shiqing Fan
c01dee96ae
Use double cache for some of the Fortran settings in CMake configuration, so that to eliminate the "cache effect".
...
This commit was SVN r24776.
2011-06-15 20:49:08 +00:00
Ralph Castain
6c91cf0d2e
Update platform file
...
This commit was SVN r24758.
2011-06-07 22:33:21 +00:00
Ralph Castain
7a60771830
Update platform files
...
This commit was SVN r24744.
2011-06-02 17:53:46 +00:00
Brian Barrett
e29ac7733a
* Add config file for building a Portals4 stack when using the full orte
...
This commit was SVN r24734.
2011-05-25 22:18:53 +00:00
Ralph Castain
26034f4a96
Update platform files
...
This commit was SVN r24718.
2011-05-20 20:41:33 +00:00
Brian Barrett
3fed6053a4
don't build BTLs when using portals SHMEM. It breaks things :)
...
This commit was SVN r24678.
2011-05-03 20:17:19 +00:00
Shiqing Fan
4490fdbd34
Add the initial support for MinGW and MSYS.
...
Correctly check the dependencies of MSYS env.
Set up configure include and lib path for building the package.
update a few more CMake scripts.
This commit was SVN r24663.
2011-04-29 14:42:07 +00:00
Ralph Castain
e4c36a3611
Add optimized platform files
...
This commit was SVN r24613.
2011-04-13 19:14:33 +00:00
Shiqing Fan
4b3b713bfc
Update the windows installdir component.
...
Don't use the old env component for windows, so remove the .windows file.
This commit was SVN r24597.
2011-04-05 12:15:41 +00:00
Ralph Castain
a3b0a9fcb7
Update platform file
...
This commit was SVN r24556.
2011-03-22 18:28:12 +00:00
Eugene Loh
2770a12beb
Continue clean up of thread options started in r22841, 22842, and 22849.
...
No need for any CMRs to 1.5... that was already done in CMR 2728.
This commit was SVN r24545.
The following SVN revision numbers were found above:
r22841 --> open-mpi/ompi@b400b84162
2011-03-18 21:36:35 +00:00
Shiqing Fan
aac0db05bb
Add support for Intel Fortran compiler 12 on Windows.
...
This commit was SVN r24538.
2011-03-17 12:08:13 +00:00
Ralph Castain
a8c1a3b4ee
Update platform file
...
This commit was SVN r24527.
2011-03-14 18:44:09 +00:00
Ralph Castain
c0c259f95f
Ignore .gitignore file
...
Update platform files
This commit was SVN r24499.
2011-03-08 18:37:05 +00:00
Ralph Castain
a5b177e1f4
Update platform files
...
This commit was SVN r24484.
2011-03-03 01:16:13 +00:00
Shiqing Fan
8c2865bd6a
Add the new WinVerbs btl component.
...
This commit was SVN r24477.
2011-03-02 09:14:44 +00:00
Shiqing Fan
9fb2860fdc
Install the config files.
...
This commit was SVN r24469.
2011-02-28 13:39:28 +00:00
Shiqing Fan
f45488f0db
Add a variable for appending files into the list.
...
This commit was SVN r24468.
2011-02-28 13:00:34 +00:00
Shiqing Fan
90eeba252e
Make openib compile again for Windows.
...
Update the CMake script for checking mca subdirs.
Add windows support for __attribute__ packed structures.
Define usleep and posix_memalign with equivalent windows functions.
And a few minor fixes, type casts.
This commit was SVN r24429.
2011-02-22 15:49:27 +00:00
Shiqing Fan
0974a15d48
Update with the version info.
...
This commit was SVN r24415.
2011-02-18 15:23:35 +00:00
Ralph Castain
29785e4ea1
Update platform file
...
This commit was SVN r24388.
2011-02-15 19:01:59 +00:00
Ralph Castain
172ad649e1
Update platform files
...
This commit was SVN r24381.
2011-02-14 20:00:58 +00:00
Nathan Hjelm
2605fc6a54
actually need pml = csum for these
...
This commit was SVN r24318.
2011-01-27 20:44:13 +00:00
Samuel Gutierrez
2574e18de4
update LANL's tlcc and rr-class platform files
...
This commit was SVN r24278.
2011-01-20 18:59:37 +00:00
Brian Barrett
b98afd298b
update to remove unneeded fields
...
This commit was SVN r24267.
2011-01-19 20:46:06 +00:00
Shiqing Fan
b2f3a5b7c2
Correctly check system specific datatypes on Windows.
...
This commit was SVN r24257.
2011-01-18 09:40:58 +00:00
Nathan Hjelm
02e60d326e
removed csum from rr p1 architecture conf files
...
This commit was SVN r24211.
2011-01-10 16:04:48 +00:00
Shiqing Fan
f43862420c
Convert the bad dos line endings to unix style for all windows related files.
...
This commit was SVN r24137.
2010-12-02 12:08:08 +00:00
Shiqing Fan
d1ba4e8f7a
Add an option to enable/disable event thread support on Windows.
...
This commit was SVN r24124.
2010-12-01 11:27:14 +00:00
Ralph Castain
5c166e6ea0
Update platform files
...
This commit was SVN r24119.
2010-12-01 04:23:40 +00:00
Ralph Castain
9a30d2934f
Add orcm platform files
...
This commit was SVN r24106.
2010-11-30 16:20:45 +00:00
Ralph Castain
6bcd4eca75
Update platform files
...
This commit was SVN r24099.
2010-11-30 01:15:15 +00:00
Shiqing Fan
39c9f7468e
Add support for managing priorities of windows mca components.
...
Correct the generated strings in mpi.h.
This commit was SVN r24082.
2010-11-23 19:09:06 +00:00
Shiqing Fan
62c6ee73a4
Update F77 build for Windows.
...
This commit was SVN r24065.
2010-11-17 17:27:05 +00:00
Jeff Squyres
e4744b4ed5
Per http://www.open-mpi.org/community/lists/devel/2010/11/8671.php ,
...
change a bunch of OMPI_<foo> names to OPAL_<foo>.
This commit was SVN r24046.
2010-11-12 23:22:11 +00:00
Shiqing Fan
c03ea1a5f3
A more clean way to build on Windows.
...
It's not possible to combine two shared libraries on Windows, so we have to do it a bit different. First generate a small event static library by just linking the object files, and link it into other libraries that needs the libevent API.
This commit was SVN r24039.
2010-11-11 12:02:54 +00:00
Shiqing Fan
7bac326920
Fix Windows build, add custom command to generate static libraries (opal and orte) for shared build.
...
This commit was SVN r24012.
2010-11-09 08:32:45 +00:00
Shiqing Fan
505efbaa27
Update the CMake scripts, solve a few export symbols for Windows.
...
This commit was SVN r23976.
2010-11-02 16:39:27 +00:00
Shiqing Fan
21db13a17a
Fix the CMake error that caused by unexpected empty string.
...
This commit was SVN r23960.
2010-10-27 15:06:15 +00:00
Shiqing Fan
199df1eadf
Rename a few var names.
...
This commit was SVN r23959.
2010-10-27 11:52:57 +00:00