Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 2a0672f

Browse files
author
rhc54
committed
Merge pull request #1091 from kawashima-fj/pr/v1.10/fortran-no-weak-symbol-fix
v1.10: fortran: Fix `ompi_alloc_mem_cptr_f` linkage error
2 parents 67f7cbf + 697ed2f commit 2a0672f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ompi/mpi/fortran/mpif-h/profile/defines.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#define ompi_allgather_f pompi_allgather_f
3535
#define ompi_allgatherv_f pompi_allgatherv_f
3636
#define ompi_alloc_mem_f pompi_alloc_mem_f
37+
#define ompi_alloc_mem_cptr_f pompi_alloc_mem_cptr_f
3738
#define ompi_allreduce_f pompi_allreduce_f
3839
#define ompi_alltoall_f pompi_alltoall_f
3940
#define ompi_alltoallv_f pompi_alltoallv_f

0 commit comments

Comments
 (0)