Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Spell check.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 20 Oct 2019 14:13:15 +0000 (16:13 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 20 Oct 2019 20:53:13 +0000 (22:53 +0200)
commit4e62e76d104a17f0c9aaf9135ac605e9c8c87141
tree5ff4cb4b62cb97ce5f6f0e711066ed462db7a011
parent54e818e2dea66d457ec7061f3f2bec19be321f39
Spell check.
162 files changed:
ChangeLog
doc/doxygen/FAQ.doc
doc/doxygen/module-surf.doc
doc/doxygen/module-xbt.doc
doc/doxygen/platform.doc
examples/deprecated/java/app/bittorrent/Peer.java
examples/deprecated/msg/dht-kademlia/answer.h
examples/platforms/cluster_multi.xml
examples/platforms/optorsim/transform_optorsim_platform.pl
examples/s4u/README.rst
examples/s4u/actor-exiting/s4u-actor-exiting.cpp
examples/s4u/synchro-mutex/s4u-synchro-mutex.cpp
examples/smpi/replay/replay.cpp
examples/smpi/replay_multiple_manual_deploy/replay_multiple_manual.cpp
include/simgrid/kernel/future.hpp
include/simgrid/kernel/routing/DijkstraZone.hpp
include/simgrid/msg.h
include/simgrid/plugins/file_system.h
include/simgrid/s4u/Host.hpp
include/simgrid/simix.h
include/simgrid/simix.hpp
include/xbt/base.h
include/xbt/dynar.h
include/xbt/ex.h
include/xbt/log.h
include/xbt/synchro.h
sonar-project.properties
src/bindings/java/jmsg_host.cpp
src/bindings/java/jxbt_utilities.hpp
src/bindings/java/org/simgrid/msg/Task.java
src/bindings/java/org/simgrid/msg/VM.java
src/include/xbt/mmalloc.h
src/instr/instr_config.cpp
src/instr/instr_interface.cpp
src/instr/instr_private.hpp
src/internal_config.h.in
src/kernel/activity/CommImpl.cpp
src/kernel/activity/CommImpl.hpp
src/kernel/activity/ExecImpl.cpp
src/kernel/context/Context.hpp
src/kernel/context/ContextUnix.cpp
src/kernel/lmm/maxmin.cpp
src/kernel/lmm/maxmin.hpp
src/kernel/lmm/maxmin_test.cpp
src/kernel/resource/profile/DatedValue.hpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/TorusZone.cpp
src/mc/checker/SimcallInspector.hpp
src/mc/compare.cpp
src/mc/inspect/ObjectInformation.cpp
src/mc/inspect/ObjectInformation.hpp
src/mc/inspect/mc_unw_vmread.cpp
src/mc/mc_base.h
src/mc/remote/RemoteClient.cpp
src/mc/sosp/PageStore.cpp
src/mc/sosp/Region.hpp
src/mc/sosp/Snapshot.cpp
src/msg/msg_task.cpp
src/plugins/file_system/s4u_FileSystem.cpp
src/plugins/host_dvfs.cpp
src/plugins/host_energy.cpp
src/plugins/vm/VmLiveMigration.hpp
src/s4u/s4u_Host.cpp
src/simdag/sd_dotloader.cpp
src/simgrid/version.h.in
src/simix/smx_global.cpp
src/smpi/bindings/smpi_pmpi_coll.cpp
src/smpi/bindings/smpi_pmpi_request.cpp
src/smpi/colls/allgather/allgather-2dmesh.cpp
src/smpi/colls/allgather/allgather-3dmesh.cpp
src/smpi/colls/allgather/allgather-NTSLR-NB.cpp
src/smpi/colls/allgather/allgather-NTSLR.cpp
src/smpi/colls/allgather/allgather-bruck.cpp
src/smpi/colls/allgather/allgather-pair.cpp
src/smpi/colls/allgather/allgather-ring.cpp
src/smpi/colls/allgather/allgather-spreading-simple.cpp
src/smpi/colls/allgatherv/allgatherv-pair.cpp
src/smpi/colls/allgatherv/allgatherv-ring.cpp
src/smpi/colls/allreduce/allreduce-lr.cpp
src/smpi/colls/allreduce/allreduce-mvapich-rs.cpp
src/smpi/colls/allreduce/allreduce-ompi-ring-segmented.cpp
src/smpi/colls/allreduce/allreduce-rab-rdb.cpp
src/smpi/colls/allreduce/allreduce-rdb.cpp
src/smpi/colls/allreduce/allreduce-smp-binomial-pipeline.cpp
src/smpi/colls/allreduce/allreduce-smp-binomial.cpp
src/smpi/colls/allreduce/allreduce-smp-rdb.cpp
src/smpi/colls/alltoall/alltoall-2dmesh.cpp
src/smpi/colls/alltoall/alltoall-3dmesh.cpp
src/smpi/colls/alltoall/alltoall-bruck.cpp
src/smpi/colls/alltoall/alltoall-pair-light-barrier.cpp
src/smpi/colls/alltoall/alltoall-pair-mpi-barrier.cpp
src/smpi/colls/alltoall/alltoall-pair-one-barrier.cpp
src/smpi/colls/alltoall/alltoall-pair.cpp
src/smpi/colls/alltoall/alltoall-rdb.cpp
src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp
src/smpi/colls/alltoall/alltoall-ring-mpi-barrier.cpp
src/smpi/colls/alltoall/alltoall-ring-one-barrier.cpp
src/smpi/colls/alltoall/alltoall-ring.cpp
src/smpi/colls/alltoallv/alltoallv-pair-light-barrier.cpp
src/smpi/colls/alltoallv/alltoallv-pair-mpi-barrier.cpp
src/smpi/colls/alltoallv/alltoallv-pair-one-barrier.cpp
src/smpi/colls/alltoallv/alltoallv-pair.cpp
src/smpi/colls/alltoallv/alltoallv-ring-light-barrier.cpp
src/smpi/colls/alltoallv/alltoallv-ring-mpi-barrier.cpp
src/smpi/colls/alltoallv/alltoallv-ring-one-barrier.cpp
src/smpi/colls/alltoallv/alltoallv-ring.cpp
src/smpi/colls/barrier/barrier-ompi.cpp
src/smpi/colls/bcast/bcast-NTSB.cpp
src/smpi/colls/bcast/bcast-binomial-tree.cpp
src/smpi/colls/bcast/bcast-ompi-split-bintree.cpp
src/smpi/colls/bcast/bcast-scatter-LR-allgather.cpp
src/smpi/colls/coll_tuned_topo.cpp
src/smpi/colls/reduce/reduce-ompi.cpp
src/smpi/colls/reduce/reduce-rab.cpp
src/smpi/colls/reduce_scatter/reduce_scatter-ompi.cpp
src/smpi/colls/smpi_mvapich2_selector.cpp
src/smpi/include/smpi_comm.hpp
src/smpi/include/smpi_datatype.hpp
src/smpi/include/smpi_file.hpp
src/smpi/internals/smpi_bench.cpp
src/smpi/internals/smpi_replay.cpp
src/smpi/mpi/smpi_comm.cpp
src/smpi/mpi/smpi_request.cpp
src/smpi/mpi/smpi_win.cpp
src/smpi/smpirun.in
src/surf/cpu_ti.hpp
src/surf/network_cm02.cpp
src/surf/network_cm02.hpp
src/surf/network_ns3.cpp
src/surf/surf_interface.hpp
src/surf/xml/simgrid.dtd
src/surf/xml/simgrid_dtd.c
src/xbt/config.cpp
src/xbt/config_test.cpp
src/xbt/dict.cpp
src/xbt/dict_private.h
src/xbt/dict_test.cpp
src/xbt/dynar.cpp
src/xbt/dynar_test.cpp
src/xbt/log_private.hpp
src/xbt/mallocator.c
src/xbt/mmalloc/mm_module.c
src/xbt/mmalloc/mmalloc.c
src/xbt/mmalloc/mmorecore.c
src/xbt/mmalloc/mmprivate.h
src/xbt/mmalloc/mrealloc.c
src/xbt/mmalloc/swag.c
teshsuite/mc/random-bug/random-bug.cpp
teshsuite/msg/app-bittorrent/bittorrent-peer.c
teshsuite/msg/host_on_off_processes/host_on_off_processes.cpp
teshsuite/msg/io-file-remote/io-file-remote.c
teshsuite/msg/io-file-remote/io-file-remote.tesh
teshsuite/msg/platform-properties/platform-properties.c
teshsuite/s4u/listen_async/listen_async.cpp
teshsuite/simdag/platforms/bogus_disk_attachment.xml
teshsuite/simix/generic-simcalls/generic-simcalls.cpp
teshsuite/smpi/type-hvector/type-hvector.c
teshsuite/smpi/type-vector/type-vector.c
tools/MSG_visualization/trace2fig.pl
tools/cmake/Distrib.cmake
tools/cmake/Modules/FindPAPI.cmake
tools/internal/spell_dict.txt