We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9249269 commit ada2cd7Copy full SHA for ada2cd7
src/libcaf.h
@@ -297,7 +297,7 @@ void PREFIX (change_team) (caf_team_t *, int);
297
void PREFIX (end_team) (caf_team_t *);
298
void PREFIX (sync_team) (caf_team_t *, int);
299
int PREFIX (team_number) (caf_team_t *);
300
-int PREFIX (get_team) (caf_team_t *);
+MPI_Fint PREFIX (get_team) (caf_team_t *);
301
302
int PREFIX (image_status) (int);
303
void PREFIX (failed_images) (gfc_descriptor_t *, int, int *);
0 commit comments