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
Shiqing Fan
b2c3cb300c
Correctly configure the new libevent mca for Windows.
...
This commit was SVN r23946.
2010-10-26 09:33:47 +00:00
Shiqing Fan
a4c2ed7a87
Fix a few things for Windows build - type cast, modified variable names and unresolved symbols.
...
This commit was SVN r23783.
2010-09-21 09:40:26 +00:00
Ralph Castain
40a2bfa238
WARNING: Work on the temp branch being merged here encountered problems with bugs in subversion. Considerable effort has gone into validating the branch. However, not all conditions can be checked, so users are cautioned that it may be advisable to not update from the trunk for a few days to allow MTT to identify platform-specific issues.
...
This merges the branch containing the revamped build system based around converting autogen from a bash script to a Perl program. Jeff has provided emails explaining the features contained in the change.
Please note that configure requirements on components HAVE CHANGED. For example. a configure.params file is no longer required in each component directory. See Jeff's emails for an explanation.
This commit was SVN r23764.
2010-09-17 23:04:06 +00:00
Shiqing Fan
a987eafc90
Add another sm definition for ignoring posix sm on Windows, and exclude those source files.
...
This commit was SVN r23640.
2010-08-24 09:28:56 +00:00
Shiqing Fan
0aa02850bd
Get rid of a debug output.
...
This commit was SVN r23634.
2010-08-23 16:10:47 +00:00
Shiqing Fan
7a301bc417
Add support for ompi_ext on Windows.
...
This commit was SVN r23632.
2010-08-23 13:16:30 +00:00
Shiqing Fan
330999e36c
Some fixes for C/R enhancement on Windows. Add the option and fix some type casts, just let it compile.
...
This commit was SVN r23599.
2010-08-12 13:31:37 +00:00
Shiqing Fan
33719634da
Use different variable for option definitions, otherwise CMake get confused somehow.
...
This commit was SVN r23553.
2010-08-04 19:11:27 +00:00
Shiqing Fan
6893021f7c
Get rid of the week string in the date format, it might contain different/unusual characters based on windows language setting.
...
This commit was SVN r23551.
2010-08-04 09:13:20 +00:00
Shiqing Fan
3ef2be67b9
Add search paths for VS 2010.
...
This commit was SVN r23538.
2010-08-02 10:09:23 +00:00
Shiqing Fan
ea7bf2bd9e
Correctly check the data type alignment for VS 2010 environment, and set the event include paths to global level, in order to make the clever VS load them.
...
This commit was SVN r23534.
2010-07-30 14:25:15 +00:00
Shiqing Fan
d589f8289a
need to set the result value.
...
This commit was SVN r23487.
2010-07-23 14:25:13 +00:00
Shiqing Fan
5789c96525
Add the help and btl ini file into install list.
...
This commit was SVN r23423.
2010-07-15 18:52:29 +00:00
Shiqing Fan
13b26095cc
Add a missing definition for memory implementation header.
...
This commit was SVN r23410.
2010-07-14 09:12:10 +00:00
Shiqing Fan
332be56b4c
Turn the main configure script into macros.
...
Add checks for a few IBverbs functions and symbols.
This commit was SVN r23389.
2010-07-13 13:41:57 +00:00
Shiqing Fan
74120b46c1
Need to check another ofed library.
...
This commit was SVN r23375.
2010-07-12 16:15:22 +00:00
Shiqing Fan
e3be90ff22
Update CMake modules, adding initial support for openib.
...
This commit was SVN r23373.
2010-07-12 15:28:37 +00:00
Shiqing Fan
e32159d118
Updates and fixes for Fortran bindings on Windows, including two missing feature tests and CMake scripts improvements.
...
This commit was SVN r23279.
2010-06-18 13:03:16 +00:00
Shiqing Fan
d391c57b0f
A more proper fix for the HANDLE definition.
...
This commit was SVN r23269.
2010-06-14 14:17:07 +00:00
Samuel Gutierrez
2fb7c344fc
Added a new System V (sysv) shared memory component for Open MPI.
...
Configure Option:
--enable-sysv
MCA Parameter:
mpi_common_sm
mpi_common_sm accepts a comma delimited list of: [sysv],mmap (order
dependent). The first component that is successfully selected is used. For
example, -mca mpi_common_sm sysv,mmap will first try sysv. If sysv is not
successfully selected, then mmap will be used. mmap will be used if
mpi_common_sm is not provided.
Notes:
Please make certain that your system's shmmax limit, or equivalent, is larger
than mpool_sm_min_size. Otherwise, shmget may fail.
This commit was SVN r23260.
2010-06-09 16:58:52 +00:00
Shiqing Fan
8adea20297
Fix a variable name.
...
This commit was SVN r23231.
2010-06-01 17:37:58 +00:00
Shiqing Fan
12775c6b9a
Add corresponding option for notifier on Windows.
...
This commit was SVN r23195.
2010-05-21 15:23:44 +00:00
Shiqing Fan
077f6e6398
Type casts for building dynamical Fortran libraries.
...
And export correct function names.
This commit was SVN r23020.
2010-04-22 15:48:27 +00:00
Shiqing Fan
d1e66bdd01
Use variables instead of hard-coded compiler flags, in order to support various C/C++ compilers on Windows.
...
This commit was SVN r23016.
2010-04-21 12:45:00 +00:00
Shiqing Fan
e539322807
Move definitions to the main config file.
...
This commit was SVN r23015.
2010-04-21 09:17:10 +00:00
Shiqing Fan
b4dc28f075
Fix typo from last commit.
...
This commit was SVN r22960.
2010-04-13 00:35:20 +00:00
Shiqing Fan
a998abb746
Get rid of a CMake warning that caused by the change of the CMake policy in the latest version (policy CMP0015), the link directory must be absolute path.
...
This commit was SVN r22959.
2010-04-13 00:11:25 +00:00
Shiqing Fan
9d3613c259
Only check the necessary headers and others on Windows, so that to speed up the configuration a lot.
...
Set up the integer kind family for f77 build.
This commit was SVN r22894.
2010-03-26 16:01:36 +00:00
Shiqing Fan
3943fdc355
Fix the new thread configure options on Windows.
...
This commit was SVN r22849.
2010-03-18 15:14:11 +00:00
Shiqing Fan
e1c009932b
Add a few more fortran compile flags, and enable dynamic build for f77 library now.
...
This commit was SVN r22720.
2010-02-26 07:55:32 +00:00
Shiqing Fan
3ab892ad8a
Add exclude pattern for installing directory.
...
This commit was SVN r22610.
2010-02-12 10:24:22 +00:00
Shiqing Fan
fe39e3a993
Check the Fortran compiler base on the build type (32 or 64 bit build), and set corresponding VC environment.
...
This commit was SVN r22568.
2010-02-07 23:16:06 +00:00
Shiqing Fan
d5adf6ec25
Add the executable extension.
...
This commit was SVN r22565.
2010-02-05 17:56:18 +00:00
Shiqing Fan
1c096aece9
Preset the environment for Intel Fortran and G95.
...
This commit was SVN r22563.
2010-02-05 15:37:20 +00:00
Shiqing Fan
47c8f3dd69
set the compiler name only when we need it.
...
This commit was SVN r22561.
2010-02-05 11:15:00 +00:00
Shiqing Fan
84ecb6a81a
Set up the correct compiler executables in the right place.
...
This commit was SVN r22560.
2010-02-04 23:02:17 +00:00
Shiqing Fan
1839a21db4
Make it possible to let user select the Fortran compiler options that they use, so that to support different Fortran compilers on Windows. Not the best solution, but the easiest.
...
This commit was SVN r22540.
2010-02-03 18:18:15 +00:00
Shiqing Fan
4040d40c82
Define YY_NO_UNISTD_H in the source file property. It's defined in opal_include_bottom.h, but when the lex files are generated on Windows, the unistd.h is include before opal_include_bottom.h.
...
This commit was SVN r22521.
2010-01-31 20:39:43 +00:00
Shiqing Fan
c29a668e37
Remove flex.exe and its license file from the tarball.
...
cmr:v1.4
cmr:v1.5
This commit was SVN r22469.
2010-01-22 16:40:13 +00:00
Shiqing Fan
3353da027d
Remove the unused scripts.
...
This commit was SVN r22455.
2010-01-19 18:09:33 +00:00
Shiqing Fan
ef5b75598e
Update and clean up the main feature test script, using the new macros.
...
This commit was SVN r22453.
2010-01-19 17:32:10 +00:00
Shiqing Fan
29e7703d2c
Update several CMake scripts to use the new macros.
...
This commit was SVN r22452.
2010-01-19 17:28:49 +00:00
Shiqing Fan
949dfd2ab3
Add a few new CMake modules, that will change the way of configure:
...
ompi_define.cmake: a few macros for write the configure template file in different ways.
ompi_base_checks.cmake: defines a few wrapper macros for CMake checks.
This commit was SVN r22451.
2010-01-19 17:24:38 +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
Shiqing Fan
e6c0133d08
Add a definition for CMake to disable KNEM on Windows.
...
This commit was SVN r22345.
2009-12-28 16:13:41 +00:00
Shiqing Fan
11ad25fa77
A few windows fixes:
...
Add a missing value for the configure file.
Fix the bug that generating wrong svn version number.
Correct the wrong string length of the headnode name.
cmr:v1.5
cmr:v1.3.4
This commit was SVN r22219.
2009-11-18 09:43:47 +00:00
Shiqing Fan
6f8d0a1ab8
Update a few CMake scripts.
...
Add Program Database (pdb) files for installation for debug build.
This commit was SVN r22188.
2009-11-03 10:40:58 +00:00