Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't throw exception in destructor (sonar).
[simgrid.git] / include / smpi / smpi.h
index 0322577b826289d4daed0dfaeb87b2fc8b0c42fd..1bf6d09f15c27c5c9ee8cc85cb679539e4fc1f78 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -1161,7 +1161,7 @@ XBT_PUBLIC void smpi_sample_3(int global, const char* file, const char* tag);
 XBT_PUBLIC int smpi_sample_exit(int global, const char* file, const char* tag, int iter_count);
 /**
  * Need a public setter for SMPI copy_callback function, so users can define
- * their own while still using default SIMIX_copy_callback for S4U copies.
+ * their own while still using default copy callback for S4U copies.
  */
 XBT_PUBLIC void smpi_comm_set_copy_data_callback(void (*callback)(smx_activity_t, void*, size_t));