From 19284c10d59accc201e72bed4bb717d0fce96f4b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 3 Feb 2022 15:33:29 +0100 Subject: [PATCH] Update references to the mailing list. --- ChangeLog | 1 + doc/doxygen/FAQ.doc | 2 +- doc/doxygen/outcomes_vizu.doc | 2 +- docs/manpages/smpicc.1 | 2 +- docs/manpages/smpicxx.1 | 2 +- docs/manpages/smpif90.1 | 2 +- docs/manpages/smpiff.1 | 2 +- docs/manpages/smpirun.1 | 2 +- docs/source/community.rst | 8 +++----- setup.py | 2 +- tools/simgrid_update_xml.pl | 2 +- 11 files changed, 13 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index d50801c87f..80a78928cd 100644 --- 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 diff --git a/doc/doxygen/FAQ.doc b/doc/doxygen/FAQ.doc index f38dfc95f4..db3f7cbceb 100644 --- a/doc/doxygen/FAQ.doc +++ b/doc/doxygen/FAQ.doc @@ -17,7 +17,7 @@ Martin Quinson. 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: . +mail to the user mailing list: . @subsection faq_visualization Visualizing and analyzing the results diff --git a/doc/doxygen/outcomes_vizu.doc b/doc/doxygen/outcomes_vizu.doc index 9c101618da..f97248b8ba 100644 --- a/doc/doxygen/outcomes_vizu.doc +++ b/doc/doxygen/outcomes_vizu.doc @@ -438,7 +438,7 @@ several options to analyze this trace file: SimGrid User::Visualization 101 tutorial. - Ask for help on the simgrid-user@lists.gforge.inria.fr + href="mailto:simgrid-community@inria.fr">simgrid-community@inria.fr 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 `_ (to subscribe, + list `_ (to subscribe, visit the `web interface - `__); - you can also check out `our archives - `_. We - prefer you to **not use private emails**. SimGrid is an open + `__). + 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. diff --git a/setup.py b/setup.py index 22d45d2331..44d4982ec4 100755 --- 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 " diff --git a/tools/simgrid_update_xml.pl b/tools/simgrid_update_xml.pl index 7de27de699..daea1f0eb0 100755 --- a/tools/simgrid_update_xml.pl +++ b/tools/simgrid_update_xml.pl @@ -156,7 +156,7 @@ In and , 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 -- 2.20.1