]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/smpi_keyvals.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update all our XML files + next XML version will be 4.1, not 5
[simgrid.git] / src / smpi / smpi_keyvals.cpp
index 9eb473f6eb849ae63c8ef1b95736be1c9e04b45a..3808b65c73f9bf9d16911f6556a46aa4d2f6cdb5 100644 (file)
 namespace simgrid{
 namespace smpi{
 
+std::unordered_map<int, void*>* Keyval::attributes(){
+  return &attributes_;
+};
+
 
 template <> int Keyval::call_deleter<Comm>(Comm* obj, smpi_key_elem elem, int keyval, void * value, int* flag){
   if(elem->delete_fn.comm_delete_fn!=MPI_NULL_DELETE_FN){