Skip to content

Commit bc5ed3c

Browse files
author
Alessandro Fanfarillo
committed
Temporary workaround for team_number
1 parent 76c963c commit bc5ed3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mpi/mpi_caf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4895,8 +4895,8 @@ PREFIX (team_number) (caf_team_t *team)
48954895
{
48964896
if(team != NULL) caf_runtime_error("team_number does not yet support the optional team argument");
48974897

4898-
if(used_teams->prev == NULL)
4899-
return -1;
4898+
/* if(used_teams->prev == NULL) */
4899+
/* return -1; */
49004900
return used_teams->team_list_elem->team_id;
49014901
}
49024902

0 commit comments

Comments
 (0)