Skip to content

Commit 8e8fee6

Browse files
committed
correct type def for MPI_Comm_spawn for nvhpc
1 parent f2a7f6f commit 8e8fee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/generator_data/code/fortran/static_sources/A_f_MPI_Comm_spawn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
void A_f_MPI_Comm_spawn(char *command, char *argv, int *maxprocs, int *info, int *root, int *comm, int *intercomm, int *array_of_errcodes, int *ret,size_t command_len, fort_string_length argv_len)
1+
void A_f_MPI_Comm_spawn(char *command, char *argv, int *maxprocs, int *info, int *root, int *comm, int *intercomm, int *array_of_errcodes, int *ret, fort_string_length command_len, fort_string_length argv_len)
22
{
33
#ifdef DEBUG
44
printf("input: A_f_MPI_Comm_spawn\n");

0 commit comments

Comments
 (0)