Skip to content

Commit 9687d5e

Browse files
committed
Upgrade all www.open-mpi.org URLs to https
Found a handful of other URLs that weren't https-ized, so I updated them, too (after verifying that they support https, of course). Signed-off-by: Jeff Squyres <[email protected]>
1 parent 81fec3e commit 9687d5e

30 files changed

+75
-74
lines changed

HACKING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
88
University of Stuttgart. All rights reserved.
99
Copyright (c) 2004-2005 The Regents of the University of California.
1010
All rights reserved.
11-
Copyright (c) 2008-2016 Cisco Systems, Inc. All rights reserved.
11+
Copyright (c) 2008-2020 Cisco Systems, Inc. All rights reserved.
1212
Copyright (c) 2013 Intel, Inc. All rights reserved.
1313
$COPYRIGHT$
1414

@@ -71,7 +71,7 @@ required depend on if you are using the Git master branch or a release
7171
branch (and which release branch you are using). The specific
7272
versions can be found here:
7373

74-
http://www.open-mpi.org/source/building.php
74+
https://www.open-mpi.org/source/building.php
7575

7676
You can check what versions of the autotools you have installed with
7777
the following:
@@ -83,7 +83,7 @@ shell$ libtoolize --version
8383

8484
Required version levels for all the OMPI releases can be found here:
8585

86-
http://www.open-mpi.org/source/building.php
86+
https://www.open-mpi.org/source/building.php
8787

8888
To strengthen the above point: the core Open MPI developers typically
8989
use very, very recent versions of the GNU tools. There are known bugs

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
88
University of Stuttgart. All rights reserved.
99
Copyright (c) 2004-2005 The Regents of the University of California.
1010
All rights reserved.
11-
Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
11+
Copyright (c) 2008-2020 Cisco Systems, Inc. All rights reserved.
1212
$COPYRIGHT$
1313

1414
Additional copyrights may follow
@@ -23,7 +23,7 @@ This file is a *very* short overview of building and installing Open
2323
MPI, and building MPI applications. Much more information is
2424
available on the Open MPI web site (e.g., see the FAQ section):
2525

26-
http://www.open-mpi.org/
26+
https://www.open-mpi.org/
2727

2828

2929
Developer Builds

NEWS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Copyright (c) 2004-2008 High Performance Computing Center Stuttgart,
88
University of Stuttgart. All rights reserved.
99
Copyright (c) 2004-2006 The Regents of the University of California.
1010
All rights reserved.
11-
Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved.
11+
Copyright (c) 2006-2020 Cisco Systems, Inc. All rights reserved.
1212
Copyright (c) 2006 Voltaire, Inc. All rights reserved.
1313
Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
1414
Use is subject to license terms.
@@ -1935,7 +1935,7 @@ Bug fixes / minor enhancements:
19351935
- Update embedded hwloc to v1.7.2.
19361936
- ErrMgr framework redesigned to better support fault tolerance development
19371937
activities. See the following RFC for details:
1938-
http://www.open-mpi.org/community/lists/devel/2010/03/7589.php
1938+
https://www.open-mpi.org/community/lists/devel/2010/03/7589.php
19391939
- Added database framework to OPAL and changed all modex operations
19401940
to flow thru it, also included additional system info in the
19411941
available data
@@ -2341,7 +2341,7 @@ Bug fixes / minor enhancements:
23412341
will allow registering more than 8GB of memory. See this FAQ item
23422342
for details:
23432343

2344-
http://www.open-mpi.org/faq/?category=openfabrics#ib-low-reg-mem
2344+
https://www.open-mpi.org/faq/?category=openfabrics#ib-low-reg-mem
23452345

23462346
- Fall back to send/receive semantics if registered memory is
23472347
unavilable for RDMA.
@@ -2517,7 +2517,7 @@ Bug fixes / minor enhancements:
25172517
- Support Solaris legacy munmap prototype changes.
25182518
(** also to appear in 1.4.4)
25192519
- Updated to Automake 1.11.1 per
2520-
http://www.open-mpi.org/community/lists/devel/2011/07/9492.php.
2520+
https://www.open-mpi.org/community/lists/devel/2011/07/9492.php.
25212521
- Fix compilation of LSF support.
25222522
- Update MPI_Comm_spawn_multiple.3 man page to reflect what it
25232523
actually does.
@@ -2665,7 +2665,7 @@ Bug fixes / minor enhancements:
26652665
----------------
26662666

26672667
- Added "knem" support: direct process-to-process copying for shared
2668-
memory message passing. See http://runtime.bordeaux.inria.fr/knem/
2668+
memory message passing. See https://runtime.bordeaux.inria.fr/knem/
26692669
and the README file for more details.
26702670
- Updated shared library versioning scheme and linking style of MPI
26712671
applications. The MPI application ABI has been broken from the
@@ -2741,7 +2741,7 @@ Bug fixes / minor enhancements:
27412741
- command to execute arbitrary commands (e.g., run a script).
27422742
- file to send output to a file.
27432743
- ftb to send output to the Fault Tolerant Backplane (see
2744-
http://wiki.mcs.anl.gov/cifts/index.php/CIFTS)
2744+
https://wiki.mcs.anl.gov/cifts/index.php/CIFTS)
27452745
- hnp to send the output to mpirun.
27462746
- smtp (requires libesmtp) to send an email.
27472747

@@ -3172,7 +3172,7 @@ and v1.4.
31723172
- No longer create BTLs for invalid (TCP) devices.
31733173
- Various man page style and lint cleanups.
31743174
- Fix critical OpenFabrics-related bug noted here:
3175-
http://www.open-mpi.org/community/lists/announce/2009/03/0029.php.
3175+
https://www.open-mpi.org/community/lists/announce/2009/03/0029.php.
31763176
Open MPI now uses a much more robust memory intercept scheme that is
31773177
quite similar to what is used by MX. The use of "-lopenmpi-malloc"
31783178
is no longer necessary, is deprecated, and is expected to disappear

README

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ When submitting questions and problems, be sure to include as much
3535
extra information as possible. This web page details all the
3636
information that we request in order to provide assistance:
3737

38-
http://www.open-mpi.org/community/help/
38+
https://www.open-mpi.org/community/help/
3939

4040
The best way to report bugs, send comments, or ask questions is to
4141
sign up on the user's and/or developer's mailing list (for user-level
@@ -51,8 +51,8 @@ address -- [email protected] is considered different than
5151
[email protected]!). Visit these pages to subscribe to the
5252
lists:
5353

54-
http://lists.open-mpi.org/mailman/listinfo/users
55-
http://lists.open-mpi.org/mailman/listinfo/devel
54+
https://lists.open-mpi.org/mailman/listinfo/users
55+
https://lists.open-mpi.org/mailman/listinfo/devel
5656

5757
Thanks for your time.
5858

@@ -699,7 +699,7 @@ Network Support
699699
- Portals 4
700700

701701
- UCX is the Unified Communication X (UCX) communication library
702-
(http://www.openucx.org/). This is an open-source project
702+
(https://www.openucx.org/). This is an open-source project
703703
developed in collaboration between industry, laboratories, and
704704
academia to create an open-source production grade communication
705705
framework for data centric and high-performance applications. The
@@ -790,7 +790,7 @@ Network Support
790790
same memory managers from prior versions of Open MPI will be used.
791791
The ummunotify Linux kernel module can be downloaded from:
792792

793-
http://lwn.net/Articles/343351/
793+
https://lwn.net/Articles/343351/
794794

795795
- The use of fork() with OpenFabrics-based networks (i.e., the UCX
796796
PML) is only partially supported, and only on Linux kernels >=
@@ -1057,7 +1057,7 @@ NETWORKING SUPPORT / OPTIONS
10571057
knem is a Linux kernel module that allows direct process-to-process
10581058
memory copies (optionally using hardware offload), potentially
10591059
increasing bandwidth for large messages sent between messages on the
1060-
same server. See http://knem.gforge.inria.fr/ for
1060+
same server. See https://knem.gforge.inria.fr/ for
10611061
details.
10621062

10631063
--with-libfabric=<directory>
@@ -2215,14 +2215,14 @@ [email protected] is considered different than
22152215
[email protected]!). Visit this page to subscribe to the
22162216
user's list:
22172217

2218-
http://lists.open-mpi.org/mailman/listinfo/users
2218+
https://lists.open-mpi.org/mailman/listinfo/users
22192219

22202220
Developer-level bug reports, questions, and comments should generally
22212221
be sent to the developer's mailing list ([email protected]).
22222222
Please do not post the same question to both lists. As with the
22232223
user's list, only subscribers are allowed to post to the developer's
22242224
list. Visit the following web page to subscribe:
22252225

2226-
http://lists.open-mpi.org/mailman/listinfo/devel
2226+
https://lists.open-mpi.org/mailman/listinfo/devel
22272227

22282228
Make today an Open MPI day!

README.JAVA.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,4 +272,4 @@ work for both arrays and direct buffers.
272272

273273
If you have any problems, or find any bugs, please feel free to report
274274
them to Open MPI user's mailing list (see
275-
http://www.open-mpi.org/community/lists/ompi.php).
275+
https://www.open-mpi.org/community/lists/ompi.php).

config/ompi_setup_mpi_fortran.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dnl Copyright (c) 2004-2007 High Performance Computing Center Stuttgart,
1010
dnl University of Stuttgart. All rights reserved.
1111
dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212
dnl All rights reserved.
13-
dnl Copyright (c) 2006-2017 Cisco Systems, Inc. All rights reserved
13+
dnl Copyright (c) 2006-2020 Cisco Systems, Inc. All rights reserved.
1414
dnl Copyright (c) 2006-2008 Sun Microsystems, Inc. All rights reserved.
1515
dnl Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
1616
dnl reserved.
@@ -413,7 +413,7 @@ AC_DEFUN([OMPI_SETUP_MPI_FORTRAN],[
413413
OMPI_BUILD_FORTRAN_BINDINGS=$OMPI_FORTRAN_USEMPI_BINDINGS])])
414414

415415
# Per discussion on the devel list starting here:
416-
# http://www.open-mpi.org/community/lists/devel/2014/01/13799.php
416+
# https://www.open-mpi.org/community/lists/devel/2014/01/13799.php
417417
# we need a new litmus test to disqualify older Fortran compilers
418418
# (e.g., Pathscale 4.0.12) that *seem* to support all the Right
419419
# Things, but a) do not support BIND(C, name="super_long_name") or

config/opal_functions.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dnl Copyright (c) 2004-2005 The Regents of the University of California.
1212
dnl All rights reserved.
1313
dnl Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
1414
dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved.
15-
dnl Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved.
15+
dnl Copyright (c) 2009-2020 Cisco Systems, Inc. All rights reserved.
1616
dnl Copyright (c) 2014 Intel, Inc. All rights reserved.
1717
dnl Copyright (c) 2015-2017 Research Organization for Information Science
1818
dnl and Technology (RIST). All rights reserved.
@@ -384,7 +384,7 @@ AC_DEFUN([OPAL_FLAGS_UNIQ],[
384384

385385
# Check for special cases where we do want to allow repeated
386386
# arguments (per
387-
# http://www.open-mpi.org/community/lists/devel/2012/08/11362.php
387+
# https://www.open-mpi.org/community/lists/devel/2012/08/11362.php
388388
# and
389389
# https://github.com/open-mpi/ompi/issues/324).
390390

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ AC_LANG([C])
5555

5656
AC_INIT([project_name_long],
5757
[m4_normalize(esyscmd([config/opal_get_version.sh VERSION --tarball]))],
58-
[http://www.open-mpi.org/community/help/], [project_name_short])
58+
[https://www.open-mpi.org/community/help/], [project_name_short])
5959
AC_PREREQ(2.60)
6060
AC_CONFIG_AUX_DIR(config)
6161
AC_CONFIG_MACRO_DIR(config)
@@ -1191,7 +1191,7 @@ if test "x$opal_cv_c_compiler_vendor" = "xsun"; then
11911191
fi
11921192

11931193
# Due to this thread:
1194-
# http://www.open-mpi.org/community/lists/users/2013/02/21356.php and
1194+
# https://www.open-mpi.org/community/lists/users/2013/02/21356.php and
11951195
# a helpful tip from Dave Goodell, set the precious variables for
11961196
# compilers to "no" that we don't want. Libtool's m4 configry will
11971197
# interpret this as "I won't be using this language; don't bother

contrib/build-mca-comps-outside-of-tree/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ First, download, build, and install Open MPI:
8686
-----
8787
$ cd $HOME
8888
$ wget \
89-
http://www.open-mpi.org/software/ompi/vX.Y/downloads/openmpi-X.Y.Z.tar.bz2
89+
https://www.open-mpi.org/software/ompi/vX.Y/downloads/openmpi-X.Y.Z.tar.bz2
9090
[lots of output]
9191
$ tar jxf openmpi-X.Y.Z.tar.bz2
9292
$ cd openmpi-X.Y.Z

contrib/dist/linux/ompi-spec-generator.py

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
# University of Stuttgart. All rights reserved.
4646
# Copyright (c) 2004-2005 The Regents of the University of California.
4747
# All rights reserved.
48-
# Copyright (c) 2006 Cisco Systems, Inc. All rights reserved.
48+
# Copyright (c) 2006-2020 Cisco Systems, Inc. All rights reserved.
4949
# $COPYRIGHT$
5050
#
5151
# Additional copyrights may follow
@@ -718,7 +718,7 @@ def main():
718718
param_parser.add_option("--no-install", action="store_true", dest="no_install", default=False, help="Disable the installation.")
719719
param_parser.add_option("--ompi-name", action="store", dest="ompi_name", default="openmpi", help="Specify the name.")
720720
param_parser.add_option("--ompi-prefix", action="store", dest="ompi_prefix", default="/opt/openmpi", help="Specify the installation prefix.")
721-
param_parser.add_option("--ompi-url", action="store", dest="ompi_url", default="http://www.open-mpi.org", help="Specify the tarball to use.")
721+
param_parser.add_option("--ompi-url", action="store", dest="ompi_url", default="https://www.open-mpi.org", help="Specify the tarball to use.")
722722
param_parser.add_option("--ompi-version", action="store", dest="ompi_version", default="1.1", help="Specify the version to use.")
723723
param_parser.add_option("--ompi-extra-version", action="store", dest="ompi_extra_version", default="%{nil}", help="Specify extra version to indicate special builds.")
724724
param_parser.add_option("--ompi-name-prefix", action="store", dest="ompi_name_prefix", default="%{nil}", help="Specify and name prefix for the RPMS.")

0 commit comments

Comments
 (0)