Ralph Castain
c0e2ccb591
Enable filem
...
This commit was SVN r20401.
2009-02-02 17:13:48 +00:00
Ralph Castain
61adb331d2
Add Mac default mca param files - not much in them yet, but allow for future capabilities
...
This commit was SVN r20345.
2009-01-25 17:15:22 +00:00
Ralph Castain
825b5366ed
Update LANL platform files by no-building TCP BTL. Apparently, some folks were overriding the default sys param file to specify TCP over Ethernet...and crashing clusters
...
This commit was SVN r20292.
2009-01-18 01:56:42 +00:00
Brian Barrett
333f419f4f
Need BTL self to get good local performance
...
Debugging symbols seem to behave better now
This commit was SVN r20276.
2009-01-14 20:12:10 +00:00
Brian Barrett
d3310a5ad1
fixes to get compiling on Red Storm again
...
This commit was SVN r20252.
2009-01-12 22:30:00 +00:00
Brian Barrett
af65b9398b
don't need alignment on opteron, but the test assumes you do when cross-compiling
...
This commit was SVN r20247.
2009-01-12 21:11:05 +00:00
Brian Barrett
f983bb2bd1
Don't build pml-v on Red Storm
...
This commit was SVN r20142.
2008-12-16 22:36:42 +00:00
Tim Mattox
d578164d82
Woops, need to set "with_openib=yes" properly in the odin platform files.
...
This commit was SVN r20127.
2008-12-15 16:19:26 +00:00
Ralph Castain
9ae5e5d830
Fix a dumb syntax error in the LANL TLCC platform files
...
This commit was SVN r20125.
2008-12-15 14:30:10 +00:00
Shiqing Fan
a5281f0434
- 1/4 commit for Windows Visual Studio and CCP support:
...
CMakeLists and .windows files.
In contribs preconfigured and precompiled parts.
This commit was SVN r20108.
2008-12-10 20:59:20 +00:00
Ralph Castain
6141401331
Update the LANL platform files for 1.3
...
This commit was SVN r20088.
2008-12-09 16:35:51 +00:00
Tim Mattox
a16de4ba54
The OFED install on odin is no longer in /usr/local/ofed
...
and can now be found automatically.
This commit was SVN r20073.
2008-12-05 01:02:09 +00:00
Ralph Castain
41c5ea73ff
Enable c++ on Mac
...
This commit was SVN r20031.
2008-11-24 17:59:15 +00:00
Kenneth Matney
31cca858ce
This removes type COMPLEX*32 from the configuration. Presently, none
...
of the Cray XT compilers (gfortran, pgf77, pgf90, pathf90, pathf95)
support this datatype. This clears up warning messages in the build.
This commit was SVN r19931.
2008-11-05 13:45:24 +00:00
Ralph Castain
97b481f658
Update LANL platform files - hopefully, last time!
...
This commit was SVN r19902.
2008-11-03 21:47:50 +00:00
Ralph Castain
72a9c19dec
Final cleanup of lanl platform files prior to release
...
This commit was SVN r19865.
2008-10-31 19:48:33 +00:00
Kenneth Matney
4c4021cf1e
Prior to these configuration files, the GNU Fortran binding (gfortran)
...
would not build. These new files will force the build process to look
up the value of "logical true", instead of arbitrarily setting a value,
enabling compatibility between GNU and PGI compilers.
This commit was SVN r19821.
2008-10-28 14:51:10 +00:00
Ralph Castain
1cfa0c26a1
Add non-debug platform for mac
...
This commit was SVN r19772.
2008-10-18 13:10:05 +00:00
Ralph Castain
4858c9b43c
Revised platform files
...
This commit was SVN r19766.
2008-10-17 23:52:00 +00:00
Ralph Castain
f0fe8ddb59
Required adjust to LANL platform file
...
This commit was SVN r19753.
2008-10-16 14:17:41 +00:00
Ralph Castain
1976992300
Update platform files to correctly deal with visibility and memchecker
...
This commit was SVN r19677.
2008-10-03 13:41:33 +00:00
Ralph Castain
5f3861572d
Update LANL platform files
...
This commit was SVN r19552.
2008-09-12 16:48:31 +00:00
Ralph Castain
d36a885b1a
Prep LANL platform files for distribution. Add platform file for odin as personal convenience (params may not be right)
...
This commit was SVN r19507.
2008-09-05 18:11:41 +00:00
Ralph Castain
96c6262abd
Update LANL platform files
...
This commit was SVN r19069.
2008-07-28 16:40:31 +00:00
Ralph Castain
d880d6282a
Update LANL platform files
...
This commit was SVN r19005.
2008-07-23 18:57:03 +00:00
Ralph Castain
7d8ac08d5d
Update the default mca params for LANL to block parallel file systems from being used for session directories
...
This commit was SVN r18746.
2008-06-26 13:19:18 +00:00
Brian Barrett
e7a299d046
Add timer support for Catamount
...
This commit was SVN r18729.
2008-06-24 22:13:34 +00:00
Brian Barrett
558e68088c
Update Cray XT3 (catamount) platform files to use script wrapper compilers,
...
properly disable building contrib packages, and always build ROMIO
This commit was SVN r18669.
2008-06-18 14:41:25 +00:00
Ralph Castain
0532d799d6
Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm.
...
Some minor changes to help facilitate debugger support so that both mpirun and yod can operate with it. Still to be completed.
This commit was SVN r18664.
2008-06-18 03:15:56 +00:00
Ralph Castain
378c16b166
Update LANL config files
...
This commit was SVN r18652.
2008-06-13 12:45:21 +00:00
Ralph Castain
1beb3df065
Let threads exist in these platforms...
...
This commit was SVN r18648.
2008-06-11 16:24:34 +00:00
Ralph Castain
3e55fe6f6d
Fold in the revised modex scheme. Move the ompi_proc_t modex portions to the RTE level since the daemons already have that info. Provide each process with the equivalent of a "nidmap" - both a map of what nodes are in the job, and a map of which node each process is on. This enables the use of static ports, though that hasn't been turned "on" in this commit.
...
Update the rsh tree spawn capability so we spawn the next wave of daemons before launching our own local procs.
Add an ability to encode nodenames for large clusters with contiguous node name numbering schemes - this allows communication of all node names in a few bytes instead of tens-of-bytes/node.
This commit was SVN r18338.
2008-04-30 19:49:53 +00:00
Ralph Castain
2329af9b49
Adjust the platform files for lanl
...
This commit was SVN r18319.
2008-04-26 14:16:49 +00:00
Ralph Castain
73e4cfe58a
Add platform files for LANL's RRZ cluster. Update LANL platform files to not build libnbc, vt to save time
...
This commit was SVN r18146.
2008-04-15 02:19:54 +00:00
Ralph Castain
4b798cf29a
Massage these platform files a little...
...
This commit was SVN r18125.
2008-04-10 15:32:41 +00:00
Ralph Castain
7cb1e72f76
Okay, let's really get those libz references out of there!
...
This commit was SVN r18114.
2008-04-09 22:05:09 +00:00
Ralph Castain
3120428f0f
Update several platform files to remove the libz dependency, add a couple for the Mac
...
This commit was SVN r18112.
2008-04-09 21:57:59 +00:00
Ralph Castain
d6eeb67086
Update the RR platform files
...
This commit was SVN r17953.
2008-03-25 15:04:04 +00:00
Galen Shipman
372f9e64c4
don't disable aio..
...
This commit was SVN r17823.
2008-03-14 18:05:56 +00:00
Galen Shipman
6f00928849
patch orted makefile for static..
...
This commit was SVN r17817.
2008-03-13 19:16:16 +00:00
Galen Shipman
fc17acb387
ORNL specific magic
...
This commit was SVN r17816.
2008-03-13 18:02:17 +00:00
Brian Barrett
ccfd45b57d
Update platform files to include the data for Fortran LOGICAL*?, as they
...
can not be deterimed at configure time when cross-compiling.
This commit was SVN r17802.
2008-03-10 20:05:57 +00:00
Ralph Castain
d70e2e8c2b
Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately.
...
Remains to be tested to ensure everything came over cleanly, so please continue to withhold commits a little longer
This commit was SVN r17632.
2008-02-28 01:57:57 +00:00
Galen Shipman
44003a41f2
Update common_portals to allow using portals interconnect with a modex rather
...
than relying on cnos to get the nid/pid map.
This commit was SVN r17588.
2008-02-25 19:17:21 +00:00
Galen Shipman
db3bd304f6
Platform file for Cray XT - CNL
...
This commit was SVN r17480.
2008-02-17 19:00:09 +00:00
George Bosilca
5079fd77ea
Add some files to the Windows distribution.
...
This commit was SVN r17053.
2008-01-04 23:10:00 +00:00
Rich Graham
beaf38ef42
disable tcp.
...
This commit was SVN r16804.
2007-11-29 23:16:48 +00:00
George Bosilca
02d8e721be
Include all new files.
...
This commit was SVN r16134.
2007-09-14 23:16:12 +00:00
George Bosilca
71393fdfd9
Script for generating a Windows specific patch.
...
This commit was SVN r16131.
2007-09-14 21:25:56 +00:00
George Bosilca
fa40fd61f8
Update the Windows related project and headers files.
...
This commit was SVN r16128.
2007-09-14 21:18:52 +00:00