diff --git a/.gitignore b/.gitignore index 10da50d4a86..3d5e0d6a4c5 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,6 @@ Makefile Makefile.in static-components.h -*\\# config.cache aclocal.m4 autom4te.cache @@ -148,17 +147,10 @@ ompi/include/mpif-io-constants.h ompi/include/mpif-constants.h ompi/include/mpif-io-handles.h ompi/include/mpif-sizeof.h -ompi/include/mpi_portable_platform.h ompi/include/ompi/version.h ompi/include/ompi/frameworks.h -ompi/mca/coll/basic/coll-basic-version.h* -ompi/mca/coll/demo/config -ompi/mca/coll/demo/coll_demo_config.h* -ompi/mca/coll/demo/coll-demo-version.h* ompi/mca/coll/ml/coll_ml_lex.c -ompi/mca/coll/self/coll-self-version.h* -ompi/mca/coll/sm/coll-sm-version.h* ompi/mca/crcp/ompi_crcp.7 @@ -188,14 +180,11 @@ ompi/mca/rte/orte/mpirun.1 ompi/mca/sharedfp/addproc/mca_sharedfp_addproc_control -ompi/mpi/c/profile/p*.c - ompi/mpi/fortran/configure-fortran-output.h ompi/mpi/fortran/mpiext/mpi-ext-module.F90 ompi/mpi/fortran/mpiext/mpi-f08-ext-module.F90 ompi/mpi/fortran/mpif-h/sizeof_f.f90 -ompi/mpi/fortran/mpif-h/profile/p*.c ompi/mpi/fortran/mpif-h/profile/psizeof_f.f90 ompi/mpi/fortran/use-mpi-f08/constants.h @@ -221,8 +210,6 @@ ompi/mpi/man/man3/MPI*.3 ompi/mpi/man/man3/OpenMPI.3 ompi/mpi/man/man3/.dir-stamp -ompi/mpi/tool/profile/*.c - ompi/mpiext/affinity/c/OMPI_Affinity_str.3 ompi/mpiext/affinity/c/example @@ -477,24 +464,11 @@ orte/util/hostfile/hostfile_lex.c orte/util/hostfile/orte_hosts.7 oshmem/include/shmem.h -oshmem/include/shmem_portable_platform.h oshmem/include/oshmem/frameworks.h oshmem/include/oshmem/version.h oshmem/mca/sshmem/base/static-components.h -oshmem/shmem/c/profile/p*.c -oshmem/shmem/c/profile/*.c - -oshmem/shmem/fortran/libshmem_fortran.la -oshmem/shmem/fortran/profile/pshmem_*_f.c -oshmem/shmem/fortran/profile/pshpdeallc_f.c -oshmem/shmem/fortran/profile/pshpclmove_f.c -oshmem/shmem/fortran/profile/pmy_pe_f.c -oshmem/shmem/fortran/profile/pshpalloc_f.c -oshmem/shmem/fortran/profile/pnum_pes_f.c -oshmem/shmem/fortran/profile/pstart_pes_f.c - oshmem/shmem/java/java/shmem.jar oshmem/shmem/java/java/doc oshmem/shmem/java/java/shmem_Constant.h diff --git a/ompi/include/Makefile.am b/ompi/include/Makefile.am index 62768eccc35..67c5e7a74d9 100644 --- a/ompi/include/Makefile.am +++ b/ompi/include/Makefile.am @@ -28,7 +28,8 @@ headers = ompi_config.h nodist_headers = # Install these in $(includedir) -include_HEADERS = +include_HEADERS = \ + mpi_portable_platform.h # Always install these in $(pkgincludedir) pkginclude_HEADERS = @@ -52,8 +53,7 @@ nodist_include_HEADERS = \ mpi-ext.h \ mpif.h \ mpif-ext.h \ - mpif-sizeof.h \ - mpi_portable_platform.h + mpif-sizeof.h if OMPI_BUILD_FORTRAN_MPIFH_BINDINGS nodist_include_HEADERS += \ @@ -103,8 +103,4 @@ CLEANFILES = mpif-sizeof.f90 # Remove the auto-generated files (they are generated by configure) # Since there is no mpi-ext.h.in, autogen does not know to cleanup this file. distclean-local: - rm -f mpi-ext.h mpif-ext.h mpi_portable_platform.h mpif-sizeof.h - -mpi_portable_platform.h: $(top_srcdir)/opal/include/opal/opal_portable_platform.h - -@rm -f mpi_portable_platform.h - $(OMPI_V_LN_S) $(LN_S) $(top_srcdir)/opal/include/opal/opal_portable_platform.h mpi_portable_platform.h + rm -f mpi-ext.h mpif-ext.h mpif-sizeof.h diff --git a/ompi/include/mpi_portable_platform.h b/ompi/include/mpi_portable_platform.h new file mode 120000 index 00000000000..4f5af3051fd --- /dev/null +++ b/ompi/include/mpi_portable_platform.h @@ -0,0 +1 @@ +../../opal/include/opal/opal_portable_platform.h \ No newline at end of file diff --git a/ompi/mpi/c/profile/Makefile.am b/ompi/mpi/c/profile/Makefile.am index aeb7fa88b05..bbc98a2f534 100644 --- a/ompi/mpi/c/profile/Makefile.am +++ b/ompi/mpi/c/profile/Makefile.am @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2011 Sandia National Laboratories. All rights reserved. # Copyright (c) 2012 Oak Ridge National Laboratory. All rights reserved. # Copyright (c) 2012-2013 Inria. All rights reserved. @@ -46,7 +46,7 @@ endif headers = defines.h -nodist_libmpi_c_pmpi_la_SOURCES = \ +libmpi_c_pmpi_la_SOURCES = \ pabort.c \ padd_error_class.c \ padd_error_code.c \ @@ -371,7 +371,7 @@ nodist_libmpi_c_pmpi_la_SOURCES = \ pwin_wait.c if OMPI_PROVIDE_MPI_FILE_INTERFACE -nodist_libmpi_c_pmpi_la_SOURCES += \ +libmpi_c_pmpi_la_SOURCES += \ pfile_c2f.c \ pfile_call_errhandler.c \ pfile_close.c \ @@ -432,15 +432,6 @@ nodist_libmpi_c_pmpi_la_SOURCES += \ pregister_datarep.c endif -# -# Sym link in the sources from the real MPI directory -# -$(nodist_libmpi_c_pmpi_la_SOURCES): - $(OMPI_V_LN_S) if test ! -r $@ ; then \ - pname=`echo $@ | cut -b '2-'` ; \ - $(LN_S) $(top_srcdir)/ompi/mpi/c/$$pname $@ ; \ - fi - # Conditionally install the header files if WANT_INSTALL_HEADERS @@ -448,10 +439,6 @@ ompidir = $(ompiincludedir)/$(subdir) ompi_HEADERS = $(headers) endif -# These files were created by targets above - -MAINTAINERCLEANFILES = $(nodist_libmpi_c_pmpi_la_SOURCES) - # Don't want these targets in here tags-recursive: diff --git a/ompi/mpi/c/profile/pabort.c b/ompi/mpi/c/profile/pabort.c new file mode 120000 index 00000000000..36e334bba63 --- /dev/null +++ b/ompi/mpi/c/profile/pabort.c @@ -0,0 +1 @@ +../abort.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/paccumulate.c b/ompi/mpi/c/profile/paccumulate.c new file mode 120000 index 00000000000..9c4c52c0fe7 --- /dev/null +++ b/ompi/mpi/c/profile/paccumulate.c @@ -0,0 +1 @@ +../accumulate.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/padd_error_class.c b/ompi/mpi/c/profile/padd_error_class.c new file mode 120000 index 00000000000..812940b2991 --- /dev/null +++ b/ompi/mpi/c/profile/padd_error_class.c @@ -0,0 +1 @@ +../add_error_class.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/padd_error_code.c b/ompi/mpi/c/profile/padd_error_code.c new file mode 120000 index 00000000000..42e8928a366 --- /dev/null +++ b/ompi/mpi/c/profile/padd_error_code.c @@ -0,0 +1 @@ +../add_error_code.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/padd_error_string.c b/ompi/mpi/c/profile/padd_error_string.c new file mode 120000 index 00000000000..6518e0ece53 --- /dev/null +++ b/ompi/mpi/c/profile/padd_error_string.c @@ -0,0 +1 @@ +../add_error_string.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/paddress.c b/ompi/mpi/c/profile/paddress.c new file mode 120000 index 00000000000..0b7bb121e5e --- /dev/null +++ b/ompi/mpi/c/profile/paddress.c @@ -0,0 +1 @@ +../address.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pallgather.c b/ompi/mpi/c/profile/pallgather.c new file mode 120000 index 00000000000..97079d6298d --- /dev/null +++ b/ompi/mpi/c/profile/pallgather.c @@ -0,0 +1 @@ +../allgather.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pallgatherv.c b/ompi/mpi/c/profile/pallgatherv.c new file mode 120000 index 00000000000..3720f803567 --- /dev/null +++ b/ompi/mpi/c/profile/pallgatherv.c @@ -0,0 +1 @@ +../allgatherv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/palloc_mem.c b/ompi/mpi/c/profile/palloc_mem.c new file mode 120000 index 00000000000..e11d31379b0 --- /dev/null +++ b/ompi/mpi/c/profile/palloc_mem.c @@ -0,0 +1 @@ +../alloc_mem.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pallreduce.c b/ompi/mpi/c/profile/pallreduce.c new file mode 120000 index 00000000000..027ba368805 --- /dev/null +++ b/ompi/mpi/c/profile/pallreduce.c @@ -0,0 +1 @@ +../allreduce.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/palltoall.c b/ompi/mpi/c/profile/palltoall.c new file mode 120000 index 00000000000..a428c185c16 --- /dev/null +++ b/ompi/mpi/c/profile/palltoall.c @@ -0,0 +1 @@ +../alltoall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/palltoallv.c b/ompi/mpi/c/profile/palltoallv.c new file mode 120000 index 00000000000..e9f496cb33c --- /dev/null +++ b/ompi/mpi/c/profile/palltoallv.c @@ -0,0 +1 @@ +../alltoallv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/palltoallw.c b/ompi/mpi/c/profile/palltoallw.c new file mode 120000 index 00000000000..f9b44823ac0 --- /dev/null +++ b/ompi/mpi/c/profile/palltoallw.c @@ -0,0 +1 @@ +../alltoallw.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pattr_delete.c b/ompi/mpi/c/profile/pattr_delete.c new file mode 120000 index 00000000000..4dd4f485784 --- /dev/null +++ b/ompi/mpi/c/profile/pattr_delete.c @@ -0,0 +1 @@ +../attr_delete.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pattr_get.c b/ompi/mpi/c/profile/pattr_get.c new file mode 120000 index 00000000000..9656f9dbc29 --- /dev/null +++ b/ompi/mpi/c/profile/pattr_get.c @@ -0,0 +1 @@ +../attr_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pattr_put.c b/ompi/mpi/c/profile/pattr_put.c new file mode 120000 index 00000000000..c11f8c826dc --- /dev/null +++ b/ompi/mpi/c/profile/pattr_put.c @@ -0,0 +1 @@ +../attr_put.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pbarrier.c b/ompi/mpi/c/profile/pbarrier.c new file mode 120000 index 00000000000..f829ade5444 --- /dev/null +++ b/ompi/mpi/c/profile/pbarrier.c @@ -0,0 +1 @@ +../barrier.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pbcast.c b/ompi/mpi/c/profile/pbcast.c new file mode 120000 index 00000000000..ee462a23e66 --- /dev/null +++ b/ompi/mpi/c/profile/pbcast.c @@ -0,0 +1 @@ +../bcast.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pbsend.c b/ompi/mpi/c/profile/pbsend.c new file mode 120000 index 00000000000..15721739048 --- /dev/null +++ b/ompi/mpi/c/profile/pbsend.c @@ -0,0 +1 @@ +../bsend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pbsend_init.c b/ompi/mpi/c/profile/pbsend_init.c new file mode 120000 index 00000000000..5139df7bf22 --- /dev/null +++ b/ompi/mpi/c/profile/pbsend_init.c @@ -0,0 +1 @@ +../bsend_init.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pbuffer_attach.c b/ompi/mpi/c/profile/pbuffer_attach.c new file mode 120000 index 00000000000..9a2b63112e5 --- /dev/null +++ b/ompi/mpi/c/profile/pbuffer_attach.c @@ -0,0 +1 @@ +../buffer_attach.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pbuffer_detach.c b/ompi/mpi/c/profile/pbuffer_detach.c new file mode 120000 index 00000000000..4edb8f5bda7 --- /dev/null +++ b/ompi/mpi/c/profile/pbuffer_detach.c @@ -0,0 +1 @@ +../buffer_detach.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcancel.c b/ompi/mpi/c/profile/pcancel.c new file mode 120000 index 00000000000..6135f206300 --- /dev/null +++ b/ompi/mpi/c/profile/pcancel.c @@ -0,0 +1 @@ +../cancel.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_coords.c b/ompi/mpi/c/profile/pcart_coords.c new file mode 120000 index 00000000000..f6c73dfc77f --- /dev/null +++ b/ompi/mpi/c/profile/pcart_coords.c @@ -0,0 +1 @@ +../cart_coords.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_create.c b/ompi/mpi/c/profile/pcart_create.c new file mode 120000 index 00000000000..81c00c04db8 --- /dev/null +++ b/ompi/mpi/c/profile/pcart_create.c @@ -0,0 +1 @@ +../cart_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_get.c b/ompi/mpi/c/profile/pcart_get.c new file mode 120000 index 00000000000..abc44f049d5 --- /dev/null +++ b/ompi/mpi/c/profile/pcart_get.c @@ -0,0 +1 @@ +../cart_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_map.c b/ompi/mpi/c/profile/pcart_map.c new file mode 120000 index 00000000000..64202151fa1 --- /dev/null +++ b/ompi/mpi/c/profile/pcart_map.c @@ -0,0 +1 @@ +../cart_map.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_rank.c b/ompi/mpi/c/profile/pcart_rank.c new file mode 120000 index 00000000000..1af64516fe0 --- /dev/null +++ b/ompi/mpi/c/profile/pcart_rank.c @@ -0,0 +1 @@ +../cart_rank.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_shift.c b/ompi/mpi/c/profile/pcart_shift.c new file mode 120000 index 00000000000..03c71947cc3 --- /dev/null +++ b/ompi/mpi/c/profile/pcart_shift.c @@ -0,0 +1 @@ +../cart_shift.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcart_sub.c b/ompi/mpi/c/profile/pcart_sub.c new file mode 120000 index 00000000000..ef70b6ef6e2 --- /dev/null +++ b/ompi/mpi/c/profile/pcart_sub.c @@ -0,0 +1 @@ +../cart_sub.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcartdim_get.c b/ompi/mpi/c/profile/pcartdim_get.c new file mode 120000 index 00000000000..6a643a87abb --- /dev/null +++ b/ompi/mpi/c/profile/pcartdim_get.c @@ -0,0 +1 @@ +../cartdim_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pclose_port.c b/ompi/mpi/c/profile/pclose_port.c new file mode 120000 index 00000000000..9d3a206a323 --- /dev/null +++ b/ompi/mpi/c/profile/pclose_port.c @@ -0,0 +1 @@ +../close_port.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_accept.c b/ompi/mpi/c/profile/pcomm_accept.c new file mode 120000 index 00000000000..5e22aa19219 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_accept.c @@ -0,0 +1 @@ +../comm_accept.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_c2f.c b/ompi/mpi/c/profile/pcomm_c2f.c new file mode 120000 index 00000000000..3a3a0ff1eaf --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_c2f.c @@ -0,0 +1 @@ +../comm_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_call_errhandler.c b/ompi/mpi/c/profile/pcomm_call_errhandler.c new file mode 120000 index 00000000000..94d5d31f276 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_call_errhandler.c @@ -0,0 +1 @@ +../comm_call_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_compare.c b/ompi/mpi/c/profile/pcomm_compare.c new file mode 120000 index 00000000000..eb2ce6a9c1b --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_compare.c @@ -0,0 +1 @@ +../comm_compare.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_connect.c b/ompi/mpi/c/profile/pcomm_connect.c new file mode 120000 index 00000000000..e5eaca00800 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_connect.c @@ -0,0 +1 @@ +../comm_connect.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_create.c b/ompi/mpi/c/profile/pcomm_create.c new file mode 120000 index 00000000000..c87810551e3 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_create.c @@ -0,0 +1 @@ +../comm_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_create_errhandler.c b/ompi/mpi/c/profile/pcomm_create_errhandler.c new file mode 120000 index 00000000000..deb6e353689 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_create_errhandler.c @@ -0,0 +1 @@ +../comm_create_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_create_group.c b/ompi/mpi/c/profile/pcomm_create_group.c new file mode 120000 index 00000000000..4fb08c75ca8 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_create_group.c @@ -0,0 +1 @@ +../comm_create_group.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_create_keyval.c b/ompi/mpi/c/profile/pcomm_create_keyval.c new file mode 120000 index 00000000000..8781f29ce1f --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_create_keyval.c @@ -0,0 +1 @@ +../comm_create_keyval.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_delete_attr.c b/ompi/mpi/c/profile/pcomm_delete_attr.c new file mode 120000 index 00000000000..9b33d0600d4 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_delete_attr.c @@ -0,0 +1 @@ +../comm_delete_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_disconnect.c b/ompi/mpi/c/profile/pcomm_disconnect.c new file mode 120000 index 00000000000..13b7114c9ce --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_disconnect.c @@ -0,0 +1 @@ +../comm_disconnect.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_dup.c b/ompi/mpi/c/profile/pcomm_dup.c new file mode 120000 index 00000000000..e75096063bc --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_dup.c @@ -0,0 +1 @@ +../comm_dup.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_dup_with_info.c b/ompi/mpi/c/profile/pcomm_dup_with_info.c new file mode 120000 index 00000000000..5711560c93a --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_dup_with_info.c @@ -0,0 +1 @@ +../comm_dup_with_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_f2c.c b/ompi/mpi/c/profile/pcomm_f2c.c new file mode 120000 index 00000000000..66b35bdea3f --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_f2c.c @@ -0,0 +1 @@ +../comm_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_free.c b/ompi/mpi/c/profile/pcomm_free.c new file mode 120000 index 00000000000..dbaa3bc2045 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_free.c @@ -0,0 +1 @@ +../comm_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_free_keyval.c b/ompi/mpi/c/profile/pcomm_free_keyval.c new file mode 120000 index 00000000000..e4569f6b019 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_free_keyval.c @@ -0,0 +1 @@ +../comm_free_keyval.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_get_attr.c b/ompi/mpi/c/profile/pcomm_get_attr.c new file mode 120000 index 00000000000..4e3ce0779e1 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_get_attr.c @@ -0,0 +1 @@ +../comm_get_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_get_errhandler.c b/ompi/mpi/c/profile/pcomm_get_errhandler.c new file mode 120000 index 00000000000..d8632122c43 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_get_errhandler.c @@ -0,0 +1 @@ +../comm_get_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_get_info.c b/ompi/mpi/c/profile/pcomm_get_info.c new file mode 120000 index 00000000000..36c3cd9afbf --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_get_info.c @@ -0,0 +1 @@ +../comm_get_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_get_name.c b/ompi/mpi/c/profile/pcomm_get_name.c new file mode 120000 index 00000000000..51f66d3a4c9 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_get_name.c @@ -0,0 +1 @@ +../comm_get_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_get_parent.c b/ompi/mpi/c/profile/pcomm_get_parent.c new file mode 120000 index 00000000000..15fb1d57c13 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_get_parent.c @@ -0,0 +1 @@ +../comm_get_parent.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_group.c b/ompi/mpi/c/profile/pcomm_group.c new file mode 120000 index 00000000000..e95c4fc83f2 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_group.c @@ -0,0 +1 @@ +../comm_group.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_idup.c b/ompi/mpi/c/profile/pcomm_idup.c new file mode 120000 index 00000000000..90bf7fe2a20 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_idup.c @@ -0,0 +1 @@ +../comm_idup.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_join.c b/ompi/mpi/c/profile/pcomm_join.c new file mode 120000 index 00000000000..5d5b528c011 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_join.c @@ -0,0 +1 @@ +../comm_join.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_rank.c b/ompi/mpi/c/profile/pcomm_rank.c new file mode 120000 index 00000000000..8bf13161274 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_rank.c @@ -0,0 +1 @@ +../comm_rank.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_remote_group.c b/ompi/mpi/c/profile/pcomm_remote_group.c new file mode 120000 index 00000000000..c3458ebf478 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_remote_group.c @@ -0,0 +1 @@ +../comm_remote_group.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_remote_size.c b/ompi/mpi/c/profile/pcomm_remote_size.c new file mode 120000 index 00000000000..21bdadca65e --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_remote_size.c @@ -0,0 +1 @@ +../comm_remote_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_set_attr.c b/ompi/mpi/c/profile/pcomm_set_attr.c new file mode 120000 index 00000000000..e4173d3d68f --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_set_attr.c @@ -0,0 +1 @@ +../comm_set_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_set_errhandler.c b/ompi/mpi/c/profile/pcomm_set_errhandler.c new file mode 120000 index 00000000000..85555cde6e3 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_set_errhandler.c @@ -0,0 +1 @@ +../comm_set_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_set_info.c b/ompi/mpi/c/profile/pcomm_set_info.c new file mode 120000 index 00000000000..ab7f69bc269 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_set_info.c @@ -0,0 +1 @@ +../comm_set_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_set_name.c b/ompi/mpi/c/profile/pcomm_set_name.c new file mode 120000 index 00000000000..d4067f172d7 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_set_name.c @@ -0,0 +1 @@ +../comm_set_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_size.c b/ompi/mpi/c/profile/pcomm_size.c new file mode 120000 index 00000000000..a9bff427088 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_size.c @@ -0,0 +1 @@ +../comm_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_spawn.c b/ompi/mpi/c/profile/pcomm_spawn.c new file mode 120000 index 00000000000..dffae2547bd --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_spawn.c @@ -0,0 +1 @@ +../comm_spawn.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_spawn_multiple.c b/ompi/mpi/c/profile/pcomm_spawn_multiple.c new file mode 120000 index 00000000000..ebb58037789 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_spawn_multiple.c @@ -0,0 +1 @@ +../comm_spawn_multiple.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_split.c b/ompi/mpi/c/profile/pcomm_split.c new file mode 120000 index 00000000000..b891a1ae82d --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_split.c @@ -0,0 +1 @@ +../comm_split.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_split_type.c b/ompi/mpi/c/profile/pcomm_split_type.c new file mode 120000 index 00000000000..8fa1f6eeb6d --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_split_type.c @@ -0,0 +1 @@ +../comm_split_type.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcomm_test_inter.c b/ompi/mpi/c/profile/pcomm_test_inter.c new file mode 120000 index 00000000000..36d6b43bd84 --- /dev/null +++ b/ompi/mpi/c/profile/pcomm_test_inter.c @@ -0,0 +1 @@ +../comm_test_inter.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pcompare_and_swap.c b/ompi/mpi/c/profile/pcompare_and_swap.c new file mode 120000 index 00000000000..137f2353049 --- /dev/null +++ b/ompi/mpi/c/profile/pcompare_and_swap.c @@ -0,0 +1 @@ +../compare_and_swap.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pdims_create.c b/ompi/mpi/c/profile/pdims_create.c new file mode 120000 index 00000000000..ca2aed844d6 --- /dev/null +++ b/ompi/mpi/c/profile/pdims_create.c @@ -0,0 +1 @@ +../dims_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pdist_graph_create.c b/ompi/mpi/c/profile/pdist_graph_create.c new file mode 120000 index 00000000000..733f913b636 --- /dev/null +++ b/ompi/mpi/c/profile/pdist_graph_create.c @@ -0,0 +1 @@ +../dist_graph_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pdist_graph_create_adjacent.c b/ompi/mpi/c/profile/pdist_graph_create_adjacent.c new file mode 120000 index 00000000000..7c659b59b8c --- /dev/null +++ b/ompi/mpi/c/profile/pdist_graph_create_adjacent.c @@ -0,0 +1 @@ +../dist_graph_create_adjacent.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pdist_graph_neighbors.c b/ompi/mpi/c/profile/pdist_graph_neighbors.c new file mode 120000 index 00000000000..10489ce2c0d --- /dev/null +++ b/ompi/mpi/c/profile/pdist_graph_neighbors.c @@ -0,0 +1 @@ +../dist_graph_neighbors.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pdist_graph_neighbors_count.c b/ompi/mpi/c/profile/pdist_graph_neighbors_count.c new file mode 120000 index 00000000000..df95b687948 --- /dev/null +++ b/ompi/mpi/c/profile/pdist_graph_neighbors_count.c @@ -0,0 +1 @@ +../dist_graph_neighbors_count.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perrhandler_c2f.c b/ompi/mpi/c/profile/perrhandler_c2f.c new file mode 120000 index 00000000000..ba0a088e30b --- /dev/null +++ b/ompi/mpi/c/profile/perrhandler_c2f.c @@ -0,0 +1 @@ +../errhandler_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perrhandler_create.c b/ompi/mpi/c/profile/perrhandler_create.c new file mode 120000 index 00000000000..05021ce2150 --- /dev/null +++ b/ompi/mpi/c/profile/perrhandler_create.c @@ -0,0 +1 @@ +../errhandler_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perrhandler_f2c.c b/ompi/mpi/c/profile/perrhandler_f2c.c new file mode 120000 index 00000000000..8736e2356ec --- /dev/null +++ b/ompi/mpi/c/profile/perrhandler_f2c.c @@ -0,0 +1 @@ +../errhandler_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perrhandler_free.c b/ompi/mpi/c/profile/perrhandler_free.c new file mode 120000 index 00000000000..740dc340f55 --- /dev/null +++ b/ompi/mpi/c/profile/perrhandler_free.c @@ -0,0 +1 @@ +../errhandler_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perrhandler_get.c b/ompi/mpi/c/profile/perrhandler_get.c new file mode 120000 index 00000000000..f41a583cded --- /dev/null +++ b/ompi/mpi/c/profile/perrhandler_get.c @@ -0,0 +1 @@ +../errhandler_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perrhandler_set.c b/ompi/mpi/c/profile/perrhandler_set.c new file mode 120000 index 00000000000..dea993a86d8 --- /dev/null +++ b/ompi/mpi/c/profile/perrhandler_set.c @@ -0,0 +1 @@ +../errhandler_set.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perror_class.c b/ompi/mpi/c/profile/perror_class.c new file mode 120000 index 00000000000..48eb4816ac6 --- /dev/null +++ b/ompi/mpi/c/profile/perror_class.c @@ -0,0 +1 @@ +../error_class.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/perror_string.c b/ompi/mpi/c/profile/perror_string.c new file mode 120000 index 00000000000..d3b4224b4b8 --- /dev/null +++ b/ompi/mpi/c/profile/perror_string.c @@ -0,0 +1 @@ +../error_string.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pexscan.c b/ompi/mpi/c/profile/pexscan.c new file mode 120000 index 00000000000..d256d1d77e6 --- /dev/null +++ b/ompi/mpi/c/profile/pexscan.c @@ -0,0 +1 @@ +../exscan.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfetch_and_op.c b/ompi/mpi/c/profile/pfetch_and_op.c new file mode 120000 index 00000000000..58c0d459440 --- /dev/null +++ b/ompi/mpi/c/profile/pfetch_and_op.c @@ -0,0 +1 @@ +../fetch_and_op.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_c2f.c b/ompi/mpi/c/profile/pfile_c2f.c new file mode 120000 index 00000000000..f2efc6af431 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_c2f.c @@ -0,0 +1 @@ +../file_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_call_errhandler.c b/ompi/mpi/c/profile/pfile_call_errhandler.c new file mode 120000 index 00000000000..6715dc605d5 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_call_errhandler.c @@ -0,0 +1 @@ +../file_call_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_close.c b/ompi/mpi/c/profile/pfile_close.c new file mode 120000 index 00000000000..d28184ab5b4 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_close.c @@ -0,0 +1 @@ +../file_close.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_create_errhandler.c b/ompi/mpi/c/profile/pfile_create_errhandler.c new file mode 120000 index 00000000000..9f377261539 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_create_errhandler.c @@ -0,0 +1 @@ +../file_create_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_delete.c b/ompi/mpi/c/profile/pfile_delete.c new file mode 120000 index 00000000000..df53742c73e --- /dev/null +++ b/ompi/mpi/c/profile/pfile_delete.c @@ -0,0 +1 @@ +../file_delete.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_f2c.c b/ompi/mpi/c/profile/pfile_f2c.c new file mode 120000 index 00000000000..79b95a99bde --- /dev/null +++ b/ompi/mpi/c/profile/pfile_f2c.c @@ -0,0 +1 @@ +../file_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_amode.c b/ompi/mpi/c/profile/pfile_get_amode.c new file mode 120000 index 00000000000..54ed55b19b9 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_amode.c @@ -0,0 +1 @@ +../file_get_amode.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_atomicity.c b/ompi/mpi/c/profile/pfile_get_atomicity.c new file mode 120000 index 00000000000..7ed3849a211 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_atomicity.c @@ -0,0 +1 @@ +../file_get_atomicity.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_byte_offset.c b/ompi/mpi/c/profile/pfile_get_byte_offset.c new file mode 120000 index 00000000000..4cbc64c1077 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_byte_offset.c @@ -0,0 +1 @@ +../file_get_byte_offset.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_errhandler.c b/ompi/mpi/c/profile/pfile_get_errhandler.c new file mode 120000 index 00000000000..831666022ee --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_errhandler.c @@ -0,0 +1 @@ +../file_get_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_group.c b/ompi/mpi/c/profile/pfile_get_group.c new file mode 120000 index 00000000000..33193c3690f --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_group.c @@ -0,0 +1 @@ +../file_get_group.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_info.c b/ompi/mpi/c/profile/pfile_get_info.c new file mode 120000 index 00000000000..dcd388c76b0 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_info.c @@ -0,0 +1 @@ +../file_get_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_position.c b/ompi/mpi/c/profile/pfile_get_position.c new file mode 120000 index 00000000000..0cae3d6492e --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_position.c @@ -0,0 +1 @@ +../file_get_position.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_position_shared.c b/ompi/mpi/c/profile/pfile_get_position_shared.c new file mode 120000 index 00000000000..5b43d68cb8a --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_position_shared.c @@ -0,0 +1 @@ +../file_get_position_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_size.c b/ompi/mpi/c/profile/pfile_get_size.c new file mode 120000 index 00000000000..29329f1475f --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_size.c @@ -0,0 +1 @@ +../file_get_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_type_extent.c b/ompi/mpi/c/profile/pfile_get_type_extent.c new file mode 120000 index 00000000000..3908fa532ea --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_type_extent.c @@ -0,0 +1 @@ +../file_get_type_extent.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_get_view.c b/ompi/mpi/c/profile/pfile_get_view.c new file mode 120000 index 00000000000..216c8f91c66 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_get_view.c @@ -0,0 +1 @@ +../file_get_view.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_iread.c b/ompi/mpi/c/profile/pfile_iread.c new file mode 120000 index 00000000000..88a513a9cdf --- /dev/null +++ b/ompi/mpi/c/profile/pfile_iread.c @@ -0,0 +1 @@ +../file_iread.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_iread_at.c b/ompi/mpi/c/profile/pfile_iread_at.c new file mode 120000 index 00000000000..6353d58d029 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_iread_at.c @@ -0,0 +1 @@ +../file_iread_at.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_iread_shared.c b/ompi/mpi/c/profile/pfile_iread_shared.c new file mode 120000 index 00000000000..3a3e8aabea8 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_iread_shared.c @@ -0,0 +1 @@ +../file_iread_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_iwrite.c b/ompi/mpi/c/profile/pfile_iwrite.c new file mode 120000 index 00000000000..f70db442af8 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_iwrite.c @@ -0,0 +1 @@ +../file_iwrite.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_iwrite_at.c b/ompi/mpi/c/profile/pfile_iwrite_at.c new file mode 120000 index 00000000000..71250a1498e --- /dev/null +++ b/ompi/mpi/c/profile/pfile_iwrite_at.c @@ -0,0 +1 @@ +../file_iwrite_at.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_iwrite_shared.c b/ompi/mpi/c/profile/pfile_iwrite_shared.c new file mode 120000 index 00000000000..3df8ba7b383 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_iwrite_shared.c @@ -0,0 +1 @@ +../file_iwrite_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_open.c b/ompi/mpi/c/profile/pfile_open.c new file mode 120000 index 00000000000..8b9073876af --- /dev/null +++ b/ompi/mpi/c/profile/pfile_open.c @@ -0,0 +1 @@ +../file_open.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_preallocate.c b/ompi/mpi/c/profile/pfile_preallocate.c new file mode 120000 index 00000000000..a9976a79bea --- /dev/null +++ b/ompi/mpi/c/profile/pfile_preallocate.c @@ -0,0 +1 @@ +../file_preallocate.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read.c b/ompi/mpi/c/profile/pfile_read.c new file mode 120000 index 00000000000..4f0f22e4396 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read.c @@ -0,0 +1 @@ +../file_read.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_all.c b/ompi/mpi/c/profile/pfile_read_all.c new file mode 120000 index 00000000000..120d6178b26 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_all.c @@ -0,0 +1 @@ +../file_read_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_all_begin.c b/ompi/mpi/c/profile/pfile_read_all_begin.c new file mode 120000 index 00000000000..b08dafb17dc --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_all_begin.c @@ -0,0 +1 @@ +../file_read_all_begin.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_all_end.c b/ompi/mpi/c/profile/pfile_read_all_end.c new file mode 120000 index 00000000000..3ad36b020da --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_all_end.c @@ -0,0 +1 @@ +../file_read_all_end.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_at.c b/ompi/mpi/c/profile/pfile_read_at.c new file mode 120000 index 00000000000..2443a194da1 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_at.c @@ -0,0 +1 @@ +../file_read_at.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_at_all.c b/ompi/mpi/c/profile/pfile_read_at_all.c new file mode 120000 index 00000000000..2e362f5e5e0 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_at_all.c @@ -0,0 +1 @@ +../file_read_at_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_at_all_begin.c b/ompi/mpi/c/profile/pfile_read_at_all_begin.c new file mode 120000 index 00000000000..1681e9e4479 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_at_all_begin.c @@ -0,0 +1 @@ +../file_read_at_all_begin.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_at_all_end.c b/ompi/mpi/c/profile/pfile_read_at_all_end.c new file mode 120000 index 00000000000..de94406db23 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_at_all_end.c @@ -0,0 +1 @@ +../file_read_at_all_end.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_ordered.c b/ompi/mpi/c/profile/pfile_read_ordered.c new file mode 120000 index 00000000000..8a62725e714 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_ordered.c @@ -0,0 +1 @@ +../file_read_ordered.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_ordered_begin.c b/ompi/mpi/c/profile/pfile_read_ordered_begin.c new file mode 120000 index 00000000000..d0670389ed2 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_ordered_begin.c @@ -0,0 +1 @@ +../file_read_ordered_begin.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_ordered_end.c b/ompi/mpi/c/profile/pfile_read_ordered_end.c new file mode 120000 index 00000000000..db7ed6fb7a5 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_ordered_end.c @@ -0,0 +1 @@ +../file_read_ordered_end.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_read_shared.c b/ompi/mpi/c/profile/pfile_read_shared.c new file mode 120000 index 00000000000..c693fcd6153 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_read_shared.c @@ -0,0 +1 @@ +../file_read_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_seek.c b/ompi/mpi/c/profile/pfile_seek.c new file mode 120000 index 00000000000..d1c4572e6a1 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_seek.c @@ -0,0 +1 @@ +../file_seek.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_seek_shared.c b/ompi/mpi/c/profile/pfile_seek_shared.c new file mode 120000 index 00000000000..8336ded9962 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_seek_shared.c @@ -0,0 +1 @@ +../file_seek_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_set_atomicity.c b/ompi/mpi/c/profile/pfile_set_atomicity.c new file mode 120000 index 00000000000..44769af799c --- /dev/null +++ b/ompi/mpi/c/profile/pfile_set_atomicity.c @@ -0,0 +1 @@ +../file_set_atomicity.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_set_errhandler.c b/ompi/mpi/c/profile/pfile_set_errhandler.c new file mode 120000 index 00000000000..028b7b60cb0 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_set_errhandler.c @@ -0,0 +1 @@ +../file_set_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_set_info.c b/ompi/mpi/c/profile/pfile_set_info.c new file mode 120000 index 00000000000..28accc1b374 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_set_info.c @@ -0,0 +1 @@ +../file_set_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_set_size.c b/ompi/mpi/c/profile/pfile_set_size.c new file mode 120000 index 00000000000..7a2da00e03e --- /dev/null +++ b/ompi/mpi/c/profile/pfile_set_size.c @@ -0,0 +1 @@ +../file_set_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_set_view.c b/ompi/mpi/c/profile/pfile_set_view.c new file mode 120000 index 00000000000..efdde0a3644 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_set_view.c @@ -0,0 +1 @@ +../file_set_view.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_sync.c b/ompi/mpi/c/profile/pfile_sync.c new file mode 120000 index 00000000000..4e14d631d5c --- /dev/null +++ b/ompi/mpi/c/profile/pfile_sync.c @@ -0,0 +1 @@ +../file_sync.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write.c b/ompi/mpi/c/profile/pfile_write.c new file mode 120000 index 00000000000..71dc0b6718f --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write.c @@ -0,0 +1 @@ +../file_write.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_all.c b/ompi/mpi/c/profile/pfile_write_all.c new file mode 120000 index 00000000000..dda8cc2de91 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_all.c @@ -0,0 +1 @@ +../file_write_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_all_begin.c b/ompi/mpi/c/profile/pfile_write_all_begin.c new file mode 120000 index 00000000000..be7ad9ee5ec --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_all_begin.c @@ -0,0 +1 @@ +../file_write_all_begin.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_all_end.c b/ompi/mpi/c/profile/pfile_write_all_end.c new file mode 120000 index 00000000000..ac2c1e12dcf --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_all_end.c @@ -0,0 +1 @@ +../file_write_all_end.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_at.c b/ompi/mpi/c/profile/pfile_write_at.c new file mode 120000 index 00000000000..c82192367b7 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_at.c @@ -0,0 +1 @@ +../file_write_at.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_at_all.c b/ompi/mpi/c/profile/pfile_write_at_all.c new file mode 120000 index 00000000000..97ba70f029c --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_at_all.c @@ -0,0 +1 @@ +../file_write_at_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_at_all_begin.c b/ompi/mpi/c/profile/pfile_write_at_all_begin.c new file mode 120000 index 00000000000..5ea864535e0 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_at_all_begin.c @@ -0,0 +1 @@ +../file_write_at_all_begin.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_at_all_end.c b/ompi/mpi/c/profile/pfile_write_at_all_end.c new file mode 120000 index 00000000000..95965369ac0 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_at_all_end.c @@ -0,0 +1 @@ +../file_write_at_all_end.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_ordered.c b/ompi/mpi/c/profile/pfile_write_ordered.c new file mode 120000 index 00000000000..e6279fba1a3 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_ordered.c @@ -0,0 +1 @@ +../file_write_ordered.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_ordered_begin.c b/ompi/mpi/c/profile/pfile_write_ordered_begin.c new file mode 120000 index 00000000000..5a95508e645 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_ordered_begin.c @@ -0,0 +1 @@ +../file_write_ordered_begin.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_ordered_end.c b/ompi/mpi/c/profile/pfile_write_ordered_end.c new file mode 120000 index 00000000000..c0ca6c972db --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_ordered_end.c @@ -0,0 +1 @@ +../file_write_ordered_end.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfile_write_shared.c b/ompi/mpi/c/profile/pfile_write_shared.c new file mode 120000 index 00000000000..94356945435 --- /dev/null +++ b/ompi/mpi/c/profile/pfile_write_shared.c @@ -0,0 +1 @@ +../file_write_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfinalize.c b/ompi/mpi/c/profile/pfinalize.c new file mode 120000 index 00000000000..c897ab3aa30 --- /dev/null +++ b/ompi/mpi/c/profile/pfinalize.c @@ -0,0 +1 @@ +../finalize.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfinalized.c b/ompi/mpi/c/profile/pfinalized.c new file mode 120000 index 00000000000..767dd1ee627 --- /dev/null +++ b/ompi/mpi/c/profile/pfinalized.c @@ -0,0 +1 @@ +../finalized.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pfree_mem.c b/ompi/mpi/c/profile/pfree_mem.c new file mode 120000 index 00000000000..7a316359676 --- /dev/null +++ b/ompi/mpi/c/profile/pfree_mem.c @@ -0,0 +1 @@ +../free_mem.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgather.c b/ompi/mpi/c/profile/pgather.c new file mode 120000 index 00000000000..8df73764b81 --- /dev/null +++ b/ompi/mpi/c/profile/pgather.c @@ -0,0 +1 @@ +../gather.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgatherv.c b/ompi/mpi/c/profile/pgatherv.c new file mode 120000 index 00000000000..c03f42c9206 --- /dev/null +++ b/ompi/mpi/c/profile/pgatherv.c @@ -0,0 +1 @@ +../gatherv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget.c b/ompi/mpi/c/profile/pget.c new file mode 120000 index 00000000000..fc3f15dc0aa --- /dev/null +++ b/ompi/mpi/c/profile/pget.c @@ -0,0 +1 @@ +../get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_accumulate.c b/ompi/mpi/c/profile/pget_accumulate.c new file mode 120000 index 00000000000..9259a690384 --- /dev/null +++ b/ompi/mpi/c/profile/pget_accumulate.c @@ -0,0 +1 @@ +../get_accumulate.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_address.c b/ompi/mpi/c/profile/pget_address.c new file mode 120000 index 00000000000..440fd9c4c9d --- /dev/null +++ b/ompi/mpi/c/profile/pget_address.c @@ -0,0 +1 @@ +../get_address.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_count.c b/ompi/mpi/c/profile/pget_count.c new file mode 120000 index 00000000000..ffabdcf56ff --- /dev/null +++ b/ompi/mpi/c/profile/pget_count.c @@ -0,0 +1 @@ +../get_count.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_elements.c b/ompi/mpi/c/profile/pget_elements.c new file mode 120000 index 00000000000..97717441d38 --- /dev/null +++ b/ompi/mpi/c/profile/pget_elements.c @@ -0,0 +1 @@ +../get_elements.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_elements_x.c b/ompi/mpi/c/profile/pget_elements_x.c new file mode 120000 index 00000000000..afebc29bf7d --- /dev/null +++ b/ompi/mpi/c/profile/pget_elements_x.c @@ -0,0 +1 @@ +../get_elements_x.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_library_version.c b/ompi/mpi/c/profile/pget_library_version.c new file mode 120000 index 00000000000..0768210704e --- /dev/null +++ b/ompi/mpi/c/profile/pget_library_version.c @@ -0,0 +1 @@ +../get_library_version.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_processor_name.c b/ompi/mpi/c/profile/pget_processor_name.c new file mode 120000 index 00000000000..9b8ba00fde6 --- /dev/null +++ b/ompi/mpi/c/profile/pget_processor_name.c @@ -0,0 +1 @@ +../get_processor_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pget_version.c b/ompi/mpi/c/profile/pget_version.c new file mode 120000 index 00000000000..b14c579f55a --- /dev/null +++ b/ompi/mpi/c/profile/pget_version.c @@ -0,0 +1 @@ +../get_version.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgraph_create.c b/ompi/mpi/c/profile/pgraph_create.c new file mode 120000 index 00000000000..8ea6215bb1e --- /dev/null +++ b/ompi/mpi/c/profile/pgraph_create.c @@ -0,0 +1 @@ +../graph_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgraph_get.c b/ompi/mpi/c/profile/pgraph_get.c new file mode 120000 index 00000000000..f958c20e039 --- /dev/null +++ b/ompi/mpi/c/profile/pgraph_get.c @@ -0,0 +1 @@ +../graph_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgraph_map.c b/ompi/mpi/c/profile/pgraph_map.c new file mode 120000 index 00000000000..9316487a322 --- /dev/null +++ b/ompi/mpi/c/profile/pgraph_map.c @@ -0,0 +1 @@ +../graph_map.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgraph_neighbors.c b/ompi/mpi/c/profile/pgraph_neighbors.c new file mode 120000 index 00000000000..09021a8ef92 --- /dev/null +++ b/ompi/mpi/c/profile/pgraph_neighbors.c @@ -0,0 +1 @@ +../graph_neighbors.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgraph_neighbors_count.c b/ompi/mpi/c/profile/pgraph_neighbors_count.c new file mode 120000 index 00000000000..94a512af397 --- /dev/null +++ b/ompi/mpi/c/profile/pgraph_neighbors_count.c @@ -0,0 +1 @@ +../graph_neighbors_count.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgraphdims_get.c b/ompi/mpi/c/profile/pgraphdims_get.c new file mode 120000 index 00000000000..0a3d86308f6 --- /dev/null +++ b/ompi/mpi/c/profile/pgraphdims_get.c @@ -0,0 +1 @@ +../graphdims_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgrequest_complete.c b/ompi/mpi/c/profile/pgrequest_complete.c new file mode 120000 index 00000000000..709a593c373 --- /dev/null +++ b/ompi/mpi/c/profile/pgrequest_complete.c @@ -0,0 +1 @@ +../grequest_complete.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgrequest_start.c b/ompi/mpi/c/profile/pgrequest_start.c new file mode 120000 index 00000000000..587db8af30f --- /dev/null +++ b/ompi/mpi/c/profile/pgrequest_start.c @@ -0,0 +1 @@ +../grequest_start.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_c2f.c b/ompi/mpi/c/profile/pgroup_c2f.c new file mode 120000 index 00000000000..63882269e16 --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_c2f.c @@ -0,0 +1 @@ +../group_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_compare.c b/ompi/mpi/c/profile/pgroup_compare.c new file mode 120000 index 00000000000..255d742a7d0 --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_compare.c @@ -0,0 +1 @@ +../group_compare.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_difference.c b/ompi/mpi/c/profile/pgroup_difference.c new file mode 120000 index 00000000000..8b26d108b4d --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_difference.c @@ -0,0 +1 @@ +../group_difference.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_excl.c b/ompi/mpi/c/profile/pgroup_excl.c new file mode 120000 index 00000000000..4090721f00e --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_excl.c @@ -0,0 +1 @@ +../group_excl.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_f2c.c b/ompi/mpi/c/profile/pgroup_f2c.c new file mode 120000 index 00000000000..9b9ffb038cd --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_f2c.c @@ -0,0 +1 @@ +../group_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_free.c b/ompi/mpi/c/profile/pgroup_free.c new file mode 120000 index 00000000000..80c6b6f582f --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_free.c @@ -0,0 +1 @@ +../group_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_incl.c b/ompi/mpi/c/profile/pgroup_incl.c new file mode 120000 index 00000000000..0b27341103d --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_incl.c @@ -0,0 +1 @@ +../group_incl.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_intersection.c b/ompi/mpi/c/profile/pgroup_intersection.c new file mode 120000 index 00000000000..0b4c89e3d39 --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_intersection.c @@ -0,0 +1 @@ +../group_intersection.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_range_excl.c b/ompi/mpi/c/profile/pgroup_range_excl.c new file mode 120000 index 00000000000..8f615d7dd60 --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_range_excl.c @@ -0,0 +1 @@ +../group_range_excl.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_range_incl.c b/ompi/mpi/c/profile/pgroup_range_incl.c new file mode 120000 index 00000000000..1825f2a986b --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_range_incl.c @@ -0,0 +1 @@ +../group_range_incl.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_rank.c b/ompi/mpi/c/profile/pgroup_rank.c new file mode 120000 index 00000000000..6c852076c25 --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_rank.c @@ -0,0 +1 @@ +../group_rank.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_size.c b/ompi/mpi/c/profile/pgroup_size.c new file mode 120000 index 00000000000..cf48a82d7ce --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_size.c @@ -0,0 +1 @@ +../group_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_translate_ranks.c b/ompi/mpi/c/profile/pgroup_translate_ranks.c new file mode 120000 index 00000000000..cc527f1e94b --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_translate_ranks.c @@ -0,0 +1 @@ +../group_translate_ranks.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pgroup_union.c b/ompi/mpi/c/profile/pgroup_union.c new file mode 120000 index 00000000000..b10a4243589 --- /dev/null +++ b/ompi/mpi/c/profile/pgroup_union.c @@ -0,0 +1 @@ +../group_union.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piallgather.c b/ompi/mpi/c/profile/piallgather.c new file mode 120000 index 00000000000..b508eafb2f8 --- /dev/null +++ b/ompi/mpi/c/profile/piallgather.c @@ -0,0 +1 @@ +../iallgather.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piallgatherv.c b/ompi/mpi/c/profile/piallgatherv.c new file mode 120000 index 00000000000..4168d6af4a8 --- /dev/null +++ b/ompi/mpi/c/profile/piallgatherv.c @@ -0,0 +1 @@ +../iallgatherv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piallreduce.c b/ompi/mpi/c/profile/piallreduce.c new file mode 120000 index 00000000000..b8dd6ddb1bd --- /dev/null +++ b/ompi/mpi/c/profile/piallreduce.c @@ -0,0 +1 @@ +../iallreduce.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pialltoall.c b/ompi/mpi/c/profile/pialltoall.c new file mode 120000 index 00000000000..3c2be908854 --- /dev/null +++ b/ompi/mpi/c/profile/pialltoall.c @@ -0,0 +1 @@ +../ialltoall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pialltoallv.c b/ompi/mpi/c/profile/pialltoallv.c new file mode 120000 index 00000000000..0b1f4df9af5 --- /dev/null +++ b/ompi/mpi/c/profile/pialltoallv.c @@ -0,0 +1 @@ +../ialltoallv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pialltoallw.c b/ompi/mpi/c/profile/pialltoallw.c new file mode 120000 index 00000000000..4e0cccd3058 --- /dev/null +++ b/ompi/mpi/c/profile/pialltoallw.c @@ -0,0 +1 @@ +../ialltoallw.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pibarrier.c b/ompi/mpi/c/profile/pibarrier.c new file mode 120000 index 00000000000..9344ecac8ff --- /dev/null +++ b/ompi/mpi/c/profile/pibarrier.c @@ -0,0 +1 @@ +../ibarrier.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pibcast.c b/ompi/mpi/c/profile/pibcast.c new file mode 120000 index 00000000000..6403af55751 --- /dev/null +++ b/ompi/mpi/c/profile/pibcast.c @@ -0,0 +1 @@ +../ibcast.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pibsend.c b/ompi/mpi/c/profile/pibsend.c new file mode 120000 index 00000000000..94b6cf95ca5 --- /dev/null +++ b/ompi/mpi/c/profile/pibsend.c @@ -0,0 +1 @@ +../ibsend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piexscan.c b/ompi/mpi/c/profile/piexscan.c new file mode 120000 index 00000000000..a546f8312ca --- /dev/null +++ b/ompi/mpi/c/profile/piexscan.c @@ -0,0 +1 @@ +../iexscan.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pigather.c b/ompi/mpi/c/profile/pigather.c new file mode 120000 index 00000000000..e2dc5c06b90 --- /dev/null +++ b/ompi/mpi/c/profile/pigather.c @@ -0,0 +1 @@ +../igather.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pigatherv.c b/ompi/mpi/c/profile/pigatherv.c new file mode 120000 index 00000000000..a972f8998c8 --- /dev/null +++ b/ompi/mpi/c/profile/pigatherv.c @@ -0,0 +1 @@ +../igatherv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pimprobe.c b/ompi/mpi/c/profile/pimprobe.c new file mode 120000 index 00000000000..74cd43fe7e0 --- /dev/null +++ b/ompi/mpi/c/profile/pimprobe.c @@ -0,0 +1 @@ +../improbe.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pimrecv.c b/ompi/mpi/c/profile/pimrecv.c new file mode 120000 index 00000000000..7f03f92c911 --- /dev/null +++ b/ompi/mpi/c/profile/pimrecv.c @@ -0,0 +1 @@ +../imrecv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pineighbor_allgather.c b/ompi/mpi/c/profile/pineighbor_allgather.c new file mode 120000 index 00000000000..9825b116c5d --- /dev/null +++ b/ompi/mpi/c/profile/pineighbor_allgather.c @@ -0,0 +1 @@ +../ineighbor_allgather.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pineighbor_allgatherv.c b/ompi/mpi/c/profile/pineighbor_allgatherv.c new file mode 120000 index 00000000000..b9246d33961 --- /dev/null +++ b/ompi/mpi/c/profile/pineighbor_allgatherv.c @@ -0,0 +1 @@ +../ineighbor_allgatherv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pineighbor_alltoall.c b/ompi/mpi/c/profile/pineighbor_alltoall.c new file mode 120000 index 00000000000..48de3638232 --- /dev/null +++ b/ompi/mpi/c/profile/pineighbor_alltoall.c @@ -0,0 +1 @@ +../ineighbor_alltoall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pineighbor_alltoallv.c b/ompi/mpi/c/profile/pineighbor_alltoallv.c new file mode 120000 index 00000000000..1a7a98cc418 --- /dev/null +++ b/ompi/mpi/c/profile/pineighbor_alltoallv.c @@ -0,0 +1 @@ +../ineighbor_alltoallv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pineighbor_alltoallw.c b/ompi/mpi/c/profile/pineighbor_alltoallw.c new file mode 120000 index 00000000000..5ed4dd91781 --- /dev/null +++ b/ompi/mpi/c/profile/pineighbor_alltoallw.c @@ -0,0 +1 @@ +../ineighbor_alltoallw.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_c2f.c b/ompi/mpi/c/profile/pinfo_c2f.c new file mode 120000 index 00000000000..8c70cf76ef7 --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_c2f.c @@ -0,0 +1 @@ +../info_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_create.c b/ompi/mpi/c/profile/pinfo_create.c new file mode 120000 index 00000000000..cc57213704e --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_create.c @@ -0,0 +1 @@ +../info_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_delete.c b/ompi/mpi/c/profile/pinfo_delete.c new file mode 120000 index 00000000000..054d34a57f5 --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_delete.c @@ -0,0 +1 @@ +../info_delete.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_dup.c b/ompi/mpi/c/profile/pinfo_dup.c new file mode 120000 index 00000000000..6e5c6198acb --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_dup.c @@ -0,0 +1 @@ +../info_dup.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_f2c.c b/ompi/mpi/c/profile/pinfo_f2c.c new file mode 120000 index 00000000000..062248b5785 --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_f2c.c @@ -0,0 +1 @@ +../info_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_free.c b/ompi/mpi/c/profile/pinfo_free.c new file mode 120000 index 00000000000..8834da43d2e --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_free.c @@ -0,0 +1 @@ +../info_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_get.c b/ompi/mpi/c/profile/pinfo_get.c new file mode 120000 index 00000000000..50c1ba2f622 --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_get.c @@ -0,0 +1 @@ +../info_get.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_get_nkeys.c b/ompi/mpi/c/profile/pinfo_get_nkeys.c new file mode 120000 index 00000000000..d4a694b01da --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_get_nkeys.c @@ -0,0 +1 @@ +../info_get_nkeys.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_get_nthkey.c b/ompi/mpi/c/profile/pinfo_get_nthkey.c new file mode 120000 index 00000000000..3f70cb33850 --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_get_nthkey.c @@ -0,0 +1 @@ +../info_get_nthkey.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_get_valuelen.c b/ompi/mpi/c/profile/pinfo_get_valuelen.c new file mode 120000 index 00000000000..53a57acc2ec --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_get_valuelen.c @@ -0,0 +1 @@ +../info_get_valuelen.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinfo_set.c b/ompi/mpi/c/profile/pinfo_set.c new file mode 120000 index 00000000000..f444774a9be --- /dev/null +++ b/ompi/mpi/c/profile/pinfo_set.c @@ -0,0 +1 @@ +../info_set.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinit.c b/ompi/mpi/c/profile/pinit.c new file mode 120000 index 00000000000..a365f5c112f --- /dev/null +++ b/ompi/mpi/c/profile/pinit.c @@ -0,0 +1 @@ +../init.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinit_thread.c b/ompi/mpi/c/profile/pinit_thread.c new file mode 120000 index 00000000000..9d04ae1ddaa --- /dev/null +++ b/ompi/mpi/c/profile/pinit_thread.c @@ -0,0 +1 @@ +../init_thread.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pinitialized.c b/ompi/mpi/c/profile/pinitialized.c new file mode 120000 index 00000000000..53e9beb8177 --- /dev/null +++ b/ompi/mpi/c/profile/pinitialized.c @@ -0,0 +1 @@ +../initialized.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pintercomm_create.c b/ompi/mpi/c/profile/pintercomm_create.c new file mode 120000 index 00000000000..1ae9afc6c13 --- /dev/null +++ b/ompi/mpi/c/profile/pintercomm_create.c @@ -0,0 +1 @@ +../intercomm_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pintercomm_merge.c b/ompi/mpi/c/profile/pintercomm_merge.c new file mode 120000 index 00000000000..368ced66c44 --- /dev/null +++ b/ompi/mpi/c/profile/pintercomm_merge.c @@ -0,0 +1 @@ +../intercomm_merge.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piprobe.c b/ompi/mpi/c/profile/piprobe.c new file mode 120000 index 00000000000..47955d5516c --- /dev/null +++ b/ompi/mpi/c/profile/piprobe.c @@ -0,0 +1 @@ +../iprobe.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pirecv.c b/ompi/mpi/c/profile/pirecv.c new file mode 120000 index 00000000000..bbd31f11e31 --- /dev/null +++ b/ompi/mpi/c/profile/pirecv.c @@ -0,0 +1 @@ +../irecv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pireduce.c b/ompi/mpi/c/profile/pireduce.c new file mode 120000 index 00000000000..4243dd08005 --- /dev/null +++ b/ompi/mpi/c/profile/pireduce.c @@ -0,0 +1 @@ +../ireduce.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pireduce_scatter.c b/ompi/mpi/c/profile/pireduce_scatter.c new file mode 120000 index 00000000000..a27ae0b5e86 --- /dev/null +++ b/ompi/mpi/c/profile/pireduce_scatter.c @@ -0,0 +1 @@ +../ireduce_scatter.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pireduce_scatter_block.c b/ompi/mpi/c/profile/pireduce_scatter_block.c new file mode 120000 index 00000000000..1accefbafc6 --- /dev/null +++ b/ompi/mpi/c/profile/pireduce_scatter_block.c @@ -0,0 +1 @@ +../ireduce_scatter_block.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pirsend.c b/ompi/mpi/c/profile/pirsend.c new file mode 120000 index 00000000000..6f2f9564408 --- /dev/null +++ b/ompi/mpi/c/profile/pirsend.c @@ -0,0 +1 @@ +../irsend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pis_thread_main.c b/ompi/mpi/c/profile/pis_thread_main.c new file mode 120000 index 00000000000..18c88c384f9 --- /dev/null +++ b/ompi/mpi/c/profile/pis_thread_main.c @@ -0,0 +1 @@ +../is_thread_main.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piscan.c b/ompi/mpi/c/profile/piscan.c new file mode 120000 index 00000000000..070f7cca854 --- /dev/null +++ b/ompi/mpi/c/profile/piscan.c @@ -0,0 +1 @@ +../iscan.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piscatter.c b/ompi/mpi/c/profile/piscatter.c new file mode 120000 index 00000000000..8c6514a4057 --- /dev/null +++ b/ompi/mpi/c/profile/piscatter.c @@ -0,0 +1 @@ +../iscatter.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/piscatterv.c b/ompi/mpi/c/profile/piscatterv.c new file mode 120000 index 00000000000..2c78834dba0 --- /dev/null +++ b/ompi/mpi/c/profile/piscatterv.c @@ -0,0 +1 @@ +../iscatterv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pisend.c b/ompi/mpi/c/profile/pisend.c new file mode 120000 index 00000000000..4e5fcc8ac04 --- /dev/null +++ b/ompi/mpi/c/profile/pisend.c @@ -0,0 +1 @@ +../isend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pissend.c b/ompi/mpi/c/profile/pissend.c new file mode 120000 index 00000000000..3bba2aa3f1e --- /dev/null +++ b/ompi/mpi/c/profile/pissend.c @@ -0,0 +1 @@ +../issend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pkeyval_create.c b/ompi/mpi/c/profile/pkeyval_create.c new file mode 120000 index 00000000000..a6ae9047c03 --- /dev/null +++ b/ompi/mpi/c/profile/pkeyval_create.c @@ -0,0 +1 @@ +../keyval_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pkeyval_free.c b/ompi/mpi/c/profile/pkeyval_free.c new file mode 120000 index 00000000000..51770106122 --- /dev/null +++ b/ompi/mpi/c/profile/pkeyval_free.c @@ -0,0 +1 @@ +../keyval_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/plookup_name.c b/ompi/mpi/c/profile/plookup_name.c new file mode 120000 index 00000000000..9ca11a24876 --- /dev/null +++ b/ompi/mpi/c/profile/plookup_name.c @@ -0,0 +1 @@ +../lookup_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pmessage_c2f.c b/ompi/mpi/c/profile/pmessage_c2f.c new file mode 120000 index 00000000000..b834ba5e3d0 --- /dev/null +++ b/ompi/mpi/c/profile/pmessage_c2f.c @@ -0,0 +1 @@ +../message_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pmessage_f2c.c b/ompi/mpi/c/profile/pmessage_f2c.c new file mode 120000 index 00000000000..527164b6b3a --- /dev/null +++ b/ompi/mpi/c/profile/pmessage_f2c.c @@ -0,0 +1 @@ +../message_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pmprobe.c b/ompi/mpi/c/profile/pmprobe.c new file mode 120000 index 00000000000..158867aa71a --- /dev/null +++ b/ompi/mpi/c/profile/pmprobe.c @@ -0,0 +1 @@ +../mprobe.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pmrecv.c b/ompi/mpi/c/profile/pmrecv.c new file mode 120000 index 00000000000..ffc30c6ec89 --- /dev/null +++ b/ompi/mpi/c/profile/pmrecv.c @@ -0,0 +1 @@ +../mrecv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pneighbor_allgather.c b/ompi/mpi/c/profile/pneighbor_allgather.c new file mode 120000 index 00000000000..9ae63266f13 --- /dev/null +++ b/ompi/mpi/c/profile/pneighbor_allgather.c @@ -0,0 +1 @@ +../neighbor_allgather.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pneighbor_allgatherv.c b/ompi/mpi/c/profile/pneighbor_allgatherv.c new file mode 120000 index 00000000000..949fae815d0 --- /dev/null +++ b/ompi/mpi/c/profile/pneighbor_allgatherv.c @@ -0,0 +1 @@ +../neighbor_allgatherv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pneighbor_alltoall.c b/ompi/mpi/c/profile/pneighbor_alltoall.c new file mode 120000 index 00000000000..8ce9ebac85a --- /dev/null +++ b/ompi/mpi/c/profile/pneighbor_alltoall.c @@ -0,0 +1 @@ +../neighbor_alltoall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pneighbor_alltoallv.c b/ompi/mpi/c/profile/pneighbor_alltoallv.c new file mode 120000 index 00000000000..2ec75c6e994 --- /dev/null +++ b/ompi/mpi/c/profile/pneighbor_alltoallv.c @@ -0,0 +1 @@ +../neighbor_alltoallv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pneighbor_alltoallw.c b/ompi/mpi/c/profile/pneighbor_alltoallw.c new file mode 120000 index 00000000000..e37979f9cb6 --- /dev/null +++ b/ompi/mpi/c/profile/pneighbor_alltoallw.c @@ -0,0 +1 @@ +../neighbor_alltoallw.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pop_c2f.c b/ompi/mpi/c/profile/pop_c2f.c new file mode 120000 index 00000000000..39b2199aae6 --- /dev/null +++ b/ompi/mpi/c/profile/pop_c2f.c @@ -0,0 +1 @@ +../op_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pop_commutative.c b/ompi/mpi/c/profile/pop_commutative.c new file mode 120000 index 00000000000..9bf954ac8e0 --- /dev/null +++ b/ompi/mpi/c/profile/pop_commutative.c @@ -0,0 +1 @@ +../op_commutative.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pop_create.c b/ompi/mpi/c/profile/pop_create.c new file mode 120000 index 00000000000..7eadd95a20d --- /dev/null +++ b/ompi/mpi/c/profile/pop_create.c @@ -0,0 +1 @@ +../op_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pop_f2c.c b/ompi/mpi/c/profile/pop_f2c.c new file mode 120000 index 00000000000..52ebb82212f --- /dev/null +++ b/ompi/mpi/c/profile/pop_f2c.c @@ -0,0 +1 @@ +../op_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pop_free.c b/ompi/mpi/c/profile/pop_free.c new file mode 120000 index 00000000000..0d0692bcac6 --- /dev/null +++ b/ompi/mpi/c/profile/pop_free.c @@ -0,0 +1 @@ +../op_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/popen_port.c b/ompi/mpi/c/profile/popen_port.c new file mode 120000 index 00000000000..0e5ded3ca74 --- /dev/null +++ b/ompi/mpi/c/profile/popen_port.c @@ -0,0 +1 @@ +../open_port.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ppack.c b/ompi/mpi/c/profile/ppack.c new file mode 120000 index 00000000000..8cad16327e8 --- /dev/null +++ b/ompi/mpi/c/profile/ppack.c @@ -0,0 +1 @@ +../pack.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ppack_external.c b/ompi/mpi/c/profile/ppack_external.c new file mode 120000 index 00000000000..3e45f9ace5a --- /dev/null +++ b/ompi/mpi/c/profile/ppack_external.c @@ -0,0 +1 @@ +../pack_external.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ppack_external_size.c b/ompi/mpi/c/profile/ppack_external_size.c new file mode 120000 index 00000000000..b162131968b --- /dev/null +++ b/ompi/mpi/c/profile/ppack_external_size.c @@ -0,0 +1 @@ +../pack_external_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ppack_size.c b/ompi/mpi/c/profile/ppack_size.c new file mode 120000 index 00000000000..ef1d04a1dd6 --- /dev/null +++ b/ompi/mpi/c/profile/ppack_size.c @@ -0,0 +1 @@ +../pack_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ppcontrol.c b/ompi/mpi/c/profile/ppcontrol.c new file mode 120000 index 00000000000..e1327bd4546 --- /dev/null +++ b/ompi/mpi/c/profile/ppcontrol.c @@ -0,0 +1 @@ +../pcontrol.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pprobe.c b/ompi/mpi/c/profile/pprobe.c new file mode 120000 index 00000000000..1ac81def463 --- /dev/null +++ b/ompi/mpi/c/profile/pprobe.c @@ -0,0 +1 @@ +../probe.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ppublish_name.c b/ompi/mpi/c/profile/ppublish_name.c new file mode 120000 index 00000000000..d896256b70b --- /dev/null +++ b/ompi/mpi/c/profile/ppublish_name.c @@ -0,0 +1 @@ +../publish_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pput.c b/ompi/mpi/c/profile/pput.c new file mode 120000 index 00000000000..2f852e01d29 --- /dev/null +++ b/ompi/mpi/c/profile/pput.c @@ -0,0 +1 @@ +../put.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pquery_thread.c b/ompi/mpi/c/profile/pquery_thread.c new file mode 120000 index 00000000000..7b22902e396 --- /dev/null +++ b/ompi/mpi/c/profile/pquery_thread.c @@ -0,0 +1 @@ +../query_thread.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/praccumulate.c b/ompi/mpi/c/profile/praccumulate.c new file mode 120000 index 00000000000..98ff0c4645f --- /dev/null +++ b/ompi/mpi/c/profile/praccumulate.c @@ -0,0 +1 @@ +../raccumulate.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/precv.c b/ompi/mpi/c/profile/precv.c new file mode 120000 index 00000000000..7d207d28b6b --- /dev/null +++ b/ompi/mpi/c/profile/precv.c @@ -0,0 +1 @@ +../recv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/precv_init.c b/ompi/mpi/c/profile/precv_init.c new file mode 120000 index 00000000000..867b9b684f9 --- /dev/null +++ b/ompi/mpi/c/profile/precv_init.c @@ -0,0 +1 @@ +../recv_init.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/preduce.c b/ompi/mpi/c/profile/preduce.c new file mode 120000 index 00000000000..2ff104a41de --- /dev/null +++ b/ompi/mpi/c/profile/preduce.c @@ -0,0 +1 @@ +../reduce.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/preduce_local.c b/ompi/mpi/c/profile/preduce_local.c new file mode 120000 index 00000000000..470d6cc04ed --- /dev/null +++ b/ompi/mpi/c/profile/preduce_local.c @@ -0,0 +1 @@ +../reduce_local.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/preduce_scatter.c b/ompi/mpi/c/profile/preduce_scatter.c new file mode 120000 index 00000000000..5528c3944b3 --- /dev/null +++ b/ompi/mpi/c/profile/preduce_scatter.c @@ -0,0 +1 @@ +../reduce_scatter.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/preduce_scatter_block.c b/ompi/mpi/c/profile/preduce_scatter_block.c new file mode 120000 index 00000000000..41959321c9d --- /dev/null +++ b/ompi/mpi/c/profile/preduce_scatter_block.c @@ -0,0 +1 @@ +../reduce_scatter_block.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pregister_datarep.c b/ompi/mpi/c/profile/pregister_datarep.c new file mode 120000 index 00000000000..134b174ef8c --- /dev/null +++ b/ompi/mpi/c/profile/pregister_datarep.c @@ -0,0 +1 @@ +../register_datarep.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prequest_c2f.c b/ompi/mpi/c/profile/prequest_c2f.c new file mode 120000 index 00000000000..3de1e29ce5c --- /dev/null +++ b/ompi/mpi/c/profile/prequest_c2f.c @@ -0,0 +1 @@ +../request_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prequest_f2c.c b/ompi/mpi/c/profile/prequest_f2c.c new file mode 120000 index 00000000000..81a56976c57 --- /dev/null +++ b/ompi/mpi/c/profile/prequest_f2c.c @@ -0,0 +1 @@ +../request_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prequest_free.c b/ompi/mpi/c/profile/prequest_free.c new file mode 120000 index 00000000000..0d339cb9125 --- /dev/null +++ b/ompi/mpi/c/profile/prequest_free.c @@ -0,0 +1 @@ +../request_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prequest_get_status.c b/ompi/mpi/c/profile/prequest_get_status.c new file mode 120000 index 00000000000..c83a7eb699a --- /dev/null +++ b/ompi/mpi/c/profile/prequest_get_status.c @@ -0,0 +1 @@ +../request_get_status.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prget.c b/ompi/mpi/c/profile/prget.c new file mode 120000 index 00000000000..a70cb000ca9 --- /dev/null +++ b/ompi/mpi/c/profile/prget.c @@ -0,0 +1 @@ +../rget.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prget_accumulate.c b/ompi/mpi/c/profile/prget_accumulate.c new file mode 120000 index 00000000000..26e19967a31 --- /dev/null +++ b/ompi/mpi/c/profile/prget_accumulate.c @@ -0,0 +1 @@ +../rget_accumulate.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prput.c b/ompi/mpi/c/profile/prput.c new file mode 120000 index 00000000000..1d8c10627be --- /dev/null +++ b/ompi/mpi/c/profile/prput.c @@ -0,0 +1 @@ +../rput.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prsend.c b/ompi/mpi/c/profile/prsend.c new file mode 120000 index 00000000000..db1a3c37618 --- /dev/null +++ b/ompi/mpi/c/profile/prsend.c @@ -0,0 +1 @@ +../rsend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/prsend_init.c b/ompi/mpi/c/profile/prsend_init.c new file mode 120000 index 00000000000..0f9dee52d51 --- /dev/null +++ b/ompi/mpi/c/profile/prsend_init.c @@ -0,0 +1 @@ +../rsend_init.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pscan.c b/ompi/mpi/c/profile/pscan.c new file mode 120000 index 00000000000..2d913a08099 --- /dev/null +++ b/ompi/mpi/c/profile/pscan.c @@ -0,0 +1 @@ +../scan.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pscatter.c b/ompi/mpi/c/profile/pscatter.c new file mode 120000 index 00000000000..6ab0e7c3244 --- /dev/null +++ b/ompi/mpi/c/profile/pscatter.c @@ -0,0 +1 @@ +../scatter.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pscatterv.c b/ompi/mpi/c/profile/pscatterv.c new file mode 120000 index 00000000000..58979eac64a --- /dev/null +++ b/ompi/mpi/c/profile/pscatterv.c @@ -0,0 +1 @@ +../scatterv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/psend.c b/ompi/mpi/c/profile/psend.c new file mode 120000 index 00000000000..a236f94b8b2 --- /dev/null +++ b/ompi/mpi/c/profile/psend.c @@ -0,0 +1 @@ +../send.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/psend_init.c b/ompi/mpi/c/profile/psend_init.c new file mode 120000 index 00000000000..b7e51a86e60 --- /dev/null +++ b/ompi/mpi/c/profile/psend_init.c @@ -0,0 +1 @@ +../send_init.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/psendrecv.c b/ompi/mpi/c/profile/psendrecv.c new file mode 120000 index 00000000000..3238af3c4ca --- /dev/null +++ b/ompi/mpi/c/profile/psendrecv.c @@ -0,0 +1 @@ +../sendrecv.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/psendrecv_replace.c b/ompi/mpi/c/profile/psendrecv_replace.c new file mode 120000 index 00000000000..e93bc4f87f6 --- /dev/null +++ b/ompi/mpi/c/profile/psendrecv_replace.c @@ -0,0 +1 @@ +../sendrecv_replace.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pssend.c b/ompi/mpi/c/profile/pssend.c new file mode 120000 index 00000000000..97f0bf83f08 --- /dev/null +++ b/ompi/mpi/c/profile/pssend.c @@ -0,0 +1 @@ +../ssend.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pssend_init.c b/ompi/mpi/c/profile/pssend_init.c new file mode 120000 index 00000000000..bc34cf8bd64 --- /dev/null +++ b/ompi/mpi/c/profile/pssend_init.c @@ -0,0 +1 @@ +../ssend_init.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstart.c b/ompi/mpi/c/profile/pstart.c new file mode 120000 index 00000000000..b5b397dc1ca --- /dev/null +++ b/ompi/mpi/c/profile/pstart.c @@ -0,0 +1 @@ +../start.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstartall.c b/ompi/mpi/c/profile/pstartall.c new file mode 120000 index 00000000000..71d0c9dc5b5 --- /dev/null +++ b/ompi/mpi/c/profile/pstartall.c @@ -0,0 +1 @@ +../startall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstatus_c2f.c b/ompi/mpi/c/profile/pstatus_c2f.c new file mode 120000 index 00000000000..4b7c9d7c3a3 --- /dev/null +++ b/ompi/mpi/c/profile/pstatus_c2f.c @@ -0,0 +1 @@ +../status_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstatus_f2c.c b/ompi/mpi/c/profile/pstatus_f2c.c new file mode 120000 index 00000000000..902aba66e42 --- /dev/null +++ b/ompi/mpi/c/profile/pstatus_f2c.c @@ -0,0 +1 @@ +../status_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstatus_set_cancelled.c b/ompi/mpi/c/profile/pstatus_set_cancelled.c new file mode 120000 index 00000000000..6facdeb9617 --- /dev/null +++ b/ompi/mpi/c/profile/pstatus_set_cancelled.c @@ -0,0 +1 @@ +../status_set_cancelled.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstatus_set_elements.c b/ompi/mpi/c/profile/pstatus_set_elements.c new file mode 120000 index 00000000000..147d7b087ed --- /dev/null +++ b/ompi/mpi/c/profile/pstatus_set_elements.c @@ -0,0 +1 @@ +../status_set_elements.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pstatus_set_elements_x.c b/ompi/mpi/c/profile/pstatus_set_elements_x.c new file mode 120000 index 00000000000..1dddee10423 --- /dev/null +++ b/ompi/mpi/c/profile/pstatus_set_elements_x.c @@ -0,0 +1 @@ +../status_set_elements_x.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptest.c b/ompi/mpi/c/profile/ptest.c new file mode 120000 index 00000000000..35af4f565fe --- /dev/null +++ b/ompi/mpi/c/profile/ptest.c @@ -0,0 +1 @@ +../test.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptest_cancelled.c b/ompi/mpi/c/profile/ptest_cancelled.c new file mode 120000 index 00000000000..f2f07528496 --- /dev/null +++ b/ompi/mpi/c/profile/ptest_cancelled.c @@ -0,0 +1 @@ +../test_cancelled.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptestall.c b/ompi/mpi/c/profile/ptestall.c new file mode 120000 index 00000000000..82148ae665d --- /dev/null +++ b/ompi/mpi/c/profile/ptestall.c @@ -0,0 +1 @@ +../testall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptestany.c b/ompi/mpi/c/profile/ptestany.c new file mode 120000 index 00000000000..719275adba5 --- /dev/null +++ b/ompi/mpi/c/profile/ptestany.c @@ -0,0 +1 @@ +../testany.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptestsome.c b/ompi/mpi/c/profile/ptestsome.c new file mode 120000 index 00000000000..559cdc4f7e0 --- /dev/null +++ b/ompi/mpi/c/profile/ptestsome.c @@ -0,0 +1 @@ +../testsome.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptopo_test.c b/ompi/mpi/c/profile/ptopo_test.c new file mode 120000 index 00000000000..0ee428f76a0 --- /dev/null +++ b/ompi/mpi/c/profile/ptopo_test.c @@ -0,0 +1 @@ +../topo_test.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_c2f.c b/ompi/mpi/c/profile/ptype_c2f.c new file mode 120000 index 00000000000..accaae29b5d --- /dev/null +++ b/ompi/mpi/c/profile/ptype_c2f.c @@ -0,0 +1 @@ +../type_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_commit.c b/ompi/mpi/c/profile/ptype_commit.c new file mode 120000 index 00000000000..065f5bfd578 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_commit.c @@ -0,0 +1 @@ +../type_commit.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_contiguous.c b/ompi/mpi/c/profile/ptype_contiguous.c new file mode 120000 index 00000000000..68cac0009b2 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_contiguous.c @@ -0,0 +1 @@ +../type_contiguous.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_darray.c b/ompi/mpi/c/profile/ptype_create_darray.c new file mode 120000 index 00000000000..1423840d529 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_darray.c @@ -0,0 +1 @@ +../type_create_darray.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_f90_complex.c b/ompi/mpi/c/profile/ptype_create_f90_complex.c new file mode 120000 index 00000000000..67c424e0262 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_f90_complex.c @@ -0,0 +1 @@ +../type_create_f90_complex.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_f90_integer.c b/ompi/mpi/c/profile/ptype_create_f90_integer.c new file mode 120000 index 00000000000..4b57ddf1851 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_f90_integer.c @@ -0,0 +1 @@ +../type_create_f90_integer.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_f90_real.c b/ompi/mpi/c/profile/ptype_create_f90_real.c new file mode 120000 index 00000000000..e5403ef87d8 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_f90_real.c @@ -0,0 +1 @@ +../type_create_f90_real.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_hindexed.c b/ompi/mpi/c/profile/ptype_create_hindexed.c new file mode 120000 index 00000000000..6572a2f8673 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_hindexed.c @@ -0,0 +1 @@ +../type_create_hindexed.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_hindexed_block.c b/ompi/mpi/c/profile/ptype_create_hindexed_block.c new file mode 120000 index 00000000000..512042db377 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_hindexed_block.c @@ -0,0 +1 @@ +../type_create_hindexed_block.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_hvector.c b/ompi/mpi/c/profile/ptype_create_hvector.c new file mode 120000 index 00000000000..7c898ecb92d --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_hvector.c @@ -0,0 +1 @@ +../type_create_hvector.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_indexed_block.c b/ompi/mpi/c/profile/ptype_create_indexed_block.c new file mode 120000 index 00000000000..605b9cfa0e3 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_indexed_block.c @@ -0,0 +1 @@ +../type_create_indexed_block.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_keyval.c b/ompi/mpi/c/profile/ptype_create_keyval.c new file mode 120000 index 00000000000..baf51f2e7df --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_keyval.c @@ -0,0 +1 @@ +../type_create_keyval.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_resized.c b/ompi/mpi/c/profile/ptype_create_resized.c new file mode 120000 index 00000000000..e927899ff4a --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_resized.c @@ -0,0 +1 @@ +../type_create_resized.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_struct.c b/ompi/mpi/c/profile/ptype_create_struct.c new file mode 120000 index 00000000000..e66023217c8 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_struct.c @@ -0,0 +1 @@ +../type_create_struct.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_create_subarray.c b/ompi/mpi/c/profile/ptype_create_subarray.c new file mode 120000 index 00000000000..7a32a896a1f --- /dev/null +++ b/ompi/mpi/c/profile/ptype_create_subarray.c @@ -0,0 +1 @@ +../type_create_subarray.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_delete_attr.c b/ompi/mpi/c/profile/ptype_delete_attr.c new file mode 120000 index 00000000000..c240875dd96 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_delete_attr.c @@ -0,0 +1 @@ +../type_delete_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_dup.c b/ompi/mpi/c/profile/ptype_dup.c new file mode 120000 index 00000000000..1cc5fc06453 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_dup.c @@ -0,0 +1 @@ +../type_dup.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_extent.c b/ompi/mpi/c/profile/ptype_extent.c new file mode 120000 index 00000000000..ec93b76faa6 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_extent.c @@ -0,0 +1 @@ +../type_extent.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_f2c.c b/ompi/mpi/c/profile/ptype_f2c.c new file mode 120000 index 00000000000..bcd1ec11ce7 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_f2c.c @@ -0,0 +1 @@ +../type_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_free.c b/ompi/mpi/c/profile/ptype_free.c new file mode 120000 index 00000000000..01b13a1ff00 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_free.c @@ -0,0 +1 @@ +../type_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_free_keyval.c b/ompi/mpi/c/profile/ptype_free_keyval.c new file mode 120000 index 00000000000..8c8eed0632d --- /dev/null +++ b/ompi/mpi/c/profile/ptype_free_keyval.c @@ -0,0 +1 @@ +../type_free_keyval.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_attr.c b/ompi/mpi/c/profile/ptype_get_attr.c new file mode 120000 index 00000000000..5f84ef6fd5e --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_attr.c @@ -0,0 +1 @@ +../type_get_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_contents.c b/ompi/mpi/c/profile/ptype_get_contents.c new file mode 120000 index 00000000000..1e39b21add6 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_contents.c @@ -0,0 +1 @@ +../type_get_contents.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_envelope.c b/ompi/mpi/c/profile/ptype_get_envelope.c new file mode 120000 index 00000000000..e6ccf623e30 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_envelope.c @@ -0,0 +1 @@ +../type_get_envelope.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_extent.c b/ompi/mpi/c/profile/ptype_get_extent.c new file mode 120000 index 00000000000..46d824ad924 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_extent.c @@ -0,0 +1 @@ +../type_get_extent.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_extent_x.c b/ompi/mpi/c/profile/ptype_get_extent_x.c new file mode 120000 index 00000000000..ab04483e212 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_extent_x.c @@ -0,0 +1 @@ +../type_get_extent_x.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_name.c b/ompi/mpi/c/profile/ptype_get_name.c new file mode 120000 index 00000000000..6b24b1ddfaf --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_name.c @@ -0,0 +1 @@ +../type_get_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_true_extent.c b/ompi/mpi/c/profile/ptype_get_true_extent.c new file mode 120000 index 00000000000..4dd71cb984e --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_true_extent.c @@ -0,0 +1 @@ +../type_get_true_extent.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_get_true_extent_x.c b/ompi/mpi/c/profile/ptype_get_true_extent_x.c new file mode 120000 index 00000000000..3f866237be8 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_get_true_extent_x.c @@ -0,0 +1 @@ +../type_get_true_extent_x.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_hindexed.c b/ompi/mpi/c/profile/ptype_hindexed.c new file mode 120000 index 00000000000..248a3a7bc4e --- /dev/null +++ b/ompi/mpi/c/profile/ptype_hindexed.c @@ -0,0 +1 @@ +../type_hindexed.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_hvector.c b/ompi/mpi/c/profile/ptype_hvector.c new file mode 120000 index 00000000000..dde22077740 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_hvector.c @@ -0,0 +1 @@ +../type_hvector.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_indexed.c b/ompi/mpi/c/profile/ptype_indexed.c new file mode 120000 index 00000000000..9d14118112e --- /dev/null +++ b/ompi/mpi/c/profile/ptype_indexed.c @@ -0,0 +1 @@ +../type_indexed.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_lb.c b/ompi/mpi/c/profile/ptype_lb.c new file mode 120000 index 00000000000..134c11b3c68 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_lb.c @@ -0,0 +1 @@ +../type_lb.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_match_size.c b/ompi/mpi/c/profile/ptype_match_size.c new file mode 120000 index 00000000000..760fb40ba8b --- /dev/null +++ b/ompi/mpi/c/profile/ptype_match_size.c @@ -0,0 +1 @@ +../type_match_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_set_attr.c b/ompi/mpi/c/profile/ptype_set_attr.c new file mode 120000 index 00000000000..24f662aac7d --- /dev/null +++ b/ompi/mpi/c/profile/ptype_set_attr.c @@ -0,0 +1 @@ +../type_set_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_set_name.c b/ompi/mpi/c/profile/ptype_set_name.c new file mode 120000 index 00000000000..167be128cbb --- /dev/null +++ b/ompi/mpi/c/profile/ptype_set_name.c @@ -0,0 +1 @@ +../type_set_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_size.c b/ompi/mpi/c/profile/ptype_size.c new file mode 120000 index 00000000000..205e4527684 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_size.c @@ -0,0 +1 @@ +../type_size.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_size_x.c b/ompi/mpi/c/profile/ptype_size_x.c new file mode 120000 index 00000000000..c223cc32126 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_size_x.c @@ -0,0 +1 @@ +../type_size_x.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_struct.c b/ompi/mpi/c/profile/ptype_struct.c new file mode 120000 index 00000000000..0f2208f036c --- /dev/null +++ b/ompi/mpi/c/profile/ptype_struct.c @@ -0,0 +1 @@ +../type_struct.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_ub.c b/ompi/mpi/c/profile/ptype_ub.c new file mode 120000 index 00000000000..6eaf6b3c79a --- /dev/null +++ b/ompi/mpi/c/profile/ptype_ub.c @@ -0,0 +1 @@ +../type_ub.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/ptype_vector.c b/ompi/mpi/c/profile/ptype_vector.c new file mode 120000 index 00000000000..70149aa9856 --- /dev/null +++ b/ompi/mpi/c/profile/ptype_vector.c @@ -0,0 +1 @@ +../type_vector.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/punpack.c b/ompi/mpi/c/profile/punpack.c new file mode 120000 index 00000000000..a4aad4f0924 --- /dev/null +++ b/ompi/mpi/c/profile/punpack.c @@ -0,0 +1 @@ +../unpack.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/punpack_external.c b/ompi/mpi/c/profile/punpack_external.c new file mode 120000 index 00000000000..ac2368a0054 --- /dev/null +++ b/ompi/mpi/c/profile/punpack_external.c @@ -0,0 +1 @@ +../unpack_external.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/punpublish_name.c b/ompi/mpi/c/profile/punpublish_name.c new file mode 120000 index 00000000000..850a07008e3 --- /dev/null +++ b/ompi/mpi/c/profile/punpublish_name.c @@ -0,0 +1 @@ +../unpublish_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwait.c b/ompi/mpi/c/profile/pwait.c new file mode 120000 index 00000000000..2738306b43d --- /dev/null +++ b/ompi/mpi/c/profile/pwait.c @@ -0,0 +1 @@ +../wait.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwaitall.c b/ompi/mpi/c/profile/pwaitall.c new file mode 120000 index 00000000000..c21f4840848 --- /dev/null +++ b/ompi/mpi/c/profile/pwaitall.c @@ -0,0 +1 @@ +../waitall.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwaitany.c b/ompi/mpi/c/profile/pwaitany.c new file mode 120000 index 00000000000..49d4ca90792 --- /dev/null +++ b/ompi/mpi/c/profile/pwaitany.c @@ -0,0 +1 @@ +../waitany.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwaitsome.c b/ompi/mpi/c/profile/pwaitsome.c new file mode 120000 index 00000000000..ac6250bb2e5 --- /dev/null +++ b/ompi/mpi/c/profile/pwaitsome.c @@ -0,0 +1 @@ +../waitsome.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_allocate.c b/ompi/mpi/c/profile/pwin_allocate.c new file mode 120000 index 00000000000..9b291d9ea97 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_allocate.c @@ -0,0 +1 @@ +../win_allocate.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_allocate_shared.c b/ompi/mpi/c/profile/pwin_allocate_shared.c new file mode 120000 index 00000000000..f7e76ea756d --- /dev/null +++ b/ompi/mpi/c/profile/pwin_allocate_shared.c @@ -0,0 +1 @@ +../win_allocate_shared.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_attach.c b/ompi/mpi/c/profile/pwin_attach.c new file mode 120000 index 00000000000..012326c4a6d --- /dev/null +++ b/ompi/mpi/c/profile/pwin_attach.c @@ -0,0 +1 @@ +../win_attach.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_c2f.c b/ompi/mpi/c/profile/pwin_c2f.c new file mode 120000 index 00000000000..40784929dcc --- /dev/null +++ b/ompi/mpi/c/profile/pwin_c2f.c @@ -0,0 +1 @@ +../win_c2f.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_call_errhandler.c b/ompi/mpi/c/profile/pwin_call_errhandler.c new file mode 120000 index 00000000000..ac92e4c7c0b --- /dev/null +++ b/ompi/mpi/c/profile/pwin_call_errhandler.c @@ -0,0 +1 @@ +../win_call_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_complete.c b/ompi/mpi/c/profile/pwin_complete.c new file mode 120000 index 00000000000..861547da212 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_complete.c @@ -0,0 +1 @@ +../win_complete.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_create.c b/ompi/mpi/c/profile/pwin_create.c new file mode 120000 index 00000000000..f7dfd144ff9 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_create.c @@ -0,0 +1 @@ +../win_create.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_create_dynamic.c b/ompi/mpi/c/profile/pwin_create_dynamic.c new file mode 120000 index 00000000000..1b0fd577da2 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_create_dynamic.c @@ -0,0 +1 @@ +../win_create_dynamic.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_create_errhandler.c b/ompi/mpi/c/profile/pwin_create_errhandler.c new file mode 120000 index 00000000000..f7a77218b78 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_create_errhandler.c @@ -0,0 +1 @@ +../win_create_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_create_keyval.c b/ompi/mpi/c/profile/pwin_create_keyval.c new file mode 120000 index 00000000000..45a011c2a97 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_create_keyval.c @@ -0,0 +1 @@ +../win_create_keyval.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_delete_attr.c b/ompi/mpi/c/profile/pwin_delete_attr.c new file mode 120000 index 00000000000..b4c37543231 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_delete_attr.c @@ -0,0 +1 @@ +../win_delete_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_detach.c b/ompi/mpi/c/profile/pwin_detach.c new file mode 120000 index 00000000000..80142680690 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_detach.c @@ -0,0 +1 @@ +../win_detach.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_f2c.c b/ompi/mpi/c/profile/pwin_f2c.c new file mode 120000 index 00000000000..4d6d9d1dd76 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_f2c.c @@ -0,0 +1 @@ +../win_f2c.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_fence.c b/ompi/mpi/c/profile/pwin_fence.c new file mode 120000 index 00000000000..eb9792a4cd2 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_fence.c @@ -0,0 +1 @@ +../win_fence.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_flush.c b/ompi/mpi/c/profile/pwin_flush.c new file mode 120000 index 00000000000..f3de530bc58 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_flush.c @@ -0,0 +1 @@ +../win_flush.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_flush_all.c b/ompi/mpi/c/profile/pwin_flush_all.c new file mode 120000 index 00000000000..768713d2c2e --- /dev/null +++ b/ompi/mpi/c/profile/pwin_flush_all.c @@ -0,0 +1 @@ +../win_flush_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_flush_local.c b/ompi/mpi/c/profile/pwin_flush_local.c new file mode 120000 index 00000000000..df55bc8454a --- /dev/null +++ b/ompi/mpi/c/profile/pwin_flush_local.c @@ -0,0 +1 @@ +../win_flush_local.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_flush_local_all.c b/ompi/mpi/c/profile/pwin_flush_local_all.c new file mode 120000 index 00000000000..6edd30265ea --- /dev/null +++ b/ompi/mpi/c/profile/pwin_flush_local_all.c @@ -0,0 +1 @@ +../win_flush_local_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_free.c b/ompi/mpi/c/profile/pwin_free.c new file mode 120000 index 00000000000..13b5ef98486 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_free.c @@ -0,0 +1 @@ +../win_free.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_free_keyval.c b/ompi/mpi/c/profile/pwin_free_keyval.c new file mode 120000 index 00000000000..14ba71ea040 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_free_keyval.c @@ -0,0 +1 @@ +../win_free_keyval.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_get_attr.c b/ompi/mpi/c/profile/pwin_get_attr.c new file mode 120000 index 00000000000..a5433d44b83 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_get_attr.c @@ -0,0 +1 @@ +../win_get_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_get_errhandler.c b/ompi/mpi/c/profile/pwin_get_errhandler.c new file mode 120000 index 00000000000..420503fc4bc --- /dev/null +++ b/ompi/mpi/c/profile/pwin_get_errhandler.c @@ -0,0 +1 @@ +../win_get_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_get_group.c b/ompi/mpi/c/profile/pwin_get_group.c new file mode 120000 index 00000000000..ea522f78460 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_get_group.c @@ -0,0 +1 @@ +../win_get_group.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_get_info.c b/ompi/mpi/c/profile/pwin_get_info.c new file mode 120000 index 00000000000..11be61a6037 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_get_info.c @@ -0,0 +1 @@ +../win_get_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_get_name.c b/ompi/mpi/c/profile/pwin_get_name.c new file mode 120000 index 00000000000..7599bd93726 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_get_name.c @@ -0,0 +1 @@ +../win_get_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_lock.c b/ompi/mpi/c/profile/pwin_lock.c new file mode 120000 index 00000000000..3e8e41f6e1e --- /dev/null +++ b/ompi/mpi/c/profile/pwin_lock.c @@ -0,0 +1 @@ +../win_lock.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_lock_all.c b/ompi/mpi/c/profile/pwin_lock_all.c new file mode 120000 index 00000000000..a86e2cf3d5f --- /dev/null +++ b/ompi/mpi/c/profile/pwin_lock_all.c @@ -0,0 +1 @@ +../win_lock_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_post.c b/ompi/mpi/c/profile/pwin_post.c new file mode 120000 index 00000000000..f0002864b97 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_post.c @@ -0,0 +1 @@ +../win_post.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_set_attr.c b/ompi/mpi/c/profile/pwin_set_attr.c new file mode 120000 index 00000000000..dfeb3d8f127 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_set_attr.c @@ -0,0 +1 @@ +../win_set_attr.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_set_errhandler.c b/ompi/mpi/c/profile/pwin_set_errhandler.c new file mode 120000 index 00000000000..467e2776d10 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_set_errhandler.c @@ -0,0 +1 @@ +../win_set_errhandler.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_set_info.c b/ompi/mpi/c/profile/pwin_set_info.c new file mode 120000 index 00000000000..5da3f4b2517 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_set_info.c @@ -0,0 +1 @@ +../win_set_info.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_set_name.c b/ompi/mpi/c/profile/pwin_set_name.c new file mode 120000 index 00000000000..32d4571c3a6 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_set_name.c @@ -0,0 +1 @@ +../win_set_name.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_shared_query.c b/ompi/mpi/c/profile/pwin_shared_query.c new file mode 120000 index 00000000000..46fe2f32213 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_shared_query.c @@ -0,0 +1 @@ +../win_shared_query.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_start.c b/ompi/mpi/c/profile/pwin_start.c new file mode 120000 index 00000000000..8a160e0674f --- /dev/null +++ b/ompi/mpi/c/profile/pwin_start.c @@ -0,0 +1 @@ +../win_start.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_sync.c b/ompi/mpi/c/profile/pwin_sync.c new file mode 120000 index 00000000000..394ff1049f7 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_sync.c @@ -0,0 +1 @@ +../win_sync.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_test.c b/ompi/mpi/c/profile/pwin_test.c new file mode 120000 index 00000000000..d83c143611c --- /dev/null +++ b/ompi/mpi/c/profile/pwin_test.c @@ -0,0 +1 @@ +../win_test.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_unlock.c b/ompi/mpi/c/profile/pwin_unlock.c new file mode 120000 index 00000000000..4ed9b281fa5 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_unlock.c @@ -0,0 +1 @@ +../win_unlock.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_unlock_all.c b/ompi/mpi/c/profile/pwin_unlock_all.c new file mode 120000 index 00000000000..cacadfda4c3 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_unlock_all.c @@ -0,0 +1 @@ +../win_unlock_all.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwin_wait.c b/ompi/mpi/c/profile/pwin_wait.c new file mode 120000 index 00000000000..5fa2ce96912 --- /dev/null +++ b/ompi/mpi/c/profile/pwin_wait.c @@ -0,0 +1 @@ +../win_wait.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwtick.c b/ompi/mpi/c/profile/pwtick.c new file mode 120000 index 00000000000..8bc1235263e --- /dev/null +++ b/ompi/mpi/c/profile/pwtick.c @@ -0,0 +1 @@ +../wtick.c \ No newline at end of file diff --git a/ompi/mpi/c/profile/pwtime.c b/ompi/mpi/c/profile/pwtime.c new file mode 120000 index 00000000000..1688df0106b --- /dev/null +++ b/ompi/mpi/c/profile/pwtime.c @@ -0,0 +1 @@ +../wtime.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/Makefile.am b/ompi/mpi/fortran/mpif-h/profile/Makefile.am index 39b5a332328..75e994d1662 100644 --- a/ompi/mpi/fortran/mpif-h/profile/Makefile.am +++ b/ompi/mpi/fortran/mpif-h/profile/Makefile.am @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2011-2013 Inria. All rights reserved. # Copyright (c) 2011-2013 Universite Bordeaux 1 # Copyright (c) 2013-2014 Los Alamos National Security, LLC. All rights @@ -49,7 +49,11 @@ endif headers = \ defines.h -linked_files = \ +# +# The library itself +# +libmpi_mpifh_pmpi_la_SOURCES = \ + psizeof_f.f90 \ pabort_f.c \ padd_error_class_f.c \ padd_error_code_f.c \ @@ -356,7 +360,7 @@ linked_files = \ if OMPI_PROVIDE_MPI_FILE_INTERFACE -linked_files += \ +libmpi_mpifh_pmpi_la_SOURCES += \ pfile_call_errhandler_f.c \ pfile_close_f.c \ pfile_create_errhandler_f.c \ @@ -415,15 +419,6 @@ linked_files += \ pregister_datarep_f.c endif -# -# Sym link in the sources from the real MPI directory -# -$(linked_files): - $(OMPI_V_LN_S) if test ! -r $@ ; then \ - pname=`echo $@ | cut -b '2-'` ; \ - $(LN_S) $(top_srcdir)/ompi/mpi/fortran/mpif-h/$$pname $@ ; \ - fi - # psizeof_f.f90 is generated based on some results from configure tests. CLEANFILES += psizeof_f.f90 sizeof_pl=$(top_srcdir)/ompi/mpi/fortran/base/gen-mpi-sizeof.pl @@ -437,13 +432,6 @@ psizeof_f.f90: --real16=$(OMPI_HAVE_FORTRAN_REAL16) \ --complex32=$(OMPI_HAVE_FORTRAN_COMPLEX32) -# -# The library itself -# -nodist_libmpi_mpifh_pmpi_la_SOURCES = \ - psizeof_f.f90 \ - $(linked_files) - # Conditionally install the header files if WANT_INSTALL_HEADERS @@ -451,10 +439,6 @@ ompidir = $(ompiincludedir)/$(subdir) ompi_HEADERS = $(headers) endif -# These files were created by targets above - -MAINTAINERCLEANFILES = $(nodist_libmpi_mpifh_pmpi_la_SOURCES) - # Don't want these targets in here tags-recursive: diff --git a/ompi/mpi/fortran/mpif-h/profile/pabort_f.c b/ompi/mpi/fortran/mpif-h/profile/pabort_f.c new file mode 120000 index 00000000000..af86f8e5682 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pabort_f.c @@ -0,0 +1 @@ +../abort_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/paccumulate_f.c b/ompi/mpi/fortran/mpif-h/profile/paccumulate_f.c new file mode 120000 index 00000000000..b141556582e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/paccumulate_f.c @@ -0,0 +1 @@ +../accumulate_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/padd_error_class_f.c b/ompi/mpi/fortran/mpif-h/profile/padd_error_class_f.c new file mode 120000 index 00000000000..9812d40dbc9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/padd_error_class_f.c @@ -0,0 +1 @@ +../add_error_class_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/padd_error_code_f.c b/ompi/mpi/fortran/mpif-h/profile/padd_error_code_f.c new file mode 120000 index 00000000000..e774f8f5f0e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/padd_error_code_f.c @@ -0,0 +1 @@ +../add_error_code_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/padd_error_string_f.c b/ompi/mpi/fortran/mpif-h/profile/padd_error_string_f.c new file mode 120000 index 00000000000..9870b3e8fda --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/padd_error_string_f.c @@ -0,0 +1 @@ +../add_error_string_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/paddress_f.c b/ompi/mpi/fortran/mpif-h/profile/paddress_f.c new file mode 120000 index 00000000000..4761dc3eb47 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/paddress_f.c @@ -0,0 +1 @@ +../address_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pallgather_f.c b/ompi/mpi/fortran/mpif-h/profile/pallgather_f.c new file mode 120000 index 00000000000..c90b95d4a6d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pallgather_f.c @@ -0,0 +1 @@ +../allgather_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pallgatherv_f.c b/ompi/mpi/fortran/mpif-h/profile/pallgatherv_f.c new file mode 120000 index 00000000000..6a93bbc9df5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pallgatherv_f.c @@ -0,0 +1 @@ +../allgatherv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/palloc_mem_f.c b/ompi/mpi/fortran/mpif-h/profile/palloc_mem_f.c new file mode 120000 index 00000000000..d8baa5e48a4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/palloc_mem_f.c @@ -0,0 +1 @@ +../alloc_mem_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pallreduce_f.c b/ompi/mpi/fortran/mpif-h/profile/pallreduce_f.c new file mode 120000 index 00000000000..cf76d03a66a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pallreduce_f.c @@ -0,0 +1 @@ +../allreduce_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/palltoall_f.c b/ompi/mpi/fortran/mpif-h/profile/palltoall_f.c new file mode 120000 index 00000000000..88435626bcb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/palltoall_f.c @@ -0,0 +1 @@ +../alltoall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/palltoallv_f.c b/ompi/mpi/fortran/mpif-h/profile/palltoallv_f.c new file mode 120000 index 00000000000..58af9545294 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/palltoallv_f.c @@ -0,0 +1 @@ +../alltoallv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/palltoallw_f.c b/ompi/mpi/fortran/mpif-h/profile/palltoallw_f.c new file mode 120000 index 00000000000..da2b47d83a4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/palltoallw_f.c @@ -0,0 +1 @@ +../alltoallw_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pattr_delete_f.c b/ompi/mpi/fortran/mpif-h/profile/pattr_delete_f.c new file mode 120000 index 00000000000..41cf3ad01df --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pattr_delete_f.c @@ -0,0 +1 @@ +../attr_delete_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pattr_get_f.c b/ompi/mpi/fortran/mpif-h/profile/pattr_get_f.c new file mode 120000 index 00000000000..d7e395c2872 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pattr_get_f.c @@ -0,0 +1 @@ +../attr_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pattr_put_f.c b/ompi/mpi/fortran/mpif-h/profile/pattr_put_f.c new file mode 120000 index 00000000000..4334c8f4378 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pattr_put_f.c @@ -0,0 +1 @@ +../attr_put_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pbarrier_f.c b/ompi/mpi/fortran/mpif-h/profile/pbarrier_f.c new file mode 120000 index 00000000000..b740110cdfc --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pbarrier_f.c @@ -0,0 +1 @@ +../barrier_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pbcast_f.c b/ompi/mpi/fortran/mpif-h/profile/pbcast_f.c new file mode 120000 index 00000000000..f3567e49009 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pbcast_f.c @@ -0,0 +1 @@ +../bcast_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pbsend_f.c b/ompi/mpi/fortran/mpif-h/profile/pbsend_f.c new file mode 120000 index 00000000000..d3e06e02f08 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pbsend_f.c @@ -0,0 +1 @@ +../bsend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pbsend_init_f.c b/ompi/mpi/fortran/mpif-h/profile/pbsend_init_f.c new file mode 120000 index 00000000000..be69a3af7b5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pbsend_init_f.c @@ -0,0 +1 @@ +../bsend_init_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pbuffer_attach_f.c b/ompi/mpi/fortran/mpif-h/profile/pbuffer_attach_f.c new file mode 120000 index 00000000000..df0ee39e421 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pbuffer_attach_f.c @@ -0,0 +1 @@ +../buffer_attach_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pbuffer_detach_f.c b/ompi/mpi/fortran/mpif-h/profile/pbuffer_detach_f.c new file mode 120000 index 00000000000..a604e7275d0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pbuffer_detach_f.c @@ -0,0 +1 @@ +../buffer_detach_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcancel_f.c b/ompi/mpi/fortran/mpif-h/profile/pcancel_f.c new file mode 120000 index 00000000000..95551dbc1fa --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcancel_f.c @@ -0,0 +1 @@ +../cancel_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_coords_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_coords_f.c new file mode 120000 index 00000000000..3834e4e0b25 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_coords_f.c @@ -0,0 +1 @@ +../cart_coords_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_create_f.c new file mode 120000 index 00000000000..6afadbd3ad0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_create_f.c @@ -0,0 +1 @@ +../cart_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_get_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_get_f.c new file mode 120000 index 00000000000..4f3ec1ebc00 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_get_f.c @@ -0,0 +1 @@ +../cart_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_map_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_map_f.c new file mode 120000 index 00000000000..5c4211f8bff --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_map_f.c @@ -0,0 +1 @@ +../cart_map_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_rank_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_rank_f.c new file mode 120000 index 00000000000..87181baf1ae --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_rank_f.c @@ -0,0 +1 @@ +../cart_rank_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_shift_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_shift_f.c new file mode 120000 index 00000000000..a7aafc739d8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_shift_f.c @@ -0,0 +1 @@ +../cart_shift_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcart_sub_f.c b/ompi/mpi/fortran/mpif-h/profile/pcart_sub_f.c new file mode 120000 index 00000000000..8a8fd46723f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcart_sub_f.c @@ -0,0 +1 @@ +../cart_sub_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcartdim_get_f.c b/ompi/mpi/fortran/mpif-h/profile/pcartdim_get_f.c new file mode 120000 index 00000000000..70f9832d60b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcartdim_get_f.c @@ -0,0 +1 @@ +../cartdim_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pclose_port_f.c b/ompi/mpi/fortran/mpif-h/profile/pclose_port_f.c new file mode 120000 index 00000000000..3e4c149f6eb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pclose_port_f.c @@ -0,0 +1 @@ +../close_port_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_accept_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_accept_f.c new file mode 120000 index 00000000000..e6b8e1dcf88 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_accept_f.c @@ -0,0 +1 @@ +../comm_accept_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_call_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_call_errhandler_f.c new file mode 120000 index 00000000000..280d4c02642 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_call_errhandler_f.c @@ -0,0 +1 @@ +../comm_call_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_compare_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_compare_f.c new file mode 120000 index 00000000000..a7b09763ef6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_compare_f.c @@ -0,0 +1 @@ +../comm_compare_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_connect_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_connect_f.c new file mode 120000 index 00000000000..cb2e8b13dc7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_connect_f.c @@ -0,0 +1 @@ +../comm_connect_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_create_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_errhandler_f.c new file mode 120000 index 00000000000..513f0149f8e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_errhandler_f.c @@ -0,0 +1 @@ +../comm_create_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_f.c new file mode 120000 index 00000000000..78845ec5e1c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_f.c @@ -0,0 +1 @@ +../comm_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_create_group_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_group_f.c new file mode 120000 index 00000000000..ed17f38649f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_group_f.c @@ -0,0 +1 @@ +../comm_create_group_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_create_keyval_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_keyval_f.c new file mode 120000 index 00000000000..7a1f65b3528 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_create_keyval_f.c @@ -0,0 +1 @@ +../comm_create_keyval_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_delete_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_delete_attr_f.c new file mode 120000 index 00000000000..547b7810d07 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_delete_attr_f.c @@ -0,0 +1 @@ +../comm_delete_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_disconnect_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_disconnect_f.c new file mode 120000 index 00000000000..91bd70fdbb3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_disconnect_f.c @@ -0,0 +1 @@ +../comm_disconnect_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_dup_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_dup_f.c new file mode 120000 index 00000000000..9f48fb01053 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_dup_f.c @@ -0,0 +1 @@ +../comm_dup_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_dup_with_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_dup_with_info_f.c new file mode 120000 index 00000000000..413543412a8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_dup_with_info_f.c @@ -0,0 +1 @@ +../comm_dup_with_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_free_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_free_f.c new file mode 120000 index 00000000000..b5ef81af7cd --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_free_f.c @@ -0,0 +1 @@ +../comm_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_free_keyval_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_free_keyval_f.c new file mode 120000 index 00000000000..863ab413b44 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_free_keyval_f.c @@ -0,0 +1 @@ +../comm_free_keyval_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_get_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_attr_f.c new file mode 120000 index 00000000000..b7a3122ae3a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_attr_f.c @@ -0,0 +1 @@ +../comm_get_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_get_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_errhandler_f.c new file mode 120000 index 00000000000..fdf3a936aa2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_errhandler_f.c @@ -0,0 +1 @@ +../comm_get_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_get_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_info_f.c new file mode 120000 index 00000000000..44a86bcf782 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_info_f.c @@ -0,0 +1 @@ +../comm_get_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_get_name_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_name_f.c new file mode 120000 index 00000000000..5345a6a18a5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_name_f.c @@ -0,0 +1 @@ +../comm_get_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_get_parent_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_parent_f.c new file mode 120000 index 00000000000..6b7c7147eba --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_get_parent_f.c @@ -0,0 +1 @@ +../comm_get_parent_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_group_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_group_f.c new file mode 120000 index 00000000000..ec1514191f7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_group_f.c @@ -0,0 +1 @@ +../comm_group_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_idup_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_idup_f.c new file mode 120000 index 00000000000..d59a167f1fb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_idup_f.c @@ -0,0 +1 @@ +../comm_idup_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_join_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_join_f.c new file mode 120000 index 00000000000..ecb6ad53ba5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_join_f.c @@ -0,0 +1 @@ +../comm_join_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_rank_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_rank_f.c new file mode 120000 index 00000000000..fa1ea79d27e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_rank_f.c @@ -0,0 +1 @@ +../comm_rank_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_remote_group_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_remote_group_f.c new file mode 120000 index 00000000000..e702ad290c8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_remote_group_f.c @@ -0,0 +1 @@ +../comm_remote_group_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_remote_size_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_remote_size_f.c new file mode 120000 index 00000000000..c5eacd8ca51 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_remote_size_f.c @@ -0,0 +1 @@ +../comm_remote_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_set_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_attr_f.c new file mode 120000 index 00000000000..133089ff806 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_attr_f.c @@ -0,0 +1 @@ +../comm_set_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_set_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_errhandler_f.c new file mode 120000 index 00000000000..5926bdb2115 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_errhandler_f.c @@ -0,0 +1 @@ +../comm_set_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_set_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_info_f.c new file mode 120000 index 00000000000..384b6b5e044 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_info_f.c @@ -0,0 +1 @@ +../comm_set_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_set_name_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_name_f.c new file mode 120000 index 00000000000..b130ddecd99 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_set_name_f.c @@ -0,0 +1 @@ +../comm_set_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_size_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_size_f.c new file mode 120000 index 00000000000..44f2265fc11 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_size_f.c @@ -0,0 +1 @@ +../comm_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_spawn_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_spawn_f.c new file mode 120000 index 00000000000..fe124223833 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_spawn_f.c @@ -0,0 +1 @@ +../comm_spawn_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_spawn_multiple_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_spawn_multiple_f.c new file mode 120000 index 00000000000..15e3b94c91a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_spawn_multiple_f.c @@ -0,0 +1 @@ +../comm_spawn_multiple_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_split_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_split_f.c new file mode 120000 index 00000000000..dfab457e831 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_split_f.c @@ -0,0 +1 @@ +../comm_split_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_split_type_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_split_type_f.c new file mode 120000 index 00000000000..671c9797402 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_split_type_f.c @@ -0,0 +1 @@ +../comm_split_type_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcomm_test_inter_f.c b/ompi/mpi/fortran/mpif-h/profile/pcomm_test_inter_f.c new file mode 120000 index 00000000000..56e0da21263 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcomm_test_inter_f.c @@ -0,0 +1 @@ +../comm_test_inter_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pcompare_and_swap_f.c b/ompi/mpi/fortran/mpif-h/profile/pcompare_and_swap_f.c new file mode 120000 index 00000000000..928c5a78b4d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pcompare_and_swap_f.c @@ -0,0 +1 @@ +../compare_and_swap_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pdims_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pdims_create_f.c new file mode 120000 index 00000000000..cf333d62bb1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pdims_create_f.c @@ -0,0 +1 @@ +../dims_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pdist_graph_create_adjacent_f.c b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_create_adjacent_f.c new file mode 120000 index 00000000000..b3c6f4152c9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_create_adjacent_f.c @@ -0,0 +1 @@ +../dist_graph_create_adjacent_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pdist_graph_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_create_f.c new file mode 120000 index 00000000000..f01f7b35beb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_create_f.c @@ -0,0 +1 @@ +../dist_graph_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pdist_graph_neighbors_count_f.c b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_neighbors_count_f.c new file mode 120000 index 00000000000..714a22f2c20 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_neighbors_count_f.c @@ -0,0 +1 @@ +../dist_graph_neighbors_count_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pdist_graph_neighbors_f.c b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_neighbors_f.c new file mode 120000 index 00000000000..7f105780b27 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pdist_graph_neighbors_f.c @@ -0,0 +1 @@ +../dist_graph_neighbors_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/perrhandler_create_f.c b/ompi/mpi/fortran/mpif-h/profile/perrhandler_create_f.c new file mode 120000 index 00000000000..d15ac863ac9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/perrhandler_create_f.c @@ -0,0 +1 @@ +../errhandler_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/perrhandler_free_f.c b/ompi/mpi/fortran/mpif-h/profile/perrhandler_free_f.c new file mode 120000 index 00000000000..b8d5c242474 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/perrhandler_free_f.c @@ -0,0 +1 @@ +../errhandler_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/perrhandler_get_f.c b/ompi/mpi/fortran/mpif-h/profile/perrhandler_get_f.c new file mode 120000 index 00000000000..3452ec63390 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/perrhandler_get_f.c @@ -0,0 +1 @@ +../errhandler_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/perrhandler_set_f.c b/ompi/mpi/fortran/mpif-h/profile/perrhandler_set_f.c new file mode 120000 index 00000000000..88cc9c514fb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/perrhandler_set_f.c @@ -0,0 +1 @@ +../errhandler_set_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/perror_class_f.c b/ompi/mpi/fortran/mpif-h/profile/perror_class_f.c new file mode 120000 index 00000000000..64c7003c75c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/perror_class_f.c @@ -0,0 +1 @@ +../error_class_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/perror_string_f.c b/ompi/mpi/fortran/mpif-h/profile/perror_string_f.c new file mode 120000 index 00000000000..6bcce11bb4e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/perror_string_f.c @@ -0,0 +1 @@ +../error_string_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pexscan_f.c b/ompi/mpi/fortran/mpif-h/profile/pexscan_f.c new file mode 120000 index 00000000000..2bb94d6d353 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pexscan_f.c @@ -0,0 +1 @@ +../exscan_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pf_sync_reg_f.c b/ompi/mpi/fortran/mpif-h/profile/pf_sync_reg_f.c new file mode 120000 index 00000000000..5f80a81332b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pf_sync_reg_f.c @@ -0,0 +1 @@ +../f_sync_reg_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfetch_and_op_f.c b/ompi/mpi/fortran/mpif-h/profile/pfetch_and_op_f.c new file mode 120000 index 00000000000..532f61c9ff2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfetch_and_op_f.c @@ -0,0 +1 @@ +../fetch_and_op_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_call_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_call_errhandler_f.c new file mode 120000 index 00000000000..49bca081cb2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_call_errhandler_f.c @@ -0,0 +1 @@ +../file_call_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_close_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_close_f.c new file mode 120000 index 00000000000..457a79b7b17 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_close_f.c @@ -0,0 +1 @@ +../file_close_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_create_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_create_errhandler_f.c new file mode 120000 index 00000000000..bed3e681a13 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_create_errhandler_f.c @@ -0,0 +1 @@ +../file_create_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_delete_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_delete_f.c new file mode 120000 index 00000000000..77afbc3d323 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_delete_f.c @@ -0,0 +1 @@ +../file_delete_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_amode_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_amode_f.c new file mode 120000 index 00000000000..ad1c05cea2f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_amode_f.c @@ -0,0 +1 @@ +../file_get_amode_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_atomicity_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_atomicity_f.c new file mode 120000 index 00000000000..a6f3c3c81ed --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_atomicity_f.c @@ -0,0 +1 @@ +../file_get_atomicity_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_byte_offset_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_byte_offset_f.c new file mode 120000 index 00000000000..4283aa3406b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_byte_offset_f.c @@ -0,0 +1 @@ +../file_get_byte_offset_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_errhandler_f.c new file mode 120000 index 00000000000..892ec5a074d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_errhandler_f.c @@ -0,0 +1 @@ +../file_get_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_group_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_group_f.c new file mode 120000 index 00000000000..2c1788f4080 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_group_f.c @@ -0,0 +1 @@ +../file_get_group_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_info_f.c new file mode 120000 index 00000000000..e81b73f3db1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_info_f.c @@ -0,0 +1 @@ +../file_get_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_position_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_position_f.c new file mode 120000 index 00000000000..675ed910c08 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_position_f.c @@ -0,0 +1 @@ +../file_get_position_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_position_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_position_shared_f.c new file mode 120000 index 00000000000..2effd5fdd97 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_position_shared_f.c @@ -0,0 +1 @@ +../file_get_position_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_size_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_size_f.c new file mode 120000 index 00000000000..53b9d025bb6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_size_f.c @@ -0,0 +1 @@ +../file_get_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_type_extent_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_type_extent_f.c new file mode 120000 index 00000000000..0db1b5b7b79 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_type_extent_f.c @@ -0,0 +1 @@ +../file_get_type_extent_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_get_view_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_get_view_f.c new file mode 120000 index 00000000000..9da04c678ca --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_get_view_f.c @@ -0,0 +1 @@ +../file_get_view_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_iread_at_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_iread_at_f.c new file mode 120000 index 00000000000..c183f849ea9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_iread_at_f.c @@ -0,0 +1 @@ +../file_iread_at_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_iread_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_iread_f.c new file mode 120000 index 00000000000..fc0c5b33418 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_iread_f.c @@ -0,0 +1 @@ +../file_iread_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_iread_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_iread_shared_f.c new file mode 120000 index 00000000000..f51ffeeaeab --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_iread_shared_f.c @@ -0,0 +1 @@ +../file_iread_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_at_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_at_f.c new file mode 120000 index 00000000000..fb6dc3b09f2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_at_f.c @@ -0,0 +1 @@ +../file_iwrite_at_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_f.c new file mode 120000 index 00000000000..0c1f50ef7b1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_f.c @@ -0,0 +1 @@ +../file_iwrite_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_shared_f.c new file mode 120000 index 00000000000..c12f91fb673 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_iwrite_shared_f.c @@ -0,0 +1 @@ +../file_iwrite_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_open_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_open_f.c new file mode 120000 index 00000000000..d762e64acc9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_open_f.c @@ -0,0 +1 @@ +../file_open_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_preallocate_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_preallocate_f.c new file mode 120000 index 00000000000..67c6b9b2499 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_preallocate_f.c @@ -0,0 +1 @@ +../file_preallocate_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_begin_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_begin_f.c new file mode 120000 index 00000000000..fec11378dd0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_begin_f.c @@ -0,0 +1 @@ +../file_read_all_begin_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_end_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_end_f.c new file mode 120000 index 00000000000..3ce5e42c209 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_end_f.c @@ -0,0 +1 @@ +../file_read_all_end_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_f.c new file mode 120000 index 00000000000..4872a3e8f76 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_all_f.c @@ -0,0 +1 @@ +../file_read_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_begin_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_begin_f.c new file mode 120000 index 00000000000..b1520f1c866 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_begin_f.c @@ -0,0 +1 @@ +../file_read_at_all_begin_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_end_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_end_f.c new file mode 120000 index 00000000000..0fc3aac59d7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_end_f.c @@ -0,0 +1 @@ +../file_read_at_all_end_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_f.c new file mode 120000 index 00000000000..d8803572303 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_all_f.c @@ -0,0 +1 @@ +../file_read_at_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_f.c new file mode 120000 index 00000000000..c6f56a44301 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_at_f.c @@ -0,0 +1 @@ +../file_read_at_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_f.c new file mode 120000 index 00000000000..17f8b0df724 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_f.c @@ -0,0 +1 @@ +../file_read_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_begin_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_begin_f.c new file mode 120000 index 00000000000..2ac48d79a3f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_begin_f.c @@ -0,0 +1 @@ +../file_read_ordered_begin_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_end_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_end_f.c new file mode 120000 index 00000000000..60e0e8c22e7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_end_f.c @@ -0,0 +1 @@ +../file_read_ordered_end_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_f.c new file mode 120000 index 00000000000..691087a0b7a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_ordered_f.c @@ -0,0 +1 @@ +../file_read_ordered_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_read_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_read_shared_f.c new file mode 120000 index 00000000000..b4b59e7540b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_read_shared_f.c @@ -0,0 +1 @@ +../file_read_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_seek_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_seek_f.c new file mode 120000 index 00000000000..21ae9e700b0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_seek_f.c @@ -0,0 +1 @@ +../file_seek_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_seek_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_seek_shared_f.c new file mode 120000 index 00000000000..18e963ec0c5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_seek_shared_f.c @@ -0,0 +1 @@ +../file_seek_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_set_atomicity_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_set_atomicity_f.c new file mode 120000 index 00000000000..7359ce3c63e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_set_atomicity_f.c @@ -0,0 +1 @@ +../file_set_atomicity_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_set_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_set_errhandler_f.c new file mode 120000 index 00000000000..25f22cdc1b6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_set_errhandler_f.c @@ -0,0 +1 @@ +../file_set_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_set_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_set_info_f.c new file mode 120000 index 00000000000..d58287a4ef2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_set_info_f.c @@ -0,0 +1 @@ +../file_set_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_set_size_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_set_size_f.c new file mode 120000 index 00000000000..942a9483415 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_set_size_f.c @@ -0,0 +1 @@ +../file_set_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_set_view_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_set_view_f.c new file mode 120000 index 00000000000..dde61188bfa --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_set_view_f.c @@ -0,0 +1 @@ +../file_set_view_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_sync_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_sync_f.c new file mode 120000 index 00000000000..866c489f894 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_sync_f.c @@ -0,0 +1 @@ +../file_sync_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_begin_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_begin_f.c new file mode 120000 index 00000000000..3923ab9ab63 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_begin_f.c @@ -0,0 +1 @@ +../file_write_all_begin_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_end_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_end_f.c new file mode 120000 index 00000000000..b55027e9aec --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_end_f.c @@ -0,0 +1 @@ +../file_write_all_end_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_f.c new file mode 120000 index 00000000000..fedcc4d3c95 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_all_f.c @@ -0,0 +1 @@ +../file_write_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_begin_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_begin_f.c new file mode 120000 index 00000000000..0dde66883fd --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_begin_f.c @@ -0,0 +1 @@ +../file_write_at_all_begin_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_end_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_end_f.c new file mode 120000 index 00000000000..9dd23984b89 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_end_f.c @@ -0,0 +1 @@ +../file_write_at_all_end_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_f.c new file mode 120000 index 00000000000..f616d07d4fc --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_all_f.c @@ -0,0 +1 @@ +../file_write_at_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_f.c new file mode 120000 index 00000000000..117ee3549e8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_at_f.c @@ -0,0 +1 @@ +../file_write_at_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_f.c new file mode 120000 index 00000000000..522cbff6ad8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_f.c @@ -0,0 +1 @@ +../file_write_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_begin_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_begin_f.c new file mode 120000 index 00000000000..543829642d3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_begin_f.c @@ -0,0 +1 @@ +../file_write_ordered_begin_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_end_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_end_f.c new file mode 120000 index 00000000000..74d010d721a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_end_f.c @@ -0,0 +1 @@ +../file_write_ordered_end_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_f.c new file mode 120000 index 00000000000..14011c451e5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_ordered_f.c @@ -0,0 +1 @@ +../file_write_ordered_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfile_write_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pfile_write_shared_f.c new file mode 120000 index 00000000000..53bfeb2c389 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfile_write_shared_f.c @@ -0,0 +1 @@ +../file_write_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfinalize_f.c b/ompi/mpi/fortran/mpif-h/profile/pfinalize_f.c new file mode 120000 index 00000000000..c566b38173a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfinalize_f.c @@ -0,0 +1 @@ +../finalize_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfinalized_f.c b/ompi/mpi/fortran/mpif-h/profile/pfinalized_f.c new file mode 120000 index 00000000000..266fe45fc06 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfinalized_f.c @@ -0,0 +1 @@ +../finalized_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pfree_mem_f.c b/ompi/mpi/fortran/mpif-h/profile/pfree_mem_f.c new file mode 120000 index 00000000000..0359b54cf8f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pfree_mem_f.c @@ -0,0 +1 @@ +../free_mem_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgather_f.c b/ompi/mpi/fortran/mpif-h/profile/pgather_f.c new file mode 120000 index 00000000000..609b9d6952e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgather_f.c @@ -0,0 +1 @@ +../gather_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgatherv_f.c b/ompi/mpi/fortran/mpif-h/profile/pgatherv_f.c new file mode 120000 index 00000000000..4fc7c2de21c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgatherv_f.c @@ -0,0 +1 @@ +../gatherv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_accumulate_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_accumulate_f.c new file mode 120000 index 00000000000..582962613e4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_accumulate_f.c @@ -0,0 +1 @@ +../get_accumulate_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_address_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_address_f.c new file mode 120000 index 00000000000..c7b6ad06447 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_address_f.c @@ -0,0 +1 @@ +../get_address_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_count_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_count_f.c new file mode 120000 index 00000000000..487f7231712 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_count_f.c @@ -0,0 +1 @@ +../get_count_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_elements_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_elements_f.c new file mode 120000 index 00000000000..8d9148d2e5f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_elements_f.c @@ -0,0 +1 @@ +../get_elements_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_elements_x_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_elements_x_f.c new file mode 120000 index 00000000000..7805b7d3ff3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_elements_x_f.c @@ -0,0 +1 @@ +../get_elements_x_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_f.c new file mode 120000 index 00000000000..8c82f26da32 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_f.c @@ -0,0 +1 @@ +../get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_library_version_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_library_version_f.c new file mode 120000 index 00000000000..c8cf2ad69ec --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_library_version_f.c @@ -0,0 +1 @@ +../get_library_version_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_processor_name_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_processor_name_f.c new file mode 120000 index 00000000000..534be1489b3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_processor_name_f.c @@ -0,0 +1 @@ +../get_processor_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pget_version_f.c b/ompi/mpi/fortran/mpif-h/profile/pget_version_f.c new file mode 120000 index 00000000000..0ab5e97e693 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pget_version_f.c @@ -0,0 +1 @@ +../get_version_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgraph_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pgraph_create_f.c new file mode 120000 index 00000000000..dcc81eefd6e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgraph_create_f.c @@ -0,0 +1 @@ +../graph_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgraph_get_f.c b/ompi/mpi/fortran/mpif-h/profile/pgraph_get_f.c new file mode 120000 index 00000000000..6b9016b85a4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgraph_get_f.c @@ -0,0 +1 @@ +../graph_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgraph_map_f.c b/ompi/mpi/fortran/mpif-h/profile/pgraph_map_f.c new file mode 120000 index 00000000000..244b4ed8abe --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgraph_map_f.c @@ -0,0 +1 @@ +../graph_map_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgraph_neighbors_count_f.c b/ompi/mpi/fortran/mpif-h/profile/pgraph_neighbors_count_f.c new file mode 120000 index 00000000000..4c986724a71 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgraph_neighbors_count_f.c @@ -0,0 +1 @@ +../graph_neighbors_count_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgraph_neighbors_f.c b/ompi/mpi/fortran/mpif-h/profile/pgraph_neighbors_f.c new file mode 120000 index 00000000000..b4a24a9196c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgraph_neighbors_f.c @@ -0,0 +1 @@ +../graph_neighbors_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgraphdims_get_f.c b/ompi/mpi/fortran/mpif-h/profile/pgraphdims_get_f.c new file mode 120000 index 00000000000..3a7960da60e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgraphdims_get_f.c @@ -0,0 +1 @@ +../graphdims_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgrequest_complete_f.c b/ompi/mpi/fortran/mpif-h/profile/pgrequest_complete_f.c new file mode 120000 index 00000000000..cfe64e0fc28 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgrequest_complete_f.c @@ -0,0 +1 @@ +../grequest_complete_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgrequest_start_f.c b/ompi/mpi/fortran/mpif-h/profile/pgrequest_start_f.c new file mode 120000 index 00000000000..86750fa2536 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgrequest_start_f.c @@ -0,0 +1 @@ +../grequest_start_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_compare_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_compare_f.c new file mode 120000 index 00000000000..e7a8f9ab5a5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_compare_f.c @@ -0,0 +1 @@ +../group_compare_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_difference_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_difference_f.c new file mode 120000 index 00000000000..d40a9f4b1e6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_difference_f.c @@ -0,0 +1 @@ +../group_difference_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_excl_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_excl_f.c new file mode 120000 index 00000000000..3e7e26c43df --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_excl_f.c @@ -0,0 +1 @@ +../group_excl_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_free_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_free_f.c new file mode 120000 index 00000000000..8093626e279 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_free_f.c @@ -0,0 +1 @@ +../group_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_incl_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_incl_f.c new file mode 120000 index 00000000000..1f138050802 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_incl_f.c @@ -0,0 +1 @@ +../group_incl_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_intersection_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_intersection_f.c new file mode 120000 index 00000000000..57b0a1da635 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_intersection_f.c @@ -0,0 +1 @@ +../group_intersection_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_range_excl_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_range_excl_f.c new file mode 120000 index 00000000000..d7b2da2f216 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_range_excl_f.c @@ -0,0 +1 @@ +../group_range_excl_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_range_incl_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_range_incl_f.c new file mode 120000 index 00000000000..fd29b823161 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_range_incl_f.c @@ -0,0 +1 @@ +../group_range_incl_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_rank_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_rank_f.c new file mode 120000 index 00000000000..557539ff5c5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_rank_f.c @@ -0,0 +1 @@ +../group_rank_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_size_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_size_f.c new file mode 120000 index 00000000000..ec632c72a1f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_size_f.c @@ -0,0 +1 @@ +../group_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_translate_ranks_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_translate_ranks_f.c new file mode 120000 index 00000000000..bb242d0b17b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_translate_ranks_f.c @@ -0,0 +1 @@ +../group_translate_ranks_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pgroup_union_f.c b/ompi/mpi/fortran/mpif-h/profile/pgroup_union_f.c new file mode 120000 index 00000000000..223f415b71c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pgroup_union_f.c @@ -0,0 +1 @@ +../group_union_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piallgather_f.c b/ompi/mpi/fortran/mpif-h/profile/piallgather_f.c new file mode 120000 index 00000000000..cc92294e872 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piallgather_f.c @@ -0,0 +1 @@ +../iallgather_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piallgatherv_f.c b/ompi/mpi/fortran/mpif-h/profile/piallgatherv_f.c new file mode 120000 index 00000000000..2452a25cae9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piallgatherv_f.c @@ -0,0 +1 @@ +../iallgatherv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piallreduce_f.c b/ompi/mpi/fortran/mpif-h/profile/piallreduce_f.c new file mode 120000 index 00000000000..608efdb855d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piallreduce_f.c @@ -0,0 +1 @@ +../iallreduce_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pialltoall_f.c b/ompi/mpi/fortran/mpif-h/profile/pialltoall_f.c new file mode 120000 index 00000000000..abcb1e82357 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pialltoall_f.c @@ -0,0 +1 @@ +../ialltoall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pialltoallv_f.c b/ompi/mpi/fortran/mpif-h/profile/pialltoallv_f.c new file mode 120000 index 00000000000..37e56728fe0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pialltoallv_f.c @@ -0,0 +1 @@ +../ialltoallv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pialltoallw_f.c b/ompi/mpi/fortran/mpif-h/profile/pialltoallw_f.c new file mode 120000 index 00000000000..a364acb2998 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pialltoallw_f.c @@ -0,0 +1 @@ +../ialltoallw_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pibarrier_f.c b/ompi/mpi/fortran/mpif-h/profile/pibarrier_f.c new file mode 120000 index 00000000000..53da3419ab3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pibarrier_f.c @@ -0,0 +1 @@ +../ibarrier_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pibcast_f.c b/ompi/mpi/fortran/mpif-h/profile/pibcast_f.c new file mode 120000 index 00000000000..31038bf52a2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pibcast_f.c @@ -0,0 +1 @@ +../ibcast_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pibsend_f.c b/ompi/mpi/fortran/mpif-h/profile/pibsend_f.c new file mode 120000 index 00000000000..98b72801b12 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pibsend_f.c @@ -0,0 +1 @@ +../ibsend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piexscan_f.c b/ompi/mpi/fortran/mpif-h/profile/piexscan_f.c new file mode 120000 index 00000000000..80da970f16a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piexscan_f.c @@ -0,0 +1 @@ +../iexscan_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pigather_f.c b/ompi/mpi/fortran/mpif-h/profile/pigather_f.c new file mode 120000 index 00000000000..6be1e74b3bb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pigather_f.c @@ -0,0 +1 @@ +../igather_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pigatherv_f.c b/ompi/mpi/fortran/mpif-h/profile/pigatherv_f.c new file mode 120000 index 00000000000..192f24e7f87 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pigatherv_f.c @@ -0,0 +1 @@ +../igatherv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pimprobe_f.c b/ompi/mpi/fortran/mpif-h/profile/pimprobe_f.c new file mode 120000 index 00000000000..cfb159785d6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pimprobe_f.c @@ -0,0 +1 @@ +../improbe_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pimrecv_f.c b/ompi/mpi/fortran/mpif-h/profile/pimrecv_f.c new file mode 120000 index 00000000000..45e958469b3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pimrecv_f.c @@ -0,0 +1 @@ +../imrecv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pineighbor_allgather_f.c b/ompi/mpi/fortran/mpif-h/profile/pineighbor_allgather_f.c new file mode 120000 index 00000000000..c63c05cb146 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pineighbor_allgather_f.c @@ -0,0 +1 @@ +../ineighbor_allgather_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pineighbor_allgatherv_f.c b/ompi/mpi/fortran/mpif-h/profile/pineighbor_allgatherv_f.c new file mode 120000 index 00000000000..bd840fdf28c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pineighbor_allgatherv_f.c @@ -0,0 +1 @@ +../ineighbor_allgatherv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoall_f.c b/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoall_f.c new file mode 120000 index 00000000000..60ccd9789ea --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoall_f.c @@ -0,0 +1 @@ +../ineighbor_alltoall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoallv_f.c b/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoallv_f.c new file mode 120000 index 00000000000..ace3dcd317c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoallv_f.c @@ -0,0 +1 @@ +../ineighbor_alltoallv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoallw_f.c b/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoallw_f.c new file mode 120000 index 00000000000..4df882c32f9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pineighbor_alltoallw_f.c @@ -0,0 +1 @@ +../ineighbor_alltoallw_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_create_f.c new file mode 120000 index 00000000000..17ebe08140a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_create_f.c @@ -0,0 +1 @@ +../info_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_delete_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_delete_f.c new file mode 120000 index 00000000000..cd6bf0e1e51 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_delete_f.c @@ -0,0 +1 @@ +../info_delete_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_dup_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_dup_f.c new file mode 120000 index 00000000000..ee8c88792e6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_dup_f.c @@ -0,0 +1 @@ +../info_dup_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_free_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_free_f.c new file mode 120000 index 00000000000..f91cd64ebb3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_free_f.c @@ -0,0 +1 @@ +../info_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_get_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_f.c new file mode 120000 index 00000000000..3ad3cf7db36 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_f.c @@ -0,0 +1 @@ +../info_get_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_get_nkeys_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_nkeys_f.c new file mode 120000 index 00000000000..382cae7d72b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_nkeys_f.c @@ -0,0 +1 @@ +../info_get_nkeys_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_get_nthkey_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_nthkey_f.c new file mode 120000 index 00000000000..18a3476dfd5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_nthkey_f.c @@ -0,0 +1 @@ +../info_get_nthkey_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_get_valuelen_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_valuelen_f.c new file mode 120000 index 00000000000..34bd1d8f4e3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_get_valuelen_f.c @@ -0,0 +1 @@ +../info_get_valuelen_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinfo_set_f.c b/ompi/mpi/fortran/mpif-h/profile/pinfo_set_f.c new file mode 120000 index 00000000000..4f8aa9014f9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinfo_set_f.c @@ -0,0 +1 @@ +../info_set_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinit_f.c b/ompi/mpi/fortran/mpif-h/profile/pinit_f.c new file mode 120000 index 00000000000..12e941a4002 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinit_f.c @@ -0,0 +1 @@ +../init_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinit_thread_f.c b/ompi/mpi/fortran/mpif-h/profile/pinit_thread_f.c new file mode 120000 index 00000000000..35222a0a1f3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinit_thread_f.c @@ -0,0 +1 @@ +../init_thread_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pinitialized_f.c b/ompi/mpi/fortran/mpif-h/profile/pinitialized_f.c new file mode 120000 index 00000000000..c68dd94a98e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pinitialized_f.c @@ -0,0 +1 @@ +../initialized_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pintercomm_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pintercomm_create_f.c new file mode 120000 index 00000000000..35bd51bb5c5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pintercomm_create_f.c @@ -0,0 +1 @@ +../intercomm_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pintercomm_merge_f.c b/ompi/mpi/fortran/mpif-h/profile/pintercomm_merge_f.c new file mode 120000 index 00000000000..739c584d254 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pintercomm_merge_f.c @@ -0,0 +1 @@ +../intercomm_merge_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piprobe_f.c b/ompi/mpi/fortran/mpif-h/profile/piprobe_f.c new file mode 120000 index 00000000000..bae0b86c605 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piprobe_f.c @@ -0,0 +1 @@ +../iprobe_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pirecv_f.c b/ompi/mpi/fortran/mpif-h/profile/pirecv_f.c new file mode 120000 index 00000000000..81b700a769c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pirecv_f.c @@ -0,0 +1 @@ +../irecv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pireduce_f.c b/ompi/mpi/fortran/mpif-h/profile/pireduce_f.c new file mode 120000 index 00000000000..d2ca2a5741d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pireduce_f.c @@ -0,0 +1 @@ +../ireduce_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pireduce_scatter_block_f.c b/ompi/mpi/fortran/mpif-h/profile/pireduce_scatter_block_f.c new file mode 120000 index 00000000000..cc3df5de2bf --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pireduce_scatter_block_f.c @@ -0,0 +1 @@ +../ireduce_scatter_block_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pireduce_scatter_f.c b/ompi/mpi/fortran/mpif-h/profile/pireduce_scatter_f.c new file mode 120000 index 00000000000..1d025d39952 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pireduce_scatter_f.c @@ -0,0 +1 @@ +../ireduce_scatter_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pirsend_f.c b/ompi/mpi/fortran/mpif-h/profile/pirsend_f.c new file mode 120000 index 00000000000..31c0ab4ebb9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pirsend_f.c @@ -0,0 +1 @@ +../irsend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pis_thread_main_f.c b/ompi/mpi/fortran/mpif-h/profile/pis_thread_main_f.c new file mode 120000 index 00000000000..4692ccc3026 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pis_thread_main_f.c @@ -0,0 +1 @@ +../is_thread_main_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piscan_f.c b/ompi/mpi/fortran/mpif-h/profile/piscan_f.c new file mode 120000 index 00000000000..ed4fd32dee5 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piscan_f.c @@ -0,0 +1 @@ +../iscan_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piscatter_f.c b/ompi/mpi/fortran/mpif-h/profile/piscatter_f.c new file mode 120000 index 00000000000..8b274ff040b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piscatter_f.c @@ -0,0 +1 @@ +../iscatter_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/piscatterv_f.c b/ompi/mpi/fortran/mpif-h/profile/piscatterv_f.c new file mode 120000 index 00000000000..f4b509809b1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/piscatterv_f.c @@ -0,0 +1 @@ +../iscatterv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pisend_f.c b/ompi/mpi/fortran/mpif-h/profile/pisend_f.c new file mode 120000 index 00000000000..826c1b86fe2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pisend_f.c @@ -0,0 +1 @@ +../isend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pissend_f.c b/ompi/mpi/fortran/mpif-h/profile/pissend_f.c new file mode 120000 index 00000000000..fc587e0bd41 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pissend_f.c @@ -0,0 +1 @@ +../issend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pkeyval_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pkeyval_create_f.c new file mode 120000 index 00000000000..98306325932 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pkeyval_create_f.c @@ -0,0 +1 @@ +../keyval_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pkeyval_free_f.c b/ompi/mpi/fortran/mpif-h/profile/pkeyval_free_f.c new file mode 120000 index 00000000000..f82d9bdf86d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pkeyval_free_f.c @@ -0,0 +1 @@ +../keyval_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/plookup_name_f.c b/ompi/mpi/fortran/mpif-h/profile/plookup_name_f.c new file mode 120000 index 00000000000..6490ab4ec89 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/plookup_name_f.c @@ -0,0 +1 @@ +../lookup_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pmprobe_f.c b/ompi/mpi/fortran/mpif-h/profile/pmprobe_f.c new file mode 120000 index 00000000000..7f6045e387a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pmprobe_f.c @@ -0,0 +1 @@ +../mprobe_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pmrecv_f.c b/ompi/mpi/fortran/mpif-h/profile/pmrecv_f.c new file mode 120000 index 00000000000..c139e4f4c92 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pmrecv_f.c @@ -0,0 +1 @@ +../mrecv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pneighbor_allgather_f.c b/ompi/mpi/fortran/mpif-h/profile/pneighbor_allgather_f.c new file mode 120000 index 00000000000..a0946ebae6d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pneighbor_allgather_f.c @@ -0,0 +1 @@ +../neighbor_allgather_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pneighbor_allgatherv_f.c b/ompi/mpi/fortran/mpif-h/profile/pneighbor_allgatherv_f.c new file mode 120000 index 00000000000..c6a71fc3dbb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pneighbor_allgatherv_f.c @@ -0,0 +1 @@ +../neighbor_allgatherv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoall_f.c b/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoall_f.c new file mode 120000 index 00000000000..d972d1052a7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoall_f.c @@ -0,0 +1 @@ +../neighbor_alltoall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoallv_f.c b/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoallv_f.c new file mode 120000 index 00000000000..847c8052378 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoallv_f.c @@ -0,0 +1 @@ +../neighbor_alltoallv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoallw_f.c b/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoallw_f.c new file mode 120000 index 00000000000..ff12f295a3a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pneighbor_alltoallw_f.c @@ -0,0 +1 @@ +../neighbor_alltoallw_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pop_commutative_f.c b/ompi/mpi/fortran/mpif-h/profile/pop_commutative_f.c new file mode 120000 index 00000000000..504922a03b9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pop_commutative_f.c @@ -0,0 +1 @@ +../op_commutative_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pop_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pop_create_f.c new file mode 120000 index 00000000000..fe5e9fa77d4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pop_create_f.c @@ -0,0 +1 @@ +../op_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pop_free_f.c b/ompi/mpi/fortran/mpif-h/profile/pop_free_f.c new file mode 120000 index 00000000000..c4ab0e5eae2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pop_free_f.c @@ -0,0 +1 @@ +../op_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/popen_port_f.c b/ompi/mpi/fortran/mpif-h/profile/popen_port_f.c new file mode 120000 index 00000000000..b3686a7596f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/popen_port_f.c @@ -0,0 +1 @@ +../open_port_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ppack_external_f.c b/ompi/mpi/fortran/mpif-h/profile/ppack_external_f.c new file mode 120000 index 00000000000..369c660ad4c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ppack_external_f.c @@ -0,0 +1 @@ +../pack_external_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ppack_external_size_f.c b/ompi/mpi/fortran/mpif-h/profile/ppack_external_size_f.c new file mode 120000 index 00000000000..470f948166a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ppack_external_size_f.c @@ -0,0 +1 @@ +../pack_external_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ppack_f.c b/ompi/mpi/fortran/mpif-h/profile/ppack_f.c new file mode 120000 index 00000000000..fafb416e7d9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ppack_f.c @@ -0,0 +1 @@ +../pack_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ppack_size_f.c b/ompi/mpi/fortran/mpif-h/profile/ppack_size_f.c new file mode 120000 index 00000000000..30d3221c1d2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ppack_size_f.c @@ -0,0 +1 @@ +../pack_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ppcontrol_f.c b/ompi/mpi/fortran/mpif-h/profile/ppcontrol_f.c new file mode 120000 index 00000000000..6435073b2f3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ppcontrol_f.c @@ -0,0 +1 @@ +../pcontrol_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pprobe_f.c b/ompi/mpi/fortran/mpif-h/profile/pprobe_f.c new file mode 120000 index 00000000000..c87159fff48 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pprobe_f.c @@ -0,0 +1 @@ +../probe_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ppublish_name_f.c b/ompi/mpi/fortran/mpif-h/profile/ppublish_name_f.c new file mode 120000 index 00000000000..0c8b7e6df42 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ppublish_name_f.c @@ -0,0 +1 @@ +../publish_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pput_f.c b/ompi/mpi/fortran/mpif-h/profile/pput_f.c new file mode 120000 index 00000000000..10391ee5369 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pput_f.c @@ -0,0 +1 @@ +../put_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pquery_thread_f.c b/ompi/mpi/fortran/mpif-h/profile/pquery_thread_f.c new file mode 120000 index 00000000000..2b17173a685 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pquery_thread_f.c @@ -0,0 +1 @@ +../query_thread_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/praccumulate_f.c b/ompi/mpi/fortran/mpif-h/profile/praccumulate_f.c new file mode 120000 index 00000000000..56ce71a8115 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/praccumulate_f.c @@ -0,0 +1 @@ +../raccumulate_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/precv_f.c b/ompi/mpi/fortran/mpif-h/profile/precv_f.c new file mode 120000 index 00000000000..43808611ba9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/precv_f.c @@ -0,0 +1 @@ +../recv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/precv_init_f.c b/ompi/mpi/fortran/mpif-h/profile/precv_init_f.c new file mode 120000 index 00000000000..f2485eb432d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/precv_init_f.c @@ -0,0 +1 @@ +../recv_init_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/preduce_f.c b/ompi/mpi/fortran/mpif-h/profile/preduce_f.c new file mode 120000 index 00000000000..8659d30e4c9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/preduce_f.c @@ -0,0 +1 @@ +../reduce_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/preduce_local_f.c b/ompi/mpi/fortran/mpif-h/profile/preduce_local_f.c new file mode 120000 index 00000000000..216cac5682f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/preduce_local_f.c @@ -0,0 +1 @@ +../reduce_local_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/preduce_scatter_block_f.c b/ompi/mpi/fortran/mpif-h/profile/preduce_scatter_block_f.c new file mode 120000 index 00000000000..7c184dba346 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/preduce_scatter_block_f.c @@ -0,0 +1 @@ +../reduce_scatter_block_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/preduce_scatter_f.c b/ompi/mpi/fortran/mpif-h/profile/preduce_scatter_f.c new file mode 120000 index 00000000000..2cfc43aa6e9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/preduce_scatter_f.c @@ -0,0 +1 @@ +../reduce_scatter_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pregister_datarep_f.c b/ompi/mpi/fortran/mpif-h/profile/pregister_datarep_f.c new file mode 120000 index 00000000000..c4850aace2c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pregister_datarep_f.c @@ -0,0 +1 @@ +../register_datarep_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prequest_free_f.c b/ompi/mpi/fortran/mpif-h/profile/prequest_free_f.c new file mode 120000 index 00000000000..158c8031612 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prequest_free_f.c @@ -0,0 +1 @@ +../request_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prequest_get_status_f.c b/ompi/mpi/fortran/mpif-h/profile/prequest_get_status_f.c new file mode 120000 index 00000000000..d02e5ddaf99 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prequest_get_status_f.c @@ -0,0 +1 @@ +../request_get_status_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prget_accumulate_f.c b/ompi/mpi/fortran/mpif-h/profile/prget_accumulate_f.c new file mode 120000 index 00000000000..68dcc5cd6a8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prget_accumulate_f.c @@ -0,0 +1 @@ +../rget_accumulate_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prget_f.c b/ompi/mpi/fortran/mpif-h/profile/prget_f.c new file mode 120000 index 00000000000..5453d20ad09 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prget_f.c @@ -0,0 +1 @@ +../rget_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prput_f.c b/ompi/mpi/fortran/mpif-h/profile/prput_f.c new file mode 120000 index 00000000000..52ef5a6971f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prput_f.c @@ -0,0 +1 @@ +../rput_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prsend_f.c b/ompi/mpi/fortran/mpif-h/profile/prsend_f.c new file mode 120000 index 00000000000..2bb136683bd --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prsend_f.c @@ -0,0 +1 @@ +../rsend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/prsend_init_f.c b/ompi/mpi/fortran/mpif-h/profile/prsend_init_f.c new file mode 120000 index 00000000000..4b9fbf8cb11 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/prsend_init_f.c @@ -0,0 +1 @@ +../rsend_init_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pscan_f.c b/ompi/mpi/fortran/mpif-h/profile/pscan_f.c new file mode 120000 index 00000000000..089aaf0dfba --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pscan_f.c @@ -0,0 +1 @@ +../scan_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pscatter_f.c b/ompi/mpi/fortran/mpif-h/profile/pscatter_f.c new file mode 120000 index 00000000000..71f43ca4aec --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pscatter_f.c @@ -0,0 +1 @@ +../scatter_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pscatterv_f.c b/ompi/mpi/fortran/mpif-h/profile/pscatterv_f.c new file mode 120000 index 00000000000..0933d444dd6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pscatterv_f.c @@ -0,0 +1 @@ +../scatterv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/psend_f.c b/ompi/mpi/fortran/mpif-h/profile/psend_f.c new file mode 120000 index 00000000000..f932b850322 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/psend_f.c @@ -0,0 +1 @@ +../send_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/psend_init_f.c b/ompi/mpi/fortran/mpif-h/profile/psend_init_f.c new file mode 120000 index 00000000000..7a9894794be --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/psend_init_f.c @@ -0,0 +1 @@ +../send_init_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/psendrecv_f.c b/ompi/mpi/fortran/mpif-h/profile/psendrecv_f.c new file mode 120000 index 00000000000..f4a42ef5ce0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/psendrecv_f.c @@ -0,0 +1 @@ +../sendrecv_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/psendrecv_replace_f.c b/ompi/mpi/fortran/mpif-h/profile/psendrecv_replace_f.c new file mode 120000 index 00000000000..1de24e7d4af --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/psendrecv_replace_f.c @@ -0,0 +1 @@ +../sendrecv_replace_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pssend_f.c b/ompi/mpi/fortran/mpif-h/profile/pssend_f.c new file mode 120000 index 00000000000..cfde05a37bb --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pssend_f.c @@ -0,0 +1 @@ +../ssend_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pssend_init_f.c b/ompi/mpi/fortran/mpif-h/profile/pssend_init_f.c new file mode 120000 index 00000000000..d97de8a2387 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pssend_init_f.c @@ -0,0 +1 @@ +../ssend_init_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pstart_f.c b/ompi/mpi/fortran/mpif-h/profile/pstart_f.c new file mode 120000 index 00000000000..9920ea0b988 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pstart_f.c @@ -0,0 +1 @@ +../start_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pstartall_f.c b/ompi/mpi/fortran/mpif-h/profile/pstartall_f.c new file mode 120000 index 00000000000..e1064e9eec7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pstartall_f.c @@ -0,0 +1 @@ +../startall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pstatus_set_cancelled_f.c b/ompi/mpi/fortran/mpif-h/profile/pstatus_set_cancelled_f.c new file mode 120000 index 00000000000..f8419998e8a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pstatus_set_cancelled_f.c @@ -0,0 +1 @@ +../status_set_cancelled_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pstatus_set_elements_f.c b/ompi/mpi/fortran/mpif-h/profile/pstatus_set_elements_f.c new file mode 120000 index 00000000000..c1080caae87 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pstatus_set_elements_f.c @@ -0,0 +1 @@ +../status_set_elements_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pstatus_set_elements_x_f.c b/ompi/mpi/fortran/mpif-h/profile/pstatus_set_elements_x_f.c new file mode 120000 index 00000000000..d32644b9fa7 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pstatus_set_elements_x_f.c @@ -0,0 +1 @@ +../status_set_elements_x_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptest_cancelled_f.c b/ompi/mpi/fortran/mpif-h/profile/ptest_cancelled_f.c new file mode 120000 index 00000000000..a95ec1dede9 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptest_cancelled_f.c @@ -0,0 +1 @@ +../test_cancelled_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptest_f.c b/ompi/mpi/fortran/mpif-h/profile/ptest_f.c new file mode 120000 index 00000000000..edd97e69ce0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptest_f.c @@ -0,0 +1 @@ +../test_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptestall_f.c b/ompi/mpi/fortran/mpif-h/profile/ptestall_f.c new file mode 120000 index 00000000000..c38217214df --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptestall_f.c @@ -0,0 +1 @@ +../testall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptestany_f.c b/ompi/mpi/fortran/mpif-h/profile/ptestany_f.c new file mode 120000 index 00000000000..43f67ff9e20 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptestany_f.c @@ -0,0 +1 @@ +../testany_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptestsome_f.c b/ompi/mpi/fortran/mpif-h/profile/ptestsome_f.c new file mode 120000 index 00000000000..6053af9bf01 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptestsome_f.c @@ -0,0 +1 @@ +../testsome_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptopo_test_f.c b/ompi/mpi/fortran/mpif-h/profile/ptopo_test_f.c new file mode 120000 index 00000000000..7c23ec42f1b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptopo_test_f.c @@ -0,0 +1 @@ +../topo_test_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_commit_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_commit_f.c new file mode 120000 index 00000000000..d4d5cab4260 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_commit_f.c @@ -0,0 +1 @@ +../type_commit_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_contiguous_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_contiguous_f.c new file mode 120000 index 00000000000..cef74fd0d1a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_contiguous_f.c @@ -0,0 +1 @@ +../type_contiguous_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_darray_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_darray_f.c new file mode 120000 index 00000000000..cdb5d1e546e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_darray_f.c @@ -0,0 +1 @@ +../type_create_darray_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_complex_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_complex_f.c new file mode 120000 index 00000000000..da8556eb36e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_complex_f.c @@ -0,0 +1 @@ +../type_create_f90_complex_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_integer_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_integer_f.c new file mode 120000 index 00000000000..97fc0ee9eab --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_integer_f.c @@ -0,0 +1 @@ +../type_create_f90_integer_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_real_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_real_f.c new file mode 120000 index 00000000000..a852fb74415 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_f90_real_f.c @@ -0,0 +1 @@ +../type_create_f90_real_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_hindexed_block_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_hindexed_block_f.c new file mode 120000 index 00000000000..91896f7500d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_hindexed_block_f.c @@ -0,0 +1 @@ +../type_create_hindexed_block_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_hindexed_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_hindexed_f.c new file mode 120000 index 00000000000..d9ea6674224 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_hindexed_f.c @@ -0,0 +1 @@ +../type_create_hindexed_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_hvector_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_hvector_f.c new file mode 120000 index 00000000000..54f0d36b494 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_hvector_f.c @@ -0,0 +1 @@ +../type_create_hvector_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_indexed_block_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_indexed_block_f.c new file mode 120000 index 00000000000..a6c6ad4b97b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_indexed_block_f.c @@ -0,0 +1 @@ +../type_create_indexed_block_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_keyval_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_keyval_f.c new file mode 120000 index 00000000000..818a7e9f34b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_keyval_f.c @@ -0,0 +1 @@ +../type_create_keyval_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_resized_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_resized_f.c new file mode 120000 index 00000000000..a96b591af6d --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_resized_f.c @@ -0,0 +1 @@ +../type_create_resized_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_struct_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_struct_f.c new file mode 120000 index 00000000000..e5284afaa6f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_struct_f.c @@ -0,0 +1 @@ +../type_create_struct_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_create_subarray_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_create_subarray_f.c new file mode 120000 index 00000000000..66f99321da6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_create_subarray_f.c @@ -0,0 +1 @@ +../type_create_subarray_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_delete_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_delete_attr_f.c new file mode 120000 index 00000000000..0cb3727538a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_delete_attr_f.c @@ -0,0 +1 @@ +../type_delete_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_dup_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_dup_f.c new file mode 120000 index 00000000000..71f2a1b6f47 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_dup_f.c @@ -0,0 +1 @@ +../type_dup_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_extent_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_extent_f.c new file mode 120000 index 00000000000..aeb4e5b7cbc --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_extent_f.c @@ -0,0 +1 @@ +../type_extent_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_free_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_free_f.c new file mode 120000 index 00000000000..947444ff3da --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_free_f.c @@ -0,0 +1 @@ +../type_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_free_keyval_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_free_keyval_f.c new file mode 120000 index 00000000000..af8a72f3888 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_free_keyval_f.c @@ -0,0 +1 @@ +../type_free_keyval_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_attr_f.c new file mode 120000 index 00000000000..081ee519d81 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_attr_f.c @@ -0,0 +1 @@ +../type_get_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_contents_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_contents_f.c new file mode 120000 index 00000000000..6bf9b0ef3df --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_contents_f.c @@ -0,0 +1 @@ +../type_get_contents_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_envelope_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_envelope_f.c new file mode 120000 index 00000000000..72abfb80c2b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_envelope_f.c @@ -0,0 +1 @@ +../type_get_envelope_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_extent_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_extent_f.c new file mode 120000 index 00000000000..1971250bdb0 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_extent_f.c @@ -0,0 +1 @@ +../type_get_extent_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_extent_x_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_extent_x_f.c new file mode 120000 index 00000000000..226d6e75940 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_extent_x_f.c @@ -0,0 +1 @@ +../type_get_extent_x_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_name_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_name_f.c new file mode 120000 index 00000000000..007a3c2c5bc --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_name_f.c @@ -0,0 +1 @@ +../type_get_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_true_extent_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_true_extent_f.c new file mode 120000 index 00000000000..001b97e68b1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_true_extent_f.c @@ -0,0 +1 @@ +../type_get_true_extent_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_get_true_extent_x_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_get_true_extent_x_f.c new file mode 120000 index 00000000000..376286f03f6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_get_true_extent_x_f.c @@ -0,0 +1 @@ +../type_get_true_extent_x_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_hindexed_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_hindexed_f.c new file mode 120000 index 00000000000..4dda49703b3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_hindexed_f.c @@ -0,0 +1 @@ +../type_hindexed_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_hvector_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_hvector_f.c new file mode 120000 index 00000000000..e5f500a54e4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_hvector_f.c @@ -0,0 +1 @@ +../type_hvector_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_indexed_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_indexed_f.c new file mode 120000 index 00000000000..54883f94642 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_indexed_f.c @@ -0,0 +1 @@ +../type_indexed_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_lb_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_lb_f.c new file mode 120000 index 00000000000..4300552f6e8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_lb_f.c @@ -0,0 +1 @@ +../type_lb_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_match_size_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_match_size_f.c new file mode 120000 index 00000000000..39dca98315e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_match_size_f.c @@ -0,0 +1 @@ +../type_match_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_set_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_set_attr_f.c new file mode 120000 index 00000000000..456dc221bf2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_set_attr_f.c @@ -0,0 +1 @@ +../type_set_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_set_name_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_set_name_f.c new file mode 120000 index 00000000000..2a2390c1080 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_set_name_f.c @@ -0,0 +1 @@ +../type_set_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_size_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_size_f.c new file mode 120000 index 00000000000..a855d993ec3 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_size_f.c @@ -0,0 +1 @@ +../type_size_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_size_x_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_size_x_f.c new file mode 120000 index 00000000000..8c81f930317 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_size_x_f.c @@ -0,0 +1 @@ +../type_size_x_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_struct_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_struct_f.c new file mode 120000 index 00000000000..610ac5f3691 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_struct_f.c @@ -0,0 +1 @@ +../type_struct_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_ub_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_ub_f.c new file mode 120000 index 00000000000..0dfaa85573c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_ub_f.c @@ -0,0 +1 @@ +../type_ub_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/ptype_vector_f.c b/ompi/mpi/fortran/mpif-h/profile/ptype_vector_f.c new file mode 120000 index 00000000000..6d7c295216b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/ptype_vector_f.c @@ -0,0 +1 @@ +../type_vector_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/punpack_external_f.c b/ompi/mpi/fortran/mpif-h/profile/punpack_external_f.c new file mode 120000 index 00000000000..4bdb9ee32d6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/punpack_external_f.c @@ -0,0 +1 @@ +../unpack_external_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/punpack_f.c b/ompi/mpi/fortran/mpif-h/profile/punpack_f.c new file mode 120000 index 00000000000..c2de96cdec1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/punpack_f.c @@ -0,0 +1 @@ +../unpack_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/punpublish_name_f.c b/ompi/mpi/fortran/mpif-h/profile/punpublish_name_f.c new file mode 120000 index 00000000000..eaca5fe2f71 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/punpublish_name_f.c @@ -0,0 +1 @@ +../unpublish_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwait_f.c b/ompi/mpi/fortran/mpif-h/profile/pwait_f.c new file mode 120000 index 00000000000..3101257fca2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwait_f.c @@ -0,0 +1 @@ +../wait_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwaitall_f.c b/ompi/mpi/fortran/mpif-h/profile/pwaitall_f.c new file mode 120000 index 00000000000..a16b86a6871 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwaitall_f.c @@ -0,0 +1 @@ +../waitall_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwaitany_f.c b/ompi/mpi/fortran/mpif-h/profile/pwaitany_f.c new file mode 120000 index 00000000000..5545ce7872f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwaitany_f.c @@ -0,0 +1 @@ +../waitany_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwaitsome_f.c b/ompi/mpi/fortran/mpif-h/profile/pwaitsome_f.c new file mode 120000 index 00000000000..419a5696b3b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwaitsome_f.c @@ -0,0 +1 @@ +../waitsome_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_allocate_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_allocate_f.c new file mode 120000 index 00000000000..41320ece785 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_allocate_f.c @@ -0,0 +1 @@ +../win_allocate_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_allocate_shared_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_allocate_shared_f.c new file mode 120000 index 00000000000..ecf2659093b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_allocate_shared_f.c @@ -0,0 +1 @@ +../win_allocate_shared_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_attach_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_attach_f.c new file mode 120000 index 00000000000..8a3fc9d55bc --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_attach_f.c @@ -0,0 +1 @@ +../win_attach_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_call_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_call_errhandler_f.c new file mode 120000 index 00000000000..b032e937020 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_call_errhandler_f.c @@ -0,0 +1 @@ +../win_call_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_complete_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_complete_f.c new file mode 120000 index 00000000000..ca86adbe68e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_complete_f.c @@ -0,0 +1 @@ +../win_complete_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_create_dynamic_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_create_dynamic_f.c new file mode 120000 index 00000000000..69d7af2ae87 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_create_dynamic_f.c @@ -0,0 +1 @@ +../win_create_dynamic_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_create_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_create_errhandler_f.c new file mode 120000 index 00000000000..13a9824d3af --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_create_errhandler_f.c @@ -0,0 +1 @@ +../win_create_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_create_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_create_f.c new file mode 120000 index 00000000000..95476a3ae51 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_create_f.c @@ -0,0 +1 @@ +../win_create_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_create_keyval_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_create_keyval_f.c new file mode 120000 index 00000000000..d951e1df9e8 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_create_keyval_f.c @@ -0,0 +1 @@ +../win_create_keyval_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_delete_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_delete_attr_f.c new file mode 120000 index 00000000000..78492c3ac57 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_delete_attr_f.c @@ -0,0 +1 @@ +../win_delete_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_detach_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_detach_f.c new file mode 120000 index 00000000000..7ca377ae9b6 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_detach_f.c @@ -0,0 +1 @@ +../win_detach_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_fence_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_fence_f.c new file mode 120000 index 00000000000..b9161411381 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_fence_f.c @@ -0,0 +1 @@ +../win_fence_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_flush_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_all_f.c new file mode 120000 index 00000000000..b9487cfb950 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_all_f.c @@ -0,0 +1 @@ +../win_flush_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_flush_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_f.c new file mode 120000 index 00000000000..3509cc34efe --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_f.c @@ -0,0 +1 @@ +../win_flush_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_flush_local_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_local_all_f.c new file mode 120000 index 00000000000..57498e8d82c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_local_all_f.c @@ -0,0 +1 @@ +../win_flush_local_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_flush_local_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_local_f.c new file mode 120000 index 00000000000..05e88a9d1b2 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_flush_local_f.c @@ -0,0 +1 @@ +../win_flush_local_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_free_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_free_f.c new file mode 120000 index 00000000000..c9d1712be3c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_free_f.c @@ -0,0 +1 @@ +../win_free_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_free_keyval_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_free_keyval_f.c new file mode 120000 index 00000000000..61593bfe4d4 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_free_keyval_f.c @@ -0,0 +1 @@ +../win_free_keyval_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_get_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_get_attr_f.c new file mode 120000 index 00000000000..9b9ea07d00e --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_get_attr_f.c @@ -0,0 +1 @@ +../win_get_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_get_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_get_errhandler_f.c new file mode 120000 index 00000000000..b5cf2faff94 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_get_errhandler_f.c @@ -0,0 +1 @@ +../win_get_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_get_group_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_get_group_f.c new file mode 120000 index 00000000000..3aa8ba0c2f1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_get_group_f.c @@ -0,0 +1 @@ +../win_get_group_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_get_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_get_info_f.c new file mode 120000 index 00000000000..560c0ba0856 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_get_info_f.c @@ -0,0 +1 @@ +../win_get_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_get_name_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_get_name_f.c new file mode 120000 index 00000000000..413d660d13f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_get_name_f.c @@ -0,0 +1 @@ +../win_get_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_lock_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_lock_all_f.c new file mode 120000 index 00000000000..2d02f4b9bfc --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_lock_all_f.c @@ -0,0 +1 @@ +../win_lock_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_lock_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_lock_f.c new file mode 120000 index 00000000000..4acf60e8d5b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_lock_f.c @@ -0,0 +1 @@ +../win_lock_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_post_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_post_f.c new file mode 120000 index 00000000000..29fc7e3e44f --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_post_f.c @@ -0,0 +1 @@ +../win_post_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_set_attr_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_set_attr_f.c new file mode 120000 index 00000000000..0140099f43a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_set_attr_f.c @@ -0,0 +1 @@ +../win_set_attr_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_set_errhandler_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_set_errhandler_f.c new file mode 120000 index 00000000000..bac6d0215f1 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_set_errhandler_f.c @@ -0,0 +1 @@ +../win_set_errhandler_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_set_info_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_set_info_f.c new file mode 120000 index 00000000000..b9c4525537a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_set_info_f.c @@ -0,0 +1 @@ +../win_set_info_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_set_name_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_set_name_f.c new file mode 120000 index 00000000000..ef0856c5bfe --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_set_name_f.c @@ -0,0 +1 @@ +../win_set_name_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_shared_query_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_shared_query_f.c new file mode 120000 index 00000000000..d2a968c1a4a --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_shared_query_f.c @@ -0,0 +1 @@ +../win_shared_query_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_start_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_start_f.c new file mode 120000 index 00000000000..8f63ffa18bf --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_start_f.c @@ -0,0 +1 @@ +../win_start_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_sync_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_sync_f.c new file mode 120000 index 00000000000..705d8652271 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_sync_f.c @@ -0,0 +1 @@ +../win_sync_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_test_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_test_f.c new file mode 120000 index 00000000000..825503a371b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_test_f.c @@ -0,0 +1 @@ +../win_test_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_unlock_all_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_unlock_all_f.c new file mode 120000 index 00000000000..313e739de39 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_unlock_all_f.c @@ -0,0 +1 @@ +../win_unlock_all_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_unlock_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_unlock_f.c new file mode 120000 index 00000000000..6111f16cfea --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_unlock_f.c @@ -0,0 +1 @@ +../win_unlock_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwin_wait_f.c b/ompi/mpi/fortran/mpif-h/profile/pwin_wait_f.c new file mode 120000 index 00000000000..906e8911f3c --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwin_wait_f.c @@ -0,0 +1 @@ +../win_wait_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwtick_f.c b/ompi/mpi/fortran/mpif-h/profile/pwtick_f.c new file mode 120000 index 00000000000..37b4d0ca10b --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwtick_f.c @@ -0,0 +1 @@ +../wtick_f.c \ No newline at end of file diff --git a/ompi/mpi/fortran/mpif-h/profile/pwtime_f.c b/ompi/mpi/fortran/mpif-h/profile/pwtime_f.c new file mode 120000 index 00000000000..fad6ac2e025 --- /dev/null +++ b/ompi/mpi/fortran/mpif-h/profile/pwtime_f.c @@ -0,0 +1 @@ +../wtime_f.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/Makefile.am b/ompi/mpi/tool/profile/Makefile.am index ef8eea80faf..984cb7ac7a7 100644 --- a/ompi/mpi/tool/profile/Makefile.am +++ b/ompi/mpi/tool/profile/Makefile.am @@ -10,7 +10,7 @@ # University of Stuttgart. All rights reserved. # Copyright (c) 2004-2005 The Regents of the University of California. # All rights reserved. -# Copyright (c) 2009-2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2009-2015 Cisco Systems, Inc. All rights reserved. # Copyright (c) 2011 Sandia National Laboratories. All rights reserved. # Copyright (c) 2012 Oak Rigde National Laboratory. All rights reserved. # Copyright (c) 2013 Los Alamos National Security, LLC. All rights @@ -45,7 +45,7 @@ endif headers = defines.h -nodist_libmpi_pmpit_la_SOURCES = \ +libmpi_pmpit_la_SOURCES = \ pcategory_changed.c \ pcategory_get_categories.c \ pcategory_get_cvars.c \ @@ -78,15 +78,6 @@ nodist_libmpi_pmpit_la_SOURCES = \ ppvar_stop.c \ ppvar_write.c -# -# Sym link in the sources from the real MPI directory -# -$(nodist_libmpi_pmpit_la_SOURCES): - $(OMPI_V_LN_S) if test ! -r $@ ; then \ - pname=`echo $@ | cut -b '2-'` ; \ - $(LN_S) $(top_srcdir)/ompi/mpi/tool/$$pname $@ ; \ - fi - # Conditionally install the header files if WANT_INSTALL_HEADERS @@ -94,10 +85,6 @@ ompidir = $(ompiincludedir)/$(subdir) ompi_HEADERS = $(headers) endif -# These files were created by targets above - -MAINTAINERCLEANFILES = $(nodist_libmpi_pmpit_la_SOURCES) - # Don't want these targets in here tags-recursive: diff --git a/ompi/mpi/tool/profile/pcategory_changed.c b/ompi/mpi/tool/profile/pcategory_changed.c new file mode 120000 index 00000000000..5e67cb7a02b --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_changed.c @@ -0,0 +1 @@ +../category_changed.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcategory_get_categories.c b/ompi/mpi/tool/profile/pcategory_get_categories.c new file mode 120000 index 00000000000..c6c2f64860f --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_get_categories.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/category_get_categories.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcategory_get_cvars.c b/ompi/mpi/tool/profile/pcategory_get_cvars.c new file mode 120000 index 00000000000..8ce61c0e640 --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_get_cvars.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/category_get_cvars.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcategory_get_index.c b/ompi/mpi/tool/profile/pcategory_get_index.c new file mode 120000 index 00000000000..91d396c5660 --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_get_index.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/category_get_index.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcategory_get_info.c b/ompi/mpi/tool/profile/pcategory_get_info.c new file mode 120000 index 00000000000..b151d8181dd --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_get_info.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/category_get_info.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcategory_get_num.c b/ompi/mpi/tool/profile/pcategory_get_num.c new file mode 120000 index 00000000000..482fe30eb2c --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_get_num.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/category_get_num.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcategory_get_pvars.c b/ompi/mpi/tool/profile/pcategory_get_pvars.c new file mode 120000 index 00000000000..537711f660f --- /dev/null +++ b/ompi/mpi/tool/profile/pcategory_get_pvars.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/category_get_pvars.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_get_index.c b/ompi/mpi/tool/profile/pcvar_get_index.c new file mode 120000 index 00000000000..e8dddf66c18 --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_get_index.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_get_index.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_get_info.c b/ompi/mpi/tool/profile/pcvar_get_info.c new file mode 120000 index 00000000000..094195db06d --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_get_info.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_get_info.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_get_num.c b/ompi/mpi/tool/profile/pcvar_get_num.c new file mode 120000 index 00000000000..6d931cbb1b1 --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_get_num.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_get_num.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_handle_alloc.c b/ompi/mpi/tool/profile/pcvar_handle_alloc.c new file mode 120000 index 00000000000..b2485c2a519 --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_handle_alloc.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_handle_alloc.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_handle_free.c b/ompi/mpi/tool/profile/pcvar_handle_free.c new file mode 120000 index 00000000000..471e2f588b3 --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_handle_free.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_handle_free.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_read.c b/ompi/mpi/tool/profile/pcvar_read.c new file mode 120000 index 00000000000..1e8e30268cf --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_read.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_read.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pcvar_write.c b/ompi/mpi/tool/profile/pcvar_write.c new file mode 120000 index 00000000000..6b36a8bebfc --- /dev/null +++ b/ompi/mpi/tool/profile/pcvar_write.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/cvar_write.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/penum_get_info.c b/ompi/mpi/tool/profile/penum_get_info.c new file mode 120000 index 00000000000..5b9c3a7745e --- /dev/null +++ b/ompi/mpi/tool/profile/penum_get_info.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/enum_get_info.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/penum_get_item.c b/ompi/mpi/tool/profile/penum_get_item.c new file mode 120000 index 00000000000..7cb76d17dab --- /dev/null +++ b/ompi/mpi/tool/profile/penum_get_item.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/enum_get_item.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pfinalize.c b/ompi/mpi/tool/profile/pfinalize.c new file mode 120000 index 00000000000..d24f8d209ea --- /dev/null +++ b/ompi/mpi/tool/profile/pfinalize.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/finalize.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/pinit_thread.c b/ompi/mpi/tool/profile/pinit_thread.c new file mode 120000 index 00000000000..6592bf9cb14 --- /dev/null +++ b/ompi/mpi/tool/profile/pinit_thread.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/init_thread.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_get_index.c b/ompi/mpi/tool/profile/ppvar_get_index.c new file mode 120000 index 00000000000..a8c62feb131 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_get_index.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_get_index.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_get_info.c b/ompi/mpi/tool/profile/ppvar_get_info.c new file mode 120000 index 00000000000..8d95ec4aecc --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_get_info.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_get_info.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_get_num.c b/ompi/mpi/tool/profile/ppvar_get_num.c new file mode 120000 index 00000000000..30dff49def4 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_get_num.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_get_num.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_handle_alloc.c b/ompi/mpi/tool/profile/ppvar_handle_alloc.c new file mode 120000 index 00000000000..06add5e1653 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_handle_alloc.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_handle_alloc.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_handle_free.c b/ompi/mpi/tool/profile/ppvar_handle_free.c new file mode 120000 index 00000000000..6ffe1ff90a2 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_handle_free.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_handle_free.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_read.c b/ompi/mpi/tool/profile/ppvar_read.c new file mode 120000 index 00000000000..b542324f5cc --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_read.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_read.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_readreset.c b/ompi/mpi/tool/profile/ppvar_readreset.c new file mode 120000 index 00000000000..9ebc2b4c8b6 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_readreset.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_readreset.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_reset.c b/ompi/mpi/tool/profile/ppvar_reset.c new file mode 120000 index 00000000000..a54729c70eb --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_reset.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_reset.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_session_create.c b/ompi/mpi/tool/profile/ppvar_session_create.c new file mode 120000 index 00000000000..db0e1abd4c6 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_session_create.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_session_create.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_session_free.c b/ompi/mpi/tool/profile/ppvar_session_free.c new file mode 120000 index 00000000000..fb473bf260a --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_session_free.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_session_free.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_start.c b/ompi/mpi/tool/profile/ppvar_start.c new file mode 120000 index 00000000000..b5dc92b7c45 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_start.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_start.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_stop.c b/ompi/mpi/tool/profile/ppvar_stop.c new file mode 120000 index 00000000000..a374b197ab9 --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_stop.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_stop.c \ No newline at end of file diff --git a/ompi/mpi/tool/profile/ppvar_write.c b/ompi/mpi/tool/profile/ppvar_write.c new file mode 120000 index 00000000000..c2d7b487b0a --- /dev/null +++ b/ompi/mpi/tool/profile/ppvar_write.c @@ -0,0 +1 @@ +../../../../ompi/mpi/tool/pvar_write.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/Makefile.am b/oshmem/shmem/c/profile/Makefile.am index 35255d32848..80c912f2133 100644 --- a/oshmem/shmem/c/profile/Makefile.am +++ b/oshmem/shmem/c/profile/Makefile.am @@ -1,7 +1,7 @@ # # Copyright (c) 2013 Mellanox Technologies, Inc. # All rights reserved -# Copyright (c) 2014 Cisco Systems, Inc. All rights reserved. +# Copyright (c) 2014-2015 Cisco Systems, Inc. All rights reserved. # $COPYRIGHT$ # # Additional copyrights may follow @@ -28,8 +28,7 @@ endif headers = defines.h - -OSHMEM_API_SOURCES = \ +liboshmem_c_pshmem_la_SOURCES = \ pshmem_init.c \ pshmem_finalize.c \ pshmem_free.c \ @@ -69,18 +68,6 @@ OSHMEM_API_SOURCES = \ pshmem_set_lock.c \ pshmem_test_lock.c -nodist_liboshmem_c_pshmem_la_SOURCES = \ - $(OSHMEM_API_SOURCES) - -# -# Sym link in the sources from the real OSHMEM directory -# -$(nodist_liboshmem_c_pshmem_la_SOURCES): - $(OMPI_V_LN_S) if test ! -r $@ ; then \ - pname=`echo $@ | cut -b '2-'` ; \ - $(LN_S) $(top_srcdir)/oshmem/shmem/c/$$pname $@ ; \ - fi - if PROJECT_OSHMEM if WANT_INSTALL_HEADERS oshmemdir = $(oshmemincludedir)/$(subdir) @@ -88,10 +75,6 @@ oshmem_HEADERS = $(headers) endif endif -# These files were created by targets above - -MAINTAINERCLEANFILES = $(nodist_liboshmem_c_pshmem_la_SOURCES) - # Don't want these targets in here tags-recursive: diff --git a/oshmem/shmem/c/profile/pshmem_add.c b/oshmem/shmem/c/profile/pshmem_add.c new file mode 120000 index 00000000000..371257f5d94 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_add.c @@ -0,0 +1 @@ +../shmem_add.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_addr_accessible.c b/oshmem/shmem/c/profile/pshmem_addr_accessible.c new file mode 120000 index 00000000000..3574fc80900 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_addr_accessible.c @@ -0,0 +1 @@ +../shmem_addr_accessible.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_align.c b/oshmem/shmem/c/profile/pshmem_align.c new file mode 120000 index 00000000000..f51263540b5 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_align.c @@ -0,0 +1 @@ +../shmem_align.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_alloc.c b/oshmem/shmem/c/profile/pshmem_alloc.c new file mode 120000 index 00000000000..f061143e0c8 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_alloc.c @@ -0,0 +1 @@ +../shmem_alloc.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_barrier.c b/oshmem/shmem/c/profile/pshmem_barrier.c new file mode 120000 index 00000000000..de85593018b --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_barrier.c @@ -0,0 +1 @@ +../shmem_barrier.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_broadcast.c b/oshmem/shmem/c/profile/pshmem_broadcast.c new file mode 120000 index 00000000000..e1c9fe07e1e --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_broadcast.c @@ -0,0 +1 @@ +../shmem_broadcast.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_clear_cache_inv.c b/oshmem/shmem/c/profile/pshmem_clear_cache_inv.c new file mode 120000 index 00000000000..063f1514fbd --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_clear_cache_inv.c @@ -0,0 +1 @@ +../shmem_clear_cache_inv.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_clear_cache_line_inv.c b/oshmem/shmem/c/profile/pshmem_clear_cache_line_inv.c new file mode 120000 index 00000000000..3d36eb77552 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_clear_cache_line_inv.c @@ -0,0 +1 @@ +../shmem_clear_cache_line_inv.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_clear_lock.c b/oshmem/shmem/c/profile/pshmem_clear_lock.c new file mode 120000 index 00000000000..24a33128e0c --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_clear_lock.c @@ -0,0 +1 @@ +../shmem_clear_lock.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_collect.c b/oshmem/shmem/c/profile/pshmem_collect.c new file mode 120000 index 00000000000..c2d6ab7955f --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_collect.c @@ -0,0 +1 @@ +../shmem_collect.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_cswap.c b/oshmem/shmem/c/profile/pshmem_cswap.c new file mode 120000 index 00000000000..01a8eb7949a --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_cswap.c @@ -0,0 +1 @@ +../shmem_cswap.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_fadd.c b/oshmem/shmem/c/profile/pshmem_fadd.c new file mode 120000 index 00000000000..9dd3f9a1ea6 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_fadd.c @@ -0,0 +1 @@ +../shmem_fadd.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_fence.c b/oshmem/shmem/c/profile/pshmem_fence.c new file mode 120000 index 00000000000..4ecaf899958 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_fence.c @@ -0,0 +1 @@ +../shmem_fence.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_finalize.c b/oshmem/shmem/c/profile/pshmem_finalize.c new file mode 120000 index 00000000000..197f65d9457 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_finalize.c @@ -0,0 +1 @@ +../shmem_finalize.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_finc.c b/oshmem/shmem/c/profile/pshmem_finc.c new file mode 120000 index 00000000000..40e455f7d3c --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_finc.c @@ -0,0 +1 @@ +../shmem_finc.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_free.c b/oshmem/shmem/c/profile/pshmem_free.c new file mode 120000 index 00000000000..15422fe00e6 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_free.c @@ -0,0 +1 @@ +../shmem_free.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_g.c b/oshmem/shmem/c/profile/pshmem_g.c new file mode 120000 index 00000000000..f939cfa391d --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_g.c @@ -0,0 +1 @@ +../shmem_g.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_get.c b/oshmem/shmem/c/profile/pshmem_get.c new file mode 120000 index 00000000000..88567684f50 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_get.c @@ -0,0 +1 @@ +../shmem_get.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_iget.c b/oshmem/shmem/c/profile/pshmem_iget.c new file mode 120000 index 00000000000..13f61abbf80 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_iget.c @@ -0,0 +1 @@ +../shmem_iget.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_inc.c b/oshmem/shmem/c/profile/pshmem_inc.c new file mode 120000 index 00000000000..95ecaf21767 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_inc.c @@ -0,0 +1 @@ +../shmem_inc.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_init.c b/oshmem/shmem/c/profile/pshmem_init.c new file mode 120000 index 00000000000..59b286a75a4 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_init.c @@ -0,0 +1 @@ +../shmem_init.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_iput.c b/oshmem/shmem/c/profile/pshmem_iput.c new file mode 120000 index 00000000000..8e5b028a6ef --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_iput.c @@ -0,0 +1 @@ +../shmem_iput.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_p.c b/oshmem/shmem/c/profile/pshmem_p.c new file mode 120000 index 00000000000..e4c7635aefd --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_p.c @@ -0,0 +1 @@ +../shmem_p.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_pe_accessible.c b/oshmem/shmem/c/profile/pshmem_pe_accessible.c new file mode 120000 index 00000000000..a2fb4cb8423 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_pe_accessible.c @@ -0,0 +1 @@ +../shmem_pe_accessible.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_ptr.c b/oshmem/shmem/c/profile/pshmem_ptr.c new file mode 120000 index 00000000000..eef35a49842 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_ptr.c @@ -0,0 +1 @@ +../shmem_ptr.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_put.c b/oshmem/shmem/c/profile/pshmem_put.c new file mode 120000 index 00000000000..f7468569690 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_put.c @@ -0,0 +1 @@ +../shmem_put.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_query.c b/oshmem/shmem/c/profile/pshmem_query.c new file mode 120000 index 00000000000..f86ebec9ce8 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_query.c @@ -0,0 +1 @@ +../shmem_query.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_quiet.c b/oshmem/shmem/c/profile/pshmem_quiet.c new file mode 120000 index 00000000000..561ee340675 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_quiet.c @@ -0,0 +1 @@ +../shmem_quiet.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_realloc.c b/oshmem/shmem/c/profile/pshmem_realloc.c new file mode 120000 index 00000000000..97f2888bded --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_realloc.c @@ -0,0 +1 @@ +../shmem_realloc.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_reduce.c b/oshmem/shmem/c/profile/pshmem_reduce.c new file mode 120000 index 00000000000..a26038fa26f --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_reduce.c @@ -0,0 +1 @@ +../shmem_reduce.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_set_cache_inv.c b/oshmem/shmem/c/profile/pshmem_set_cache_inv.c new file mode 120000 index 00000000000..4718bc430c5 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_set_cache_inv.c @@ -0,0 +1 @@ +../shmem_set_cache_inv.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_set_cache_line_inv.c b/oshmem/shmem/c/profile/pshmem_set_cache_line_inv.c new file mode 120000 index 00000000000..a4b7f4e8861 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_set_cache_line_inv.c @@ -0,0 +1 @@ +../shmem_set_cache_line_inv.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_set_lock.c b/oshmem/shmem/c/profile/pshmem_set_lock.c new file mode 120000 index 00000000000..eeb8d1cc5e6 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_set_lock.c @@ -0,0 +1 @@ +../shmem_set_lock.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_swap.c b/oshmem/shmem/c/profile/pshmem_swap.c new file mode 120000 index 00000000000..db25712ec01 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_swap.c @@ -0,0 +1 @@ +../shmem_swap.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_test_lock.c b/oshmem/shmem/c/profile/pshmem_test_lock.c new file mode 120000 index 00000000000..2904af6faf4 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_test_lock.c @@ -0,0 +1 @@ +../shmem_test_lock.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_udcflush.c b/oshmem/shmem/c/profile/pshmem_udcflush.c new file mode 120000 index 00000000000..be8e593ed6e --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_udcflush.c @@ -0,0 +1 @@ +../shmem_udcflush.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_udcflush_line.c b/oshmem/shmem/c/profile/pshmem_udcflush_line.c new file mode 120000 index 00000000000..9c582cceb24 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_udcflush_line.c @@ -0,0 +1 @@ +../shmem_udcflush_line.c \ No newline at end of file diff --git a/oshmem/shmem/c/profile/pshmem_wait.c b/oshmem/shmem/c/profile/pshmem_wait.c new file mode 120000 index 00000000000..015ad07aa67 --- /dev/null +++ b/oshmem/shmem/c/profile/pshmem_wait.c @@ -0,0 +1 @@ +../shmem_wait.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/Makefile.am b/oshmem/shmem/fortran/profile/Makefile.am index c7c39a4ed88..0c9f72d56c9 100644 --- a/oshmem/shmem/fortran/profile/Makefile.am +++ b/oshmem/shmem/fortran/profile/Makefile.am @@ -26,7 +26,7 @@ headers = prototypes_pshmem.h \ pbindings.h \ defines.h -nodist_liboshmem_fortran_pshmem_la_SOURCES = \ +liboshmem_fortran_pshmem_la_SOURCES = \ pstart_pes_f.c \ pnum_pes_f.c \ pmy_pe_f.c \ @@ -118,15 +118,6 @@ nodist_liboshmem_fortran_pshmem_la_SOURCES = \ pshmem_quiet_f.c \ pshmem_fence_f.c -# -# Sym link in the sources from the real OSHMEM directory -# -$(nodist_liboshmem_fortran_pshmem_la_SOURCES): - $(OMPI_V_LN_S) if test ! -r $@ ; then \ - pname=`echo $@ | cut -b '2-'` ; \ - $(LN_S) $(top_srcdir)/oshmem/shmem/fortran/$$pname $@ ; \ - fi - if PROJECT_OSHMEM if WANT_INSTALL_HEADERS oshmemdir = $(oshmemincludedir)/$(subdir) @@ -134,10 +125,6 @@ oshmem_HEADERS = $(headers) endif endif -# These files were created by targets above - -MAINTAINERCLEANFILES = $(nodist_liboshmem_fortran_pshmem_la_SOURCES) - # Don't want these targets in here tags-recursive: diff --git a/oshmem/shmem/fortran/profile/pmy_pe_f.c b/oshmem/shmem/fortran/profile/pmy_pe_f.c new file mode 120000 index 00000000000..e72fcb2ebdf --- /dev/null +++ b/oshmem/shmem/fortran/profile/pmy_pe_f.c @@ -0,0 +1 @@ +../my_pe_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pnum_pes_f.c b/oshmem/shmem/fortran/profile/pnum_pes_f.c new file mode 120000 index 00000000000..1f7e9aedfcd --- /dev/null +++ b/oshmem/shmem/fortran/profile/pnum_pes_f.c @@ -0,0 +1 @@ +../num_pes_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_addr_accessible_f.c b/oshmem/shmem/fortran/profile/pshmem_addr_accessible_f.c new file mode 120000 index 00000000000..86c83e83f31 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_addr_accessible_f.c @@ -0,0 +1 @@ +../shmem_addr_accessible_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_and_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_and_to_all_f.c new file mode 120000 index 00000000000..c629917cb50 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_and_to_all_f.c @@ -0,0 +1 @@ +../shmem_and_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_barrier_all_f.c b/oshmem/shmem/fortran/profile/pshmem_barrier_all_f.c new file mode 120000 index 00000000000..97e5b348875 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_barrier_all_f.c @@ -0,0 +1 @@ +../shmem_barrier_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_barrier_f.c b/oshmem/shmem/fortran/profile/pshmem_barrier_f.c new file mode 120000 index 00000000000..a9094a5287d --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_barrier_f.c @@ -0,0 +1 @@ +../shmem_barrier_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_broadcast_f.c b/oshmem/shmem/fortran/profile/pshmem_broadcast_f.c new file mode 120000 index 00000000000..14be1472071 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_broadcast_f.c @@ -0,0 +1 @@ +../shmem_broadcast_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_cache_f.c b/oshmem/shmem/fortran/profile/pshmem_cache_f.c new file mode 120000 index 00000000000..27a14810f14 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_cache_f.c @@ -0,0 +1 @@ +../shmem_cache_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_character_get_f.c b/oshmem/shmem/fortran/profile/pshmem_character_get_f.c new file mode 120000 index 00000000000..062b58d9b50 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_character_get_f.c @@ -0,0 +1 @@ +../shmem_character_get_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_character_put_f.c b/oshmem/shmem/fortran/profile/pshmem_character_put_f.c new file mode 120000 index 00000000000..7662dd48f3e --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_character_put_f.c @@ -0,0 +1 @@ +../shmem_character_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_collect_f.c b/oshmem/shmem/fortran/profile/pshmem_collect_f.c new file mode 120000 index 00000000000..7ba40cc4732 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_collect_f.c @@ -0,0 +1 @@ +../shmem_collect_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_complex_get_f.c b/oshmem/shmem/fortran/profile/pshmem_complex_get_f.c new file mode 120000 index 00000000000..fa432b97f69 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_complex_get_f.c @@ -0,0 +1 @@ +../shmem_complex_get_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_complex_iget_f.c b/oshmem/shmem/fortran/profile/pshmem_complex_iget_f.c new file mode 120000 index 00000000000..55145e9f18c --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_complex_iget_f.c @@ -0,0 +1 @@ +../shmem_complex_iget_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_complex_iput_f.c b/oshmem/shmem/fortran/profile/pshmem_complex_iput_f.c new file mode 120000 index 00000000000..c17d63ff79f --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_complex_iput_f.c @@ -0,0 +1 @@ +../shmem_complex_iput_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_complex_put_f.c b/oshmem/shmem/fortran/profile/pshmem_complex_put_f.c new file mode 120000 index 00000000000..2342ce66f75 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_complex_put_f.c @@ -0,0 +1 @@ +../shmem_complex_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_double_get_f.c b/oshmem/shmem/fortran/profile/pshmem_double_get_f.c new file mode 120000 index 00000000000..00e0e6eb740 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_double_get_f.c @@ -0,0 +1 @@ +../shmem_double_get_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_double_iget_f.c b/oshmem/shmem/fortran/profile/pshmem_double_iget_f.c new file mode 120000 index 00000000000..6aae44a3449 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_double_iget_f.c @@ -0,0 +1 @@ +../shmem_double_iget_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_double_iput_f.c b/oshmem/shmem/fortran/profile/pshmem_double_iput_f.c new file mode 120000 index 00000000000..08a790d786e --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_double_iput_f.c @@ -0,0 +1 @@ +../shmem_double_iput_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_double_put_f.c b/oshmem/shmem/fortran/profile/pshmem_double_put_f.c new file mode 120000 index 00000000000..27f5f58fced --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_double_put_f.c @@ -0,0 +1 @@ +../shmem_double_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_fence_f.c b/oshmem/shmem/fortran/profile/pshmem_fence_f.c new file mode 120000 index 00000000000..f1699be90a1 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_fence_f.c @@ -0,0 +1 @@ +../shmem_fence_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_get128_f.c b/oshmem/shmem/fortran/profile/pshmem_get128_f.c new file mode 120000 index 00000000000..ae09d216278 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_get128_f.c @@ -0,0 +1 @@ +../shmem_get128_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_get32_f.c b/oshmem/shmem/fortran/profile/pshmem_get32_f.c new file mode 120000 index 00000000000..1f6ec316ffc --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_get32_f.c @@ -0,0 +1 @@ +../shmem_get32_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_get4_f.c b/oshmem/shmem/fortran/profile/pshmem_get4_f.c new file mode 120000 index 00000000000..bf2891a6da6 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_get4_f.c @@ -0,0 +1 @@ +../shmem_get4_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_get64_f.c b/oshmem/shmem/fortran/profile/pshmem_get64_f.c new file mode 120000 index 00000000000..dc1bdfb4828 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_get64_f.c @@ -0,0 +1 @@ +../shmem_get64_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_get8_f.c b/oshmem/shmem/fortran/profile/pshmem_get8_f.c new file mode 120000 index 00000000000..1ea3f622a0b --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_get8_f.c @@ -0,0 +1 @@ +../shmem_get8_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_getmem_f.c b/oshmem/shmem/fortran/profile/pshmem_getmem_f.c new file mode 120000 index 00000000000..53a63824045 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_getmem_f.c @@ -0,0 +1 @@ +../shmem_getmem_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iget128_f.c b/oshmem/shmem/fortran/profile/pshmem_iget128_f.c new file mode 120000 index 00000000000..dc88e2cec21 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iget128_f.c @@ -0,0 +1 @@ +../shmem_iget128_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iget32_f.c b/oshmem/shmem/fortran/profile/pshmem_iget32_f.c new file mode 120000 index 00000000000..6e25c230468 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iget32_f.c @@ -0,0 +1 @@ +../shmem_iget32_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iget4_f.c b/oshmem/shmem/fortran/profile/pshmem_iget4_f.c new file mode 120000 index 00000000000..4c188a27758 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iget4_f.c @@ -0,0 +1 @@ +../shmem_iget4_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iget64_f.c b/oshmem/shmem/fortran/profile/pshmem_iget64_f.c new file mode 120000 index 00000000000..d9ee0c30a40 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iget64_f.c @@ -0,0 +1 @@ +../shmem_iget64_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iget8_f.c b/oshmem/shmem/fortran/profile/pshmem_iget8_f.c new file mode 120000 index 00000000000..91d959fbece --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iget8_f.c @@ -0,0 +1 @@ +../shmem_iget8_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_add_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_add_f.c new file mode 120000 index 00000000000..06469b9ca18 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_add_f.c @@ -0,0 +1 @@ +../shmem_int4_add_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_cswap_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_cswap_f.c new file mode 120000 index 00000000000..3c533bf148a --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_cswap_f.c @@ -0,0 +1 @@ +../shmem_int4_cswap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_fadd_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_fadd_f.c new file mode 120000 index 00000000000..be000fc56d7 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_fadd_f.c @@ -0,0 +1 @@ +../shmem_int4_fadd_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_finc_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_finc_f.c new file mode 120000 index 00000000000..2ec0b28302e --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_finc_f.c @@ -0,0 +1 @@ +../shmem_int4_finc_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_inc_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_inc_f.c new file mode 120000 index 00000000000..04f5f6ac108 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_inc_f.c @@ -0,0 +1 @@ +../shmem_int4_inc_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_swap_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_swap_f.c new file mode 120000 index 00000000000..d7531619c23 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_swap_f.c @@ -0,0 +1 @@ +../shmem_int4_swap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_wait_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_wait_f.c new file mode 120000 index 00000000000..2e8b9b55476 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_wait_f.c @@ -0,0 +1 @@ +../shmem_int4_wait_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int4_wait_until_f.c b/oshmem/shmem/fortran/profile/pshmem_int4_wait_until_f.c new file mode 120000 index 00000000000..07ffb80ed34 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int4_wait_until_f.c @@ -0,0 +1 @@ +../shmem_int4_wait_until_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_add_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_add_f.c new file mode 120000 index 00000000000..9b67f3a8de2 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_add_f.c @@ -0,0 +1 @@ +../shmem_int8_add_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_cswap_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_cswap_f.c new file mode 120000 index 00000000000..15d805e518d --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_cswap_f.c @@ -0,0 +1 @@ +../shmem_int8_cswap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_fadd_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_fadd_f.c new file mode 120000 index 00000000000..0f845fc7982 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_fadd_f.c @@ -0,0 +1 @@ +../shmem_int8_fadd_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_finc_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_finc_f.c new file mode 120000 index 00000000000..0a99b0df60b --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_finc_f.c @@ -0,0 +1 @@ +../shmem_int8_finc_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_inc_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_inc_f.c new file mode 120000 index 00000000000..040e54b6a78 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_inc_f.c @@ -0,0 +1 @@ +../shmem_int8_inc_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_swap_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_swap_f.c new file mode 120000 index 00000000000..13dbf76bb73 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_swap_f.c @@ -0,0 +1 @@ +../shmem_int8_swap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_wait_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_wait_f.c new file mode 120000 index 00000000000..0e5e5b3fd53 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_wait_f.c @@ -0,0 +1 @@ +../shmem_int8_wait_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_int8_wait_until_f.c b/oshmem/shmem/fortran/profile/pshmem_int8_wait_until_f.c new file mode 120000 index 00000000000..48022265918 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_int8_wait_until_f.c @@ -0,0 +1 @@ +../shmem_int8_wait_until_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_integer_get_f.c b/oshmem/shmem/fortran/profile/pshmem_integer_get_f.c new file mode 120000 index 00000000000..f55f9866b2c --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_integer_get_f.c @@ -0,0 +1 @@ +../shmem_integer_get_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_integer_iget_f.c b/oshmem/shmem/fortran/profile/pshmem_integer_iget_f.c new file mode 120000 index 00000000000..cb63635fd87 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_integer_iget_f.c @@ -0,0 +1 @@ +../shmem_integer_iget_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_integer_iput_f.c b/oshmem/shmem/fortran/profile/pshmem_integer_iput_f.c new file mode 120000 index 00000000000..7c8824d7427 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_integer_iput_f.c @@ -0,0 +1 @@ +../shmem_integer_iput_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_integer_put_f.c b/oshmem/shmem/fortran/profile/pshmem_integer_put_f.c new file mode 120000 index 00000000000..da37dad1959 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_integer_put_f.c @@ -0,0 +1 @@ +../shmem_integer_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iput128_f.c b/oshmem/shmem/fortran/profile/pshmem_iput128_f.c new file mode 120000 index 00000000000..143b543f0a7 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iput128_f.c @@ -0,0 +1 @@ +../shmem_iput128_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iput32_f.c b/oshmem/shmem/fortran/profile/pshmem_iput32_f.c new file mode 120000 index 00000000000..1d51d895c84 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iput32_f.c @@ -0,0 +1 @@ +../shmem_iput32_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iput4_f.c b/oshmem/shmem/fortran/profile/pshmem_iput4_f.c new file mode 120000 index 00000000000..02f6c6c6a7e --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iput4_f.c @@ -0,0 +1 @@ +../shmem_iput4_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iput64_f.c b/oshmem/shmem/fortran/profile/pshmem_iput64_f.c new file mode 120000 index 00000000000..ea921c818fc --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iput64_f.c @@ -0,0 +1 @@ +../shmem_iput64_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_iput8_f.c b/oshmem/shmem/fortran/profile/pshmem_iput8_f.c new file mode 120000 index 00000000000..24827e8ab66 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_iput8_f.c @@ -0,0 +1 @@ +../shmem_iput8_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_lock_f.c b/oshmem/shmem/fortran/profile/pshmem_lock_f.c new file mode 120000 index 00000000000..60150e3d35d --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_lock_f.c @@ -0,0 +1 @@ +../shmem_lock_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_logical_get_f.c b/oshmem/shmem/fortran/profile/pshmem_logical_get_f.c new file mode 120000 index 00000000000..e4b36eff9a5 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_logical_get_f.c @@ -0,0 +1 @@ +../shmem_logical_get_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_logical_iget_f.c b/oshmem/shmem/fortran/profile/pshmem_logical_iget_f.c new file mode 120000 index 00000000000..8d6395564a0 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_logical_iget_f.c @@ -0,0 +1 @@ +../shmem_logical_iget_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_logical_iput_f.c b/oshmem/shmem/fortran/profile/pshmem_logical_iput_f.c new file mode 120000 index 00000000000..570c6102ba3 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_logical_iput_f.c @@ -0,0 +1 @@ +../shmem_logical_iput_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_logical_put_f.c b/oshmem/shmem/fortran/profile/pshmem_logical_put_f.c new file mode 120000 index 00000000000..5c988636cf1 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_logical_put_f.c @@ -0,0 +1 @@ +../shmem_logical_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_max_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_max_to_all_f.c new file mode 120000 index 00000000000..0339f12c83b --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_max_to_all_f.c @@ -0,0 +1 @@ +../shmem_max_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_min_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_min_to_all_f.c new file mode 120000 index 00000000000..64797bc132c --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_min_to_all_f.c @@ -0,0 +1 @@ +../shmem_min_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_or_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_or_to_all_f.c new file mode 120000 index 00000000000..2278ef7d1d4 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_or_to_all_f.c @@ -0,0 +1 @@ +../shmem_or_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_pe_accessible_f.c b/oshmem/shmem/fortran/profile/pshmem_pe_accessible_f.c new file mode 120000 index 00000000000..2c98e6c0105 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_pe_accessible_f.c @@ -0,0 +1 @@ +../shmem_pe_accessible_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_prod_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_prod_to_all_f.c new file mode 120000 index 00000000000..70d97add783 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_prod_to_all_f.c @@ -0,0 +1 @@ +../shmem_prod_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_ptr_f.c b/oshmem/shmem/fortran/profile/pshmem_ptr_f.c new file mode 120000 index 00000000000..f057f863c39 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_ptr_f.c @@ -0,0 +1 @@ +../shmem_ptr_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_put128_f.c b/oshmem/shmem/fortran/profile/pshmem_put128_f.c new file mode 120000 index 00000000000..b814c865da8 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_put128_f.c @@ -0,0 +1 @@ +../shmem_put128_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_put32_f.c b/oshmem/shmem/fortran/profile/pshmem_put32_f.c new file mode 120000 index 00000000000..84cd41db0ea --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_put32_f.c @@ -0,0 +1 @@ +../shmem_put32_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_put4_f.c b/oshmem/shmem/fortran/profile/pshmem_put4_f.c new file mode 120000 index 00000000000..da2271f875f --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_put4_f.c @@ -0,0 +1 @@ +../shmem_put4_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_put64_f.c b/oshmem/shmem/fortran/profile/pshmem_put64_f.c new file mode 120000 index 00000000000..478fb1730bd --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_put64_f.c @@ -0,0 +1 @@ +../shmem_put64_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_put8_f.c b/oshmem/shmem/fortran/profile/pshmem_put8_f.c new file mode 120000 index 00000000000..2a155c96b61 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_put8_f.c @@ -0,0 +1 @@ +../shmem_put8_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_put_f.c b/oshmem/shmem/fortran/profile/pshmem_put_f.c new file mode 120000 index 00000000000..dd6eee6233c --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_put_f.c @@ -0,0 +1 @@ +../shmem_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_putmem_f.c b/oshmem/shmem/fortran/profile/pshmem_putmem_f.c new file mode 120000 index 00000000000..07d04971d03 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_putmem_f.c @@ -0,0 +1 @@ +../shmem_putmem_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_quiet_f.c b/oshmem/shmem/fortran/profile/pshmem_quiet_f.c new file mode 120000 index 00000000000..5f71d8ea786 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_quiet_f.c @@ -0,0 +1 @@ +../shmem_quiet_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_real4_swap_f.c b/oshmem/shmem/fortran/profile/pshmem_real4_swap_f.c new file mode 120000 index 00000000000..bb7246e4c5a --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_real4_swap_f.c @@ -0,0 +1 @@ +../shmem_real4_swap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_real8_swap_f.c b/oshmem/shmem/fortran/profile/pshmem_real8_swap_f.c new file mode 120000 index 00000000000..4072e2207ce --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_real8_swap_f.c @@ -0,0 +1 @@ +../shmem_real8_swap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_real_get_f.c b/oshmem/shmem/fortran/profile/pshmem_real_get_f.c new file mode 120000 index 00000000000..f863fd7be13 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_real_get_f.c @@ -0,0 +1 @@ +../shmem_real_get_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_real_iget_f.c b/oshmem/shmem/fortran/profile/pshmem_real_iget_f.c new file mode 120000 index 00000000000..293263ca2ce --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_real_iget_f.c @@ -0,0 +1 @@ +../shmem_real_iget_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_real_iput_f.c b/oshmem/shmem/fortran/profile/pshmem_real_iput_f.c new file mode 120000 index 00000000000..66b36be57ee --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_real_iput_f.c @@ -0,0 +1 @@ +../shmem_real_iput_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_real_put_f.c b/oshmem/shmem/fortran/profile/pshmem_real_put_f.c new file mode 120000 index 00000000000..6b6ee0a4f28 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_real_put_f.c @@ -0,0 +1 @@ +../shmem_real_put_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_sum_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_sum_to_all_f.c new file mode 120000 index 00000000000..37c38d1ca8d --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_sum_to_all_f.c @@ -0,0 +1 @@ +../shmem_sum_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_swap_f.c b/oshmem/shmem/fortran/profile/pshmem_swap_f.c new file mode 120000 index 00000000000..89f6e866426 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_swap_f.c @@ -0,0 +1 @@ +../shmem_swap_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_wait_f.c b/oshmem/shmem/fortran/profile/pshmem_wait_f.c new file mode 120000 index 00000000000..57400f1868b --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_wait_f.c @@ -0,0 +1 @@ +../shmem_wait_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_wait_until_f.c b/oshmem/shmem/fortran/profile/pshmem_wait_until_f.c new file mode 120000 index 00000000000..1713330be69 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_wait_until_f.c @@ -0,0 +1 @@ +../shmem_wait_until_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshmem_xor_to_all_f.c b/oshmem/shmem/fortran/profile/pshmem_xor_to_all_f.c new file mode 120000 index 00000000000..40eee5b3adf --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshmem_xor_to_all_f.c @@ -0,0 +1 @@ +../shmem_xor_to_all_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshpalloc_f.c b/oshmem/shmem/fortran/profile/pshpalloc_f.c new file mode 120000 index 00000000000..b9049f24c0d --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshpalloc_f.c @@ -0,0 +1 @@ +../shpalloc_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshpclmove_f.c b/oshmem/shmem/fortran/profile/pshpclmove_f.c new file mode 120000 index 00000000000..c5ce2a335cc --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshpclmove_f.c @@ -0,0 +1 @@ +../shpclmove_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pshpdeallc_f.c b/oshmem/shmem/fortran/profile/pshpdeallc_f.c new file mode 120000 index 00000000000..4c41de48415 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pshpdeallc_f.c @@ -0,0 +1 @@ +../shpdeallc_f.c \ No newline at end of file diff --git a/oshmem/shmem/fortran/profile/pstart_pes_f.c b/oshmem/shmem/fortran/profile/pstart_pes_f.c new file mode 120000 index 00000000000..312b3369650 --- /dev/null +++ b/oshmem/shmem/fortran/profile/pstart_pes_f.c @@ -0,0 +1 @@ +../start_pes_f.c \ No newline at end of file