Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc: fix some borken links
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 May 2019 13:04:16 +0000 (15:04 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 May 2019 13:36:06 +0000 (15:36 +0200)
Some by using a newer version, some by simply removing the link, some
by ignoring them in linkchecker

.gitlab-ci.yml
docs/source/Configuring_SimGrid.rst
docs/source/Installing_SimGrid.rst
docs/source/app_smpi.rst

index 7fbbe3b..d1e927d 100644 (file)
@@ -8,10 +8,11 @@ pages:
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
   - mv build/html ../public
-  # The CSS contains a reference to a font or something, not something we gonna fix on our side
-  # The javasphinx output does not exist in the git, so the "open on GitLab" link is broken.
-  #  I'd like to report this as a bug, but javasphinx seems abandoned upstream. 
-  - linkchecker --check-extern --ignore-url='.*\.css$' --ignore-url=/public/java/org ../public
+  # - The CSS contains a reference to a font or something, not something we gonna fix on our side
+  # - The javasphinx output does not exist in the git, so the "open on GitLab" link is broken.
+  #   I'd like to report this as a bug, but javasphinx seems abandonned upstream.
+  # - public/search.html and public/genindex.html are also generated.
+  - linkchecker --check-extern --ignore-url='.*\.css$' --ignore-url=public/java/org --ignore-url=public/search.html --ignore-url public/genindex.html ../public
   artifacts:
     paths:
     - public
index 9bed9da..7bf917c 100644 (file)
@@ -218,7 +218,7 @@ models for all existing resources.
     without corrective factors. The timings of small messages are thus
     poorly modeled. This model is described in `A Network Model for
     Simulation of Grid Application
-    <ftp://ftp.ens-lyon.fr/pub/LIP/Rapports/RR/RR2002/RR2002-40.ps.gz>`_.
+    <https://hal.inria.fr/inria-00071989/document>`_.
   - **Reno/Reno2/Vegas:** Models from Steven H. Low using lagrange_solve instead of
     lmm_solve (experts only; check the code for more info).
   - **NS3** (only available if you compiled SimGrid accordingly):
index 275e773..02c1b87 100644 (file)
@@ -389,9 +389,9 @@ see how we manage to use mingw-64 to build the DLL that the Java file
 needs.
 
 The drawback of MinGW-64 is that the produced DLL are not compatible
-with MS Visual C. `clang-cl <http://clang.llvm.org/docs/MSVCCompatibility.html">`_
-sounds promising to fix this. If you get something working or if you
-have any other improvement, please @ref community_contact "tell us".
+with MS Visual C. Some clang-based tools seem promising to fix this,
+but this is of rather low priority for us. It it's important for you
+and if you get it working, please @ref community_contact "tell us".
 
 Java Specifics
 ^^^^^^^^^^^^^^
index 7a084f0..1b140ec 100644 (file)
@@ -169,7 +169,7 @@ means that the selected algorithm will be used
 MPI_Alltoall
 ^^^^^^^^^^^^
 
-Most of these are best described in `STAR-MPI's white paper <https://www.cs.fsu.edu/~xyuan/paper/06ics.pdf>`_.
+Most of these are best described in `STAR-MPI's white paper <https://doi.org/10.1145/1183401.1183431>`_.
 
  - default: naive one, by default
  - ompi: use openmpi selector for the alltoall operations