Selaa lähdekoodia

update url for starpu web server

(cherry picked from commit 950a2d1b6f039f792647f39d7d2fc31730122fd1)
Nathalie Furmento 4 vuotta sitten
vanhempi
commit
9caa92d5fa

+ 1 - 1
configure.ac

@@ -18,7 +18,7 @@
 #
 # See the GNU Lesser General Public License in COPYING.LGPL for more details.
 #
-AC_INIT([StarPU], [1.3.99], [starpu-devel@lists.gforge.inria.fr], [starpu], [http://starpu.gforge.inria.fr/])
+AC_INIT([StarPU], [1.3.99], [starpu-devel@lists.gforge.inria.fr], [starpu], [http://gitlab.inria.fr/starpu/starpu])
 AC_CONFIG_SRCDIR(include/starpu.h)
 AC_CONFIG_AUX_DIR([build-aux])
 

+ 3 - 3
doc/doxygen/chapters/000_introduction.doxy

@@ -77,9 +77,9 @@ policies in a portable fashion (\ref HowToDefineANewSchedulingPolicy).
 The remainder of this section describes the main concepts used in StarPU.
 
 A video is available on the StarPU website
-http://starpu.gforge.inria.fr/ that presents these concepts in 26 minutes.
+https://starpu.gitlabpages.inria.fr/ that presents these concepts in 26 minutes.
 
-Some tutorials are also available on http://starpu.gforge.inria.fr/tutorials/
+Some tutorials are also available on https://starpu.gitlabpages.inria.fr/tutorials/
 
 // explain the notion of codelet and task (i.e. g(A, B)
 
@@ -190,7 +190,7 @@ unregister it.
 \section ResearchPapers Research Papers
 
 Research papers about StarPU can be found at
-http://starpu.gforge.inria.fr/publications/.
+https://starpu.gitlabpages.inria.fr/publications/.
 
 A good overview is available in the research report at
 http://hal.archives-ouvertes.fr/inria-00467677.

+ 6 - 11
doc/doxygen/chapters/101_building.doxy

@@ -61,27 +61,22 @@ script <c>configure</c>.
 \subsection GettingSources Getting Sources
 
 StarPU's sources can be obtained from the download page of
-the StarPU website (http://starpu.gforge.inria.fr/files/).
+the StarPU website (https://starpu.gitlabpages.inria.fr/files/).
 
 All releases and the development tree of StarPU are freely available
-on Inria's gforge under the LGPL license. Some releases are available
+on StarPU SCM server under the LGPL license. Some releases are available
 under the BSD license.
 
-The latest release can be downloaded from the Inria's gforge (http://gforge.inria.fr/frs/?group_id=1570) or
-directly from the StarPU download page (http://starpu.gforge.inria.fr/files/).
+The latest release can be downloaded from the StarPU download page (https://starpu.gitlabpages.inria.fr/files/).
 
-The latest nightly snapshot can be downloaded from the StarPU gforge website (http://starpu.gforge.inria.fr/testing/).
-
-\verbatim
-$ wget http://starpu.gforge.inria.fr/testing/starpu-nightly-latest.tar.gz
-\endverbatim
+The latest nightly snapshot can be downloaded from the StarPU website (https://starpu.gitlabpages.inria.fr/files/testing/).
 
 And finally, current development version is also accessible via git.
 It should only be used if you need the very latest changes (i.e. less
 than a day old!).
 
 \verbatim
-$ git clone https://scm.gforge.inria.fr/anonscm/git/starpu/starpu.git
+$ git clone git@gitlab.inria.fr:starpu/starpu.git
 \endverbatim
 
 \subsection ConfiguringStarPU Configuring StarPU
@@ -139,7 +134,7 @@ $ make
 Once everything is built, you may want to test the result. An
 extensive set of regression tests is provided with StarPU. Running the
 tests is done by calling <c>make check</c>. These tests are run every night
-and the result from the main profile is publicly available (http://starpu.gforge.inria.fr/testing/master/).
+and the result from the main profile is publicly available (https://starpu.gitlabpages/files/testing/master/).
 
 \verbatim
 $ make check