From 4e62e76d104a17f0c9aaf9135ac605e9c8c87141 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 20 Oct 2019 16:13:15 +0200 Subject: [PATCH] Spell check. --- ChangeLog | 28 ++++---- doc/doxygen/FAQ.doc | 2 +- doc/doxygen/module-surf.doc | 2 +- doc/doxygen/module-xbt.doc | 2 +- doc/doxygen/platform.doc | 4 +- .../deprecated/java/app/bittorrent/Peer.java | 24 +++---- examples/deprecated/msg/dht-kademlia/answer.h | 2 +- examples/platforms/cluster_multi.xml | 2 +- .../optorsim/transform_optorsim_platform.pl | 2 +- examples/s4u/README.rst | 4 +- .../s4u/actor-exiting/s4u-actor-exiting.cpp | 2 +- .../s4u/synchro-mutex/s4u-synchro-mutex.cpp | 2 +- examples/smpi/replay/replay.cpp | 2 +- .../replay_multiple_manual.cpp | 2 +- include/simgrid/kernel/future.hpp | 12 ++-- .../simgrid/kernel/routing/DijkstraZone.hpp | 2 +- include/simgrid/msg.h | 4 +- include/simgrid/plugins/file_system.h | 2 +- include/simgrid/s4u/Host.hpp | 2 +- include/simgrid/simix.h | 2 +- include/simgrid/simix.hpp | 10 +-- include/xbt/base.h | 2 +- include/xbt/dynar.h | 2 +- include/xbt/ex.h | 2 +- include/xbt/log.h | 8 +-- include/xbt/synchro.h | 2 +- sonar-project.properties | 2 +- src/bindings/java/jmsg_host.cpp | 2 +- src/bindings/java/jxbt_utilities.hpp | 2 +- src/bindings/java/org/simgrid/msg/Task.java | 6 +- src/bindings/java/org/simgrid/msg/VM.java | 6 +- src/include/xbt/mmalloc.h | 2 +- src/instr/instr_config.cpp | 6 +- src/instr/instr_interface.cpp | 2 +- src/instr/instr_private.hpp | 2 +- src/internal_config.h.in | 2 +- src/kernel/activity/CommImpl.cpp | 2 +- src/kernel/activity/CommImpl.hpp | 2 +- src/kernel/activity/ExecImpl.cpp | 4 +- src/kernel/context/Context.hpp | 2 +- src/kernel/context/ContextUnix.cpp | 2 +- src/kernel/lmm/maxmin.cpp | 8 +-- src/kernel/lmm/maxmin.hpp | 4 +- src/kernel/lmm/maxmin_test.cpp | 2 +- src/kernel/resource/profile/DatedValue.hpp | 2 +- src/kernel/routing/ClusterZone.cpp | 2 +- src/kernel/routing/TorusZone.cpp | 2 +- src/mc/checker/SimcallInspector.hpp | 2 +- src/mc/compare.cpp | 6 +- src/mc/inspect/ObjectInformation.cpp | 2 +- src/mc/inspect/ObjectInformation.hpp | 2 +- src/mc/inspect/mc_unw_vmread.cpp | 2 +- src/mc/mc_base.h | 2 +- src/mc/remote/RemoteClient.cpp | 4 +- src/mc/sosp/PageStore.cpp | 2 +- src/mc/sosp/Region.hpp | 2 +- src/mc/sosp/Snapshot.cpp | 6 +- src/msg/msg_task.cpp | 4 +- src/plugins/file_system/s4u_FileSystem.cpp | 4 +- src/plugins/host_dvfs.cpp | 4 +- src/plugins/host_energy.cpp | 2 +- src/plugins/vm/VmLiveMigration.hpp | 3 +- src/s4u/s4u_Host.cpp | 2 +- src/simdag/sd_dotloader.cpp | 2 +- src/simgrid/version.h.in | 2 +- src/simix/smx_global.cpp | 2 +- src/smpi/bindings/smpi_pmpi_coll.cpp | 2 +- src/smpi/bindings/smpi_pmpi_request.cpp | 6 +- src/smpi/colls/allgather/allgather-2dmesh.cpp | 4 +- src/smpi/colls/allgather/allgather-3dmesh.cpp | 2 +- .../colls/allgather/allgather-NTSLR-NB.cpp | 3 +- src/smpi/colls/allgather/allgather-NTSLR.cpp | 4 +- src/smpi/colls/allgather/allgather-bruck.cpp | 3 +- src/smpi/colls/allgather/allgather-pair.cpp | 2 +- src/smpi/colls/allgather/allgather-ring.cpp | 2 +- .../allgather/allgather-spreading-simple.cpp | 2 +- src/smpi/colls/allgatherv/allgatherv-pair.cpp | 2 +- src/smpi/colls/allgatherv/allgatherv-ring.cpp | 2 +- src/smpi/colls/allreduce/allreduce-lr.cpp | 2 +- .../colls/allreduce/allreduce-mvapich-rs.cpp | 2 +- .../allreduce-ompi-ring-segmented.cpp | 2 +- .../colls/allreduce/allreduce-rab-rdb.cpp | 2 +- src/smpi/colls/allreduce/allreduce-rdb.cpp | 4 +- .../allreduce-smp-binomial-pipeline.cpp | 4 +- .../allreduce/allreduce-smp-binomial.cpp | 3 +- .../colls/allreduce/allreduce-smp-rdb.cpp | 3 +- src/smpi/colls/alltoall/alltoall-2dmesh.cpp | 2 +- src/smpi/colls/alltoall/alltoall-3dmesh.cpp | 2 +- src/smpi/colls/alltoall/alltoall-bruck.cpp | 2 +- .../alltoall/alltoall-pair-light-barrier.cpp | 2 +- .../alltoall/alltoall-pair-mpi-barrier.cpp | 2 +- .../alltoall/alltoall-pair-one-barrier.cpp | 2 +- src/smpi/colls/alltoall/alltoall-pair.cpp | 2 +- src/smpi/colls/alltoall/alltoall-rdb.cpp | 2 +- .../alltoall/alltoall-ring-light-barrier.cpp | 2 +- .../alltoall/alltoall-ring-mpi-barrier.cpp | 2 +- .../alltoall/alltoall-ring-one-barrier.cpp | 2 +- src/smpi/colls/alltoall/alltoall-ring.cpp | 2 +- .../alltoallv-pair-light-barrier.cpp | 2 +- .../alltoallv/alltoallv-pair-mpi-barrier.cpp | 2 +- .../alltoallv/alltoallv-pair-one-barrier.cpp | 2 +- src/smpi/colls/alltoallv/alltoallv-pair.cpp | 2 +- .../alltoallv-ring-light-barrier.cpp | 2 +- .../alltoallv/alltoallv-ring-mpi-barrier.cpp | 2 +- .../alltoallv/alltoallv-ring-one-barrier.cpp | 2 +- src/smpi/colls/alltoallv/alltoallv-ring.cpp | 2 +- src/smpi/colls/barrier/barrier-ompi.cpp | 2 +- src/smpi/colls/bcast/bcast-NTSB.cpp | 8 +-- src/smpi/colls/bcast/bcast-binomial-tree.cpp | 2 +- .../colls/bcast/bcast-ompi-split-bintree.cpp | 67 +++++++++---------- .../bcast/bcast-scatter-LR-allgather.cpp | 2 +- src/smpi/colls/coll_tuned_topo.cpp | 26 +++---- src/smpi/colls/reduce/reduce-ompi.cpp | 6 +- src/smpi/colls/reduce/reduce-rab.cpp | 8 +-- .../reduce_scatter/reduce_scatter-ompi.cpp | 2 +- src/smpi/colls/smpi_mvapich2_selector.cpp | 2 +- src/smpi/include/smpi_comm.hpp | 2 +- src/smpi/include/smpi_datatype.hpp | 2 +- src/smpi/include/smpi_file.hpp | 2 +- src/smpi/internals/smpi_bench.cpp | 2 +- src/smpi/internals/smpi_replay.cpp | 2 +- src/smpi/mpi/smpi_comm.cpp | 2 +- src/smpi/mpi/smpi_request.cpp | 8 +-- src/smpi/mpi/smpi_win.cpp | 7 +- src/smpi/smpirun.in | 4 +- src/surf/cpu_ti.hpp | 2 +- src/surf/network_cm02.cpp | 3 +- src/surf/network_cm02.hpp | 2 +- src/surf/network_ns3.cpp | 4 +- src/surf/surf_interface.hpp | 6 +- src/surf/xml/simgrid.dtd | 2 +- src/surf/xml/simgrid_dtd.c | 2 +- src/xbt/config.cpp | 2 +- src/xbt/config_test.cpp | 2 +- src/xbt/dict.cpp | 2 +- src/xbt/dict_private.h | 2 +- src/xbt/dict_test.cpp | 4 +- src/xbt/dynar.cpp | 4 +- src/xbt/dynar_test.cpp | 4 +- src/xbt/log_private.hpp | 2 +- src/xbt/mallocator.c | 2 +- src/xbt/mmalloc/mm_module.c | 4 +- src/xbt/mmalloc/mmalloc.c | 6 +- src/xbt/mmalloc/mmorecore.c | 2 +- src/xbt/mmalloc/mmprivate.h | 4 +- src/xbt/mmalloc/mrealloc.c | 2 +- src/xbt/mmalloc/swag.c | 4 +- teshsuite/mc/random-bug/random-bug.cpp | 2 +- .../msg/app-bittorrent/bittorrent-peer.c | 44 ++++++------ .../host_on_off_processes.cpp | 2 +- teshsuite/msg/io-file-remote/io-file-remote.c | 2 +- .../msg/io-file-remote/io-file-remote.tesh | 8 +-- .../platform-properties/platform-properties.c | 2 +- teshsuite/s4u/listen_async/listen_async.cpp | 2 +- .../platforms/bogus_disk_attachment.xml | 2 +- .../generic-simcalls/generic-simcalls.cpp | 6 +- teshsuite/smpi/type-hvector/type-hvector.c | 2 +- teshsuite/smpi/type-vector/type-vector.c | 2 +- tools/MSG_visualization/trace2fig.pl | 6 +- tools/cmake/Distrib.cmake | 2 +- tools/cmake/Modules/FindPAPI.cmake | 2 +- tools/internal/spell_dict.txt | 11 +++ 162 files changed, 332 insertions(+), 331 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8e5b8b827..d665a77279 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,7 +61,7 @@ SMPI: with smpi/comp-adjustment-file. - sleep events are now correctly traced/replayed. - Default for trace-call-location is now to use file names and not full paths. - To revert to previous behaviour (in case of collision of filenames), option + To revert to previous behavior (in case of collision of filenames), option "smpi/trace-call-use-absolute-path" can be set to yes. Model-Checker: @@ -954,7 +954,7 @@ SimGrid (3.14) Released December 24. 2016 MSG_environment_as_get_property_value(). - Removed MSG_as_router_*propert*() functions - Added MSG_environment_as_set_property_value() for consistency - * xbt heterogeneous dictionnaries (created with xbt_dict_new()). + * xbt heterogeneous dictionaries (created with xbt_dict_new()). Well, they are still there for now, but deprecated with a warning. Please switch to xbt_dict_new_homogeneous() before this is removed for real. @@ -1685,7 +1685,7 @@ SimGrid-java (3.8.1) stable; urgency=low * New module: org.simgrid.msg.File (SimGrid File management functions) * New Module: org.simgrid.msg.VM (SimGrid interface to mimick IAAS clouds) * Change the meaning of Process.restart: now restart the process from - the begining, like MSG_process_restart in C. + the beginning, like MSG_process_restart in C. * Add Process.setAutoRestart: handling of process restart when failed host comes back. * Add Process.getProperty, Host.getProperty, Host.getProperty: allows @@ -2322,7 +2322,7 @@ SimGrid (3.4.1) stable; urgency=low * Fix a bug preventing the tasks from begin garbage collected. MSG - * Fix a bug occuring when a host involved in a communication fails. + * Fix a bug occurring when a host involved in a communication fails. This was not detected properly by the other peer involved in the communication. Now, it's reported as a network error. @@ -2446,7 +2446,7 @@ SimGrid (3.4) stable; urgency=low o network_model -> network/model o workstation_model -> workstation/model * New configuration variables: - o network/bandwidth_factor: correction to bandwith + o network/bandwidth_factor: correction to bandwidth o network/latency_factor: correction to latency o netwotk/weight_S: correction to the weight of competing streams * Add a long description to the models, that users can see with such @@ -2565,7 +2565,7 @@ SimGrid (3.3.4) stable; urgency=low - SD_task_create_comm_e2e() for end-to-end communication - SD_task_create_comp_seq() for sequential computation Use SD_task_schedulev() / SD_task_schedulel() to schedule them. - * new function SD_task_dump() for debuging display + * new function SD_task_dump() for debugging display * new function SD_task_dotty(task,FILE*) writing to file the info about the task in dotty format * SD_task_dependency_exists() can now cope with having one of its @@ -2823,7 +2823,7 @@ SimGrid (3.3.1) stable; urgency=low kind of action while the second one parses a trace file and triggers the corresponding actions within the system. For now, only a toy example is provided in examples/msg/actions - * Add an exemple of process migration in examples/msg/migration + * Add an example of process migration in examples/msg/migration * Fix a bug in task exchange which broke MSG_task_get_sender() Add a teshsuite regression test for that. [Bug: if MSG_task_get_sender() is called after sender exit, @@ -2921,7 +2921,7 @@ SimGrid (3.3) stable; urgency=high ************************************** *DO NOT MIX 3.2 RESULTS WITH 3.3 ONES* Simix may changes simulations! ************************************** - The point is that events occuring at the exact same timestamp are + The point is that events occurring at the exact same timestamp are not scheduled in the same order with the old and new version. This may be enough to completely change the execution of simulations in some cases. Sorry for the inconvenience. @@ -3098,7 +3098,7 @@ SimGrid (3.2) stable; urgency=high . Lesson 8: Handling errors through exceptions . Lesson 9: Exchanging simple data . Lesson 10: Remote Procedure Calling (RPC) - . Lesson 11: Explicitely waiting for messages + . Lesson 11: Explicitly waiting for messages . Recapping of message passing features in GRAS - A HOWTO section containing: o HOWTO design a GRAS application @@ -3191,7 +3191,7 @@ SimGrid (3.1) stable; urgency=high in progress and the API is not considered to be frozen yet). [AL] * Display more information on backtraces: source line & function names are now displayed just like valgrind does (rely on addr2line tool) [MQ] - * New function: xbt_backtrace_display(). Sweet while debuging [MQ] + * New function: xbt_backtrace_display(). Sweet while debugging [MQ] * Reworked a little bit some #include statements to load only required headers. Some user code that relied on SimGrid to include stdlib or stdio may need to include it by themselves. [AL] @@ -3274,7 +3274,7 @@ SimGrid (3.0.1) stable; urgency=low - reduces the amount of exchanged data (the size) - allows to retrieve all arrived data on receiver side, if we don't need it right now (subsequent read will peek the buffer) - - allows the receiver to proceed with the begining of the stream before + - allows the receiver to proceed with the beginning of the stream before everything is arrived - make it possible to build an iov transport (using readv/writev) Extra difficulty: @@ -3688,7 +3688,7 @@ SimGrid (2.90) unstable; urgency=low - s_toto is a structure needing 'struct' keyword to be used - e_toto_t is an enum - toto_t is an 'object' (struct*) - Exemple: + Example: typedef struct s_toto {} s_toto_t, *toto_t; typedef enum {} e_toto_t; Moreover, only toto_t (and e_toto_t) are public. The rest (mainly @@ -3814,7 +3814,7 @@ SimGrid (2.90) unstable; urgency=low - In composed data description (struct, ref and so on), stop foolness of keeping the subtype's ID, but store the type itself. This keeps sets out of the critical path, which is good since they rely on dynar and - dictionnaries. The only loose of that is that we cannot detect the + dictionaries. The only loose of that is that we cannot detect the redeclaration of a structure/union with another content (but I'm not sure the code detected well this error before anyway). We still can detect the redefinition discrepancy for the other types. @@ -4052,7 +4052,7 @@ SimGrid (2.90) unstable; urgency=low for now. [Transport] [File plugin] - - Bugfix when using a filename explicitely (instead of '-') + - Bugfix when using a filename explicitly (instead of '-') 2004-04-09 Martin Quinson [Transport plugins] diff --git a/doc/doxygen/FAQ.doc b/doc/doxygen/FAQ.doc index 3ab02afe5b..2509ee9f1d 100644 --- a/doc/doxygen/FAQ.doc +++ b/doc/doxygen/FAQ.doc @@ -256,7 +256,7 @@ from MBytes, MFlops and seconds to Bytes, Flops and seconds to ease people exchanging small messages. We also reworked the route descriptions to allow more compact descriptions. -That is why the XML files are versionned using the 'version' attribute +That is why the XML files are versioned using the 'version' attribute of the root tag. Currently, it should read: @verbatim diff --git a/doc/doxygen/module-surf.doc b/doc/doxygen/module-surf.doc index d041a49bf3..9dc285ede3 100644 --- a/doc/doxygen/module-surf.doc +++ b/doc/doxygen/module-surf.doc @@ -56,7 +56,7 @@ Some functions of the @ref SURF_host_interface and similar can give you some information about: - a host: get_speed(), get_available_speed(); - - a network link: get_link_name(), get_link_latency(), get_link_bandwith(); + - a network link: get_link_name(), get_link_latency(), get_link_bandwidth(); - a route: get_route(), get_route_size(). During the simulation, call @a surf_host_model->execute() to schedule a diff --git a/doc/doxygen/module-xbt.doc b/doc/doxygen/module-xbt.doc index 2c3e4b44bd..b43ac117c2 100644 --- a/doc/doxygen/module-xbt.doc +++ b/doc/doxygen/module-xbt.doc @@ -59,7 +59,7 @@ @{ */ /** @defgroup XBT_dynar Dynar: generic dynamic array */ - /** @defgroup XBT_dict Dict: generic dictionnary */ + /** @defgroup XBT_dict Dict: generic dictionary */ /** @} */ diff --git a/doc/doxygen/platform.doc b/doc/doxygen/platform.doc index ec3781f11a..1b9d7994ec 100644 --- a/doc/doxygen/platform.doc +++ b/doc/doxygen/platform.doc @@ -541,7 +541,7 @@ to choose the best routing model is given in the Section called @"@ref pf_routin | @ref pf_routing_model_dijkstra "Dijkstra" | Dijkstra routing data. Calculates routes only when needed | | @ref pf_routing_model_dijkstracache "DijkstraCache" | Dijkstra routing data. Handles some cache for already calculated routes. | -All those shortest-path models are instanciated in the same way and are +All those shortest-path models are instantiated in the same way and are completely interchangeable. Here are some examples: @anchor pf_routing_model_floyd @@ -1100,7 +1100,7 @@ ongoing attempt to automatically extract the SimGrid platform from the Grid'5000 experimental platform. But it's hard to come up with generic models. Don't take these files too seriously. Actually, you should always challenge our models and -your instanciation if the accuracy really matters to you (see this discussion). But such advices only hold if you have a real platform and a real diff --git a/examples/deprecated/java/app/bittorrent/Peer.java b/examples/deprecated/java/app/bittorrent/Peer.java index 17ba118ae2..d72b3d0ffd 100644 --- a/examples/deprecated/java/app/bittorrent/Peer.java +++ b/examples/deprecated/java/app/bittorrent/Peer.java @@ -407,14 +407,14 @@ public class Peer extends Process { sendChoked(peerChoked.mailbox); activePeers.remove(e.getKey()); } - Connection peerChoosed = null; + Connection peerChosen = null; //Separate the case from when the peer is seeding. if (pieces == Common.FILE_PIECES) { //Find the last unchoked peer. double unchokeTime = deadline + 1; for (Connection connection : peers.values()) { if (connection.lastUnchoke < unchokeTime && connection.interested) { - peerChoosed = connection; + peerChosen = connection; unchokeTime = connection.lastUnchoke; } } @@ -427,16 +427,16 @@ public class Peer extends Process { int idChosen = rand.nextInt(peers.size()); for (Connection connection : peers.values()) { if (i == idChosen) { - peerChoosed = connection; + peerChosen = connection; break; } i++; } //TODO: Not really the best way ever - if (peerChoosed != null && !peerChoosed.interested) { - peerChoosed = null; + if (peerChosen != null && !peerChosen.interested) { + peerChosen = null; } j++; - } while (peerChoosed == null && j < Common.MAXIMUM_PEERS); + } while (peerChosen == null && j < Common.MAXIMUM_PEERS); } else { Connection fastest = null; double fastestSpeed = 0; @@ -446,14 +446,14 @@ public class Peer extends Process { fastestSpeed = c.peerSpeed; } } - peerChoosed = fastest; + peerChosen = fastest; } } - if (peerChoosed != null) { - activePeers.put(peerChoosed.id,peerChoosed); - peerChoosed.chokedUpload = false; - peerChoosed.lastUnchoke = Msg.getClock(); - sendUnchoked(peerChoosed.mailbox); + if (peerChosen != null) { + activePeers.put(peerChosen.id,peerChosen); + peerChosen.chokedUpload = false; + peerChosen.lastUnchoke = Msg.getClock(); + sendUnchoked(peerChosen.mailbox); } } diff --git a/examples/deprecated/msg/dht-kademlia/answer.h b/examples/deprecated/msg/dht-kademlia/answer.h index bba5625b3d..e67bd62c7e 100644 --- a/examples/deprecated/msg/dht-kademlia/answer.h +++ b/examples/deprecated/msg/dht-kademlia/answer.h @@ -9,7 +9,7 @@ #include #include "routing_table.h" -/* Node query anwser. contains the elements closest to the id given. */ +/* Node query answer. contains the elements closest to the id given. */ typedef struct s_node_answer { unsigned int destination_id; xbt_dynar_t nodes; //Dynar of node_contact_t diff --git a/examples/platforms/cluster_multi.xml b/examples/platforms/cluster_multi.xml index efaf30b0b6..6f014fc31b 100644 --- a/examples/platforms/cluster_multi.xml +++ b/examples/platforms/cluster_multi.xml @@ -65,7 +65,7 @@ - - This models the big links constituting the backbone of the internet, - that users cannot saturate. - - Users' bandwidth is mostly limited by their outgoing connexion, + - Users' bandwidth is mostly limited by their outgoing connection, - not by the network backbone. --> diff --git a/examples/platforms/optorsim/transform_optorsim_platform.pl b/examples/platforms/optorsim/transform_optorsim_platform.pl index cb7b75cfac..8273b04cbe 100644 --- a/examples/platforms/optorsim/transform_optorsim_platform.pl +++ b/examples/platforms/optorsim/transform_optorsim_platform.pl @@ -19,7 +19,7 @@ open FILE, $conf_file or die "Unable to open $conf_file"; print " + It declares a storage attached to a nonexistent host (plouf). See bogus_disk_attachment.tesh --> diff --git a/teshsuite/simix/generic-simcalls/generic-simcalls.cpp b/teshsuite/simix/generic-simcalls/generic-simcalls.cpp index 718741bc0a..71cb9cbf6b 100644 --- a/teshsuite/simix/generic-simcalls/generic-simcalls.cpp +++ b/teshsuite/simix/generic-simcalls/generic-simcalls.cpp @@ -60,7 +60,7 @@ static void master() XBT_INFO("Exception caught: %s", e.what()); } - // Synchronize on a successul Future and get the value: + // Synchronize on a successful Future and get the value: int res = simgrid::simix::kernel_sync([] { return kernel_wait_until(30).then([](simgrid::kernel::Future f) { f.get(); @@ -70,7 +70,7 @@ static void master() }); XBT_INFO("kernel_sync with value returned with %i", res); - // Synchronize on a successul Future and get the value: + // Synchronize on a successful Future and get the value: simgrid::simix::Future future = simgrid::simix::kernel_async([] { return kernel_wait_until(50).then([](simgrid::kernel::Future f) { f.get(); @@ -81,7 +81,7 @@ static void master() res = future.get(); XBT_INFO("kernel_async with value returned with %i", res); - // Synchronize on a successul Future and get the value: + // Synchronize on a successful Future and get the value: future = simgrid::simix::kernel_async([] { return kernel_wait_until(60).then([](simgrid::kernel::Future f) { f.get(); diff --git a/teshsuite/smpi/type-hvector/type-hvector.c b/teshsuite/smpi/type-hvector/type-hvector.c index 30b6ea82ca..29b3492868 100644 --- a/teshsuite/smpi/type-hvector/type-hvector.c +++ b/teshsuite/smpi/type-hvector/type-hvector.c @@ -26,7 +26,7 @@ int main(int argc, char **argv) { a[i][j] = i * SIZE + j; } - /* only one column is send this is an exemple for non-contignous data*/ + /* only one column is sent this is an example for non-contiguous data*/ MPI_Bcast(a, 1, columntype, 0, MPI_COMM_WORLD); for (int i = 0; i < SIZE; i++) { diff --git a/teshsuite/smpi/type-vector/type-vector.c b/teshsuite/smpi/type-vector/type-vector.c index 6b69858e17..75880209e2 100644 --- a/teshsuite/smpi/type-vector/type-vector.c +++ b/teshsuite/smpi/type-vector/type-vector.c @@ -26,7 +26,7 @@ int main(int argc, char **argv) { a[i][j] = i*SIZE+j; } - /* only one column is send this is an exemple for non-contignous data*/ + /* only one column is sent this is an example for non-contiguous data*/ MPI_Bcast(a, 1, columntype, 0, MPI_COMM_WORLD); for (int i = 0; i < SIZE; i++) { diff --git a/tools/MSG_visualization/trace2fig.pl b/tools/MSG_visualization/trace2fig.pl index 1e8e9eef27..668cb5eac0 100755 --- a/tools/MSG_visualization/trace2fig.pl +++ b/tools/MSG_visualization/trace2fig.pl @@ -98,16 +98,16 @@ sub read_link { sub build_cat_tree { my($root,$Cat)=@_; - my(@childs)=(); + my(@children)=(); my($cat); foreach $cat (keys %$Cat) { if($$Cat{$cat}{father} eq $root) { - push @childs, build_cat_tree($cat,$Cat); + push @children, build_cat_tree($cat,$Cat); } # print "$$Cat{$cat}{name}\t\t $Cat{$cat}{father}\n"; } - return [$root,@childs]; + return [$root,@children]; } sub build_cat_list { diff --git a/tools/cmake/Distrib.cmake b/tools/cmake/Distrib.cmake index 4948b39853..3aec81c9fd 100644 --- a/tools/cmake/Distrib.cmake +++ b/tools/cmake/Distrib.cmake @@ -135,7 +135,7 @@ endif() ################################################################ ## Build a sain "make dist" target to build a source package ### -## containing only the files that I explicitely state ### +## containing only the files that I explicitly state ### ## (instead of any cruft laying on my disk as CPack does) ### ################################################################ diff --git a/tools/cmake/Modules/FindPAPI.cmake b/tools/cmake/Modules/FindPAPI.cmake index e283f428cb..8427cfed56 100644 --- a/tools/cmake/Modules/FindPAPI.cmake +++ b/tools/cmake/Modules/FindPAPI.cmake @@ -4,7 +4,7 @@ # # find_package(PAPI) # -# Variables used by this module, they can change the default behaviour and need +# Variables used by this module, they can change the default behavior and need # to be set before calling find_package: # # PAPI_PREFIX Set this variable to the root installation of diff --git a/tools/internal/spell_dict.txt b/tools/internal/spell_dict.txt index bbab9e30a0..219270f757 100644 --- a/tools/internal/spell_dict.txt +++ b/tools/internal/spell_dict.txt @@ -9,6 +9,8 @@ atof callgrind calloc cfg +CMake +cmake comm const cplusplus @@ -63,8 +65,10 @@ mmap ModelChecker modelchecker MPI +MPICH msg mutex +NetZone nullptr ok Paje @@ -88,10 +92,16 @@ sizeof SMPI smpi smx +snprintf src +StarPU std +stdint +stderr +stdout strerror strlen +strtok struct syscall syscalls @@ -100,6 +110,7 @@ testany todo TODO valgrind +vasprintf VM VMs waitany -- 2.20.1