98c9b486d3
Правила сборки для ЗОСРВ "Нейтрино" редакции 2020
2023-02-01 17:12:57 +03:00
Gilles Gouaillardet
713e3ea2e5
configury: fix pthread_join() call in OPAL_INTL_PTHREAD_TRY_LINK_FORTRAN
2016-01-07 10:20:20 +09:00
Ralph Castain
869041f770
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
Gilles Gouaillardet
dd572a0838
Fix --with-fortran=... logic
2015-05-08 09:23:55 +09:00
Gilles Gouaillardet
b4c333fe9b
config/opal_*: portability fixes
...
convert "test ... -o" to "test ... ||"
convert "test ... -a" to "test ... &&"
2015-02-03 15:19:22 +09:00
Gilles Gouaillardet
8976dcf610
configury: fix pthread flags for fortran
2014-12-22 19:13:45 +09:00
Gilles Gouaillardet
9d9d05b22d
configury: fix opal_config_pthreads when -lrt is set
...
the test program was successful without -pthread if -lrt is used.
-pthread *is* required in order to correctly handle
the pthread_atfork function.
2014-12-01 19:02:31 +09:00
Gilles Gouaillardet
399fc1bb3e
configury: remove unneeded assignments
2014-10-06 16:36:03 +09:00
Gilles Gouaillardet
b1c4daa956
configury: silence warning on Solaris
...
* remove config/ompi_config_solaris_threads.m4 which was dead code
* check if pthreads work "as is" on all platforms including Solaris
(FWIW, the test should have been skipped if Solaris threads are used
and not if configure is ran on a Solaris box)
Refs trac:4911
This commit was SVN r32792.
The following Trac tickets were found above:
Ticket 4911 --> https://svn.open-mpi.org/trac/ompi/ticket/4911
2014-09-25 07:26:16 +00:00
Gilles Gouaillardet
5d0e65085f
configury: silence warning on Solaris
...
revert r32501
Refs trac:4911
This commit was SVN r32791.
The following SVN revision numbers were found above:
r32501 --> open-mpi/ompi@0afed999cd
The following Trac tickets were found above:
Ticket 4911 --> https://svn.open-mpi.org/trac/ompi/ticket/4911
2014-09-25 07:17:58 +00:00
Gilles Gouaillardet
0afed999cd
silence warnings
...
on solaris 10 with gcc 3.4.3, no link flags is required
to use pthreads. First try to link without any flags.
This commit was SVN r32501.
2014-08-11 07:41:54 +00:00
Ralph Castain
11faab1091
The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees.
...
This commit was SVN r31679.
2014-05-08 02:01:35 +00:00
Ralph Castain
839c0eb55c
Per RFC, continue the renaming effort
...
This commit was SVN r31664.
2014-05-06 21:16:29 +00:00
Ralph Castain
fdd35f301a
Per RFC, next major step in cleaning up the build system naming patterns: rename files containing things used by the OPAL layer to be opal_foo.m4 instead of ompi_foo.m4. The ALPS plm is currently checking UGNI, so shift the check_ugni.m4 to orte for now.
...
This commit was SVN r31641.
2014-05-06 03:20:16 +00:00