1
1
Граф коммитов

337 Коммитов

Автор SHA1 Сообщение Дата
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