Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update msg_storage_t structure and prepare new storage functions
[simgrid.git] / include / smpi / smpi.h
index 9803ff2c29a9714f18a0d4ce22e54c6f122d8a07..9cff1181099eeb69630e3fa669dc5c2093bec6ec 100644 (file)
@@ -243,7 +243,7 @@ typedef struct s_smpi_mpi_communicator *MPI_Comm;
 
 #define MPI_COMM_NULL NULL
 XBT_PUBLIC_DATA( MPI_Comm ) MPI_COMM_WORLD;
-#define MPI_UNIVERSE_SIZE smpi_comm_size(MPI_COMM_WORLD)
+XBT_PUBLIC_DATA( int ) MPI_UNIVERSE_SIZE;
 #define MPI_COMM_SELF smpi_process_comm_self()
 
 struct s_smpi_mpi_request;