Skip to content

Commit

Permalink
URLs: update URLs for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
jsquyres committed Oct 1, 2014
1 parent 54544f6 commit 7270444
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 27 deletions.
25 changes: 11 additions & 14 deletions HACKING
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
University of Stuttgart. All rights reserved.
Copyright (c) 2004-2005 The Regents of the University of California.
All rights reserved.
Copyright (c) 2008-2012 Cisco Systems, Inc. All rights reserved.
Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved.
Copyright (c) 2013 Intel, Inc. All rights reserved.
$COPYRIGHT$

Expand All @@ -29,13 +29,10 @@ Debugging vs. Optimized Builds

If you are building Open MPI from a Subversion checkout, the default
build includes a lot of debugging features. This happens
automatically when when configure detects the hidden ".svn" Subversion
meta directory (that is present in all Subversion checkouts) in your
source tree, and therefore activates a number of developer-only
debugging features in the Open MPI code base.

The same debugging features are activated if you build in a Git or
Mercurial clone (with the hidden ".git" or ".hg" meta directory).
automatically when when configure detects the hidden ".git" Git meta
directory (that is present in all Git clones) in your source tree, and
therefore activates a number of developer-only debugging features in
the Open MPI code base.

By definition, debugging builds will perform [much] slower than
optimized builds of Open MPI. You should *NOT* conduct timing tests
Expand All @@ -47,7 +44,7 @@ developer's checkout, you have three main options:
1. Use the "--with-platform=optimized" switch to configure. This is
the preferred (and probably easiest) method. For example:

shell$ svn co http://svn.open-mpi.org/svn/ompi/trunk ompi
shell$ git clone git@github.com:open-mpi/ompi.git
shell$ cd ompi
shell$ ./autogen.pl
shell$ mkdir build
Expand All @@ -57,10 +54,10 @@ developer's checkout, you have three main options:
shell$ make all install

2. Use a VPATH build. Simply build Open MPI from a different
directory than the source tree -- one where the .svn / .git / .hg
subdirectory is not present. For example:
directory than the source tree -- one where the .git subdirectory
is not present. For example:

shell$ svn co http://svn.open-mpi.org/svn/ompi/trunk ompi
shell$ git clone git@github.com:open-mpi/ompi.git
shell$ cd ompi
shell$ ./autogen.pl
shell$ mkdir build
Expand Down Expand Up @@ -99,7 +96,7 @@ required depend on if you are using the trunk or a release branch (and
which release branch you are using). The specific versions can be
found at:

http://www.open-mpi.org/svn/building.php
http://www.open-mpi.org/source/building.php

You can check what versions of the autotools you have installed with
the following:
Expand All @@ -111,7 +108,7 @@ shell$ libtoolize --version

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

http://www.open-mpi.org/svn/building.php
http://www.open-mpi.org/source/building.php

To strengthen the above point: the core Open MPI developers typically
use very, very recent versions of the GNU tools. There are known bugs
Expand Down
2 changes: 1 addition & 1 deletion ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open MPI
Expand Down
2 changes: 1 addition & 1 deletion ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open MPI
Expand Down
2 changes: 1 addition & 1 deletion ompi/contrib/vt/wrappers/mpifort-vt-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open MPI
Expand Down
4 changes: 2 additions & 2 deletions ompi/mca/op/example/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008-2010 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand All @@ -21,7 +21,7 @@
# example of how to integrate into Open MPI's Automake-based build
# system.
#
# See https://svn.open-mpi.org/trac/ompi/wiki/devel/CreateComponent
# See https://github.com/open-mpi/ompi/wiki/devel-CreateComponent
# for more details on how to make Open MPI components.

# First, list all .h and .c sources. It is necessary to list all .h
Expand Down
4 changes: 2 additions & 2 deletions ompi/mca/op/example/configure.m4
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# University of Stuttgart. All rights reserved.
# Copyright (c) 2004-2005 The Regents of the University of California.
# All rights reserved.
# Copyright (c) 2008-2010 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2008-2014 Cisco Systems, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
Expand All @@ -31,7 +31,7 @@
# but it cannot be built. If it *not* a catastropic error if your
# component cannot be built (but was not specifically requested).

# See https://svn.open-mpi.org/trac/ompi/wiki/devel/CreateComponent
# See https://github.com/open-mpi/ompi/wiki/devel-CreateComponent
# for more details on how to make Open MPI components.

# MCA_op_example_CONFIG([action-if-found], [action-if-not-found])
Expand Down
2 changes: 1 addition & 1 deletion ompi/tools/wrappers/mpic++-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open MPI
Expand Down
2 changes: 1 addition & 1 deletion ompi/tools/wrappers/mpicc-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open MPI
Expand Down
2 changes: 1 addition & 1 deletion ompi/tools/wrappers/mpifort-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open MPI
Expand Down
2 changes: 1 addition & 1 deletion orte/tools/wrappers/ortecc-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open Run-Time Environment (ORTE)
Expand Down
2 changes: 1 addition & 1 deletion oshmem/tools/wrappers/shmemcc-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open SHMEM
Expand Down
2 changes: 1 addition & 1 deletion oshmem/tools/wrappers/shmemfort-wrapper-data.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# compiler flags (using the compiler_args key to chose which block
# should be activated. This can be useful for multilib builds. See the
# multilib page at:
# https://svn.open-mpi.org/trac/ompi/wiki/compilerwrapper3264
# https://github.com/open-mpi/ompi/wiki/compilerwrapper3264
# for more information.

project=Open SHMEM
Expand Down

0 comments on commit 7270444

Please sign in to comment.