Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update references to the mailing list.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 3 Feb 2022 14:33:29 +0000 (15:33 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 3 Feb 2022 14:33:29 +0000 (15:33 +0100)
ChangeLog
doc/doxygen/FAQ.doc
doc/doxygen/outcomes_vizu.doc
docs/manpages/smpicc.1
docs/manpages/smpicxx.1
docs/manpages/smpif90.1
docs/manpages/smpiff.1
docs/manpages/smpirun.1
docs/source/community.rst
setup.py
tools/simgrid_update_xml.pl

index d50801c..80a7892 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -162,6 +162,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
  - FG#78: Multiple fixes for SMPI replay:
     - TI tracing of allotallv/w was outputting wrong values
     - MPI_LOGICAL in fortran is actually 32 bits wide, and not 8.
+
 ----------------------------------------------------------------------------
 
 SimGrid (3.28) July 14. 2021
index f38dfc9..db3f7cb 100644 (file)
@@ -17,7 +17,7 @@ Martin Quinson</a>.
 Another great source of inspiration can be found in the @ref s4u_examples.
 
 If you are stuck at any point and if this FAQ cannot help you, please drop us a
-mail to the user mailing list: <simgrid-user@lists.gforge.inria.fr>.
+mail to the user mailing list: <simgrid-community@inria.fr>.
 
 @subsection faq_visualization Visualizing and analyzing the results
 
index 9c10161..f97248b 100644 (file)
@@ -438,7 +438,7 @@ several options to analyze this trace file:
   SimGrid User::Visualization 101 tutorial.
 
 - Ask for help on the <a
-  href="mailto:simgrid-user@lists.gforge.inria.fr">simgrid-user@lists.gforge.inria.fr</a>
+  href="mailto:simgrid-community@inria.fr">simgrid-community@inria.fr</a>
   mailing list, giving us a detailed explanation on what your
   simulator does and what kind of information you want to trace. You
   can also check the <a
index c005937..91f12ea 100644 (file)
@@ -8,7 +8,7 @@ smpicc is a wrapper around the C compiler defined when building SimGrid, adding
 .SH ENVIRONMENT VARIABLES
 All environment variables taken into account by the underlying compiler will be used by it, but note that the compiler can not be modified.
 .SH AUTHORS
-The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
+The SimGrid team
 .SH COPYRIGHT AND LICENCE
 Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.
 
index 24b07c4..4ef27ff 100644 (file)
@@ -8,7 +8,7 @@ smpicxx is a wrapper around the C++ compiler defined when building SimGrid, addi
 .SH ENVIRONMENT VARIABLES
 All environment variables taken into account by the underlying compiler will be used by it, but note that the compiler can not be modified.
 .SH AUTHORS
-The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
+The SimGrid team
 .SH COPYRIGHT AND LICENCE
 Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.
 
index b23d6ea..cf6e50a 100644 (file)
@@ -8,7 +8,7 @@ smpif90 is a wrapper around the Fortran 90 compiler defined when building SimGri
 .SH ENVIRONMENT VARIABLES
 All environment variables taken into account by the underlying compiler will be used by it, but note that the compiler can not be modified.
 .SH AUTHORS
-The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
+The SimGrid team
 .SH COPYRIGHT AND LICENCE
 Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.
 
index f65dd42..658f6bc 100644 (file)
@@ -8,7 +8,7 @@ smpiff is a wrapper around the Fortran 77 compiler defined when building SimGrid
 .SH ENVIRONMENT VARIABLES
 All environment variables taken into account by the underlying compiler will be used, but note that the compiler can not be modified.
 .SH AUTHORS
-The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
+The SimGrid team
 .SH COPYRIGHT AND LICENCE
 Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.
 
index d9ec2d6..0af518b 100644 (file)
@@ -107,7 +107,7 @@ Only simulate computation chunks that last more than XXX seconds.
 Disable the simulation of all computation chunks (that are still executed on the host machine).
 
 .SH AUTHORS
-The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
+The SimGrid team
 .SH COPYRIGHT AND LICENCE
 Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.
 
index 534f659..f465374 100644 (file)
@@ -20,12 +20,10 @@ ask the community for help. If you do not have a question, just come
 to us and say hello! We love earing about how people use SimGrid.
 
  - For questions or remarks, drop us an email on the `user mailing
-   list <mailto:simgrid-user@lists.gforge.inria.fr>`_ (to subscribe,
+   list <mailto:simgrid-community@inria.fr>`_ (to subscribe,
    visit the `web interface
-   <http://lists.gforge.inria.fr/mailman/listinfo/simgrid-user>`__);
-   you can also check out `our archives
-   <http://lists.gforge.inria.fr/pipermail/simgrid-user/>`_.  We
-   prefer you to **not use private emails**. SimGrid is an open
+   <https://sympa.inria.fr/sympa/info/simgrid-community>`__).
+   We prefer you to **not use private emails**. SimGrid is an open
    framework, and you never know who have the time and knowledge to
    answer your question, so please keep messages on the public mailing
    list.
index 22d45d2..44d4982 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -90,7 +90,7 @@ setup(
     name='simgrid',
     version='3.30.1',
     author='Da SimGrid Team',
-    author_email='simgrid-devel@lists.gforge.inria.fr',
+    author_email='simgrid-community@inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
     long_description=("SimGrid is a scientific instrument to study the behavior of "
                       "large-scale distributed systems such as Grids, Clouds, HPC or P2P "
index 7de27de..daea1f0 100755 (executable)
@@ -156,7 +156,7 @@ In <host> and <peer>, rename the 'availability_file' attribute into 'speed_file'
 
 =head1 AUTHORS
 
- The SimGrid team (simgrid-devel@lists.gforge.inria.fr)
+ The SimGrid team
 
 =head1 COPYRIGHT AND LICENSE