Fix installation dirs, caught by pkglint.
This commit is contained in:
parent
1db9be37af
commit
4aec1b6928
2 changed files with 401 additions and 396 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/04/15 13:44:26 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/04/15 19:32:16 asau Exp $
|
||||
|
||||
DISTNAME= mpich2-1.0.7
|
||||
CATEGORIES= parallel
|
||||
|
@ -15,7 +15,11 @@ PKG_DESTDIR_SUPPORT= user-destdir
|
|||
GNU_CONFIGURE= yes
|
||||
USE_LANGUAGES= c c++ fortran
|
||||
|
||||
USE_TOOLS+= perl:run
|
||||
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGNAME_NOREV}
|
||||
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/${PKGNAME_NOREV}
|
||||
CONFIGURE_ARGS+= --with-htmldir=${PREFIX}/share/doc/${PKGNAME_NOREV}/html
|
||||
|
||||
USE_TOOLS+= perl:run
|
||||
|
||||
REPLACE_PYTHON+= src/pm/mpd/test/test1.py
|
||||
REPLACE_PYTHON+= src/pm/mpd/test/test2.py
|
||||
|
|
789
mpi-ch/PLIST
789
mpi-ch/PLIST
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/03/19 20:20:11 asau Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2008/04/15 19:32:16 asau Exp $
|
||||
bin/check_callstack
|
||||
bin/clog2_join
|
||||
bin/clog2_print
|
||||
|
@ -45,10 +45,6 @@ bin/mpif77
|
|||
bin/mpirun
|
||||
bin/mpirun.py
|
||||
bin/parkill
|
||||
doc/install.pdf
|
||||
doc/logging.pdf
|
||||
doc/smpd_pmi.pdf
|
||||
doc/user.pdf
|
||||
etc/mpe_callstack_ldflags.conf
|
||||
etc/mpe_f77env.conf
|
||||
etc/mpe_f77env.conf.in
|
||||
|
@ -442,392 +438,397 @@ sbin/mpetestexec
|
|||
sbin/mpetestexeclog
|
||||
sbin/mpetestlink
|
||||
sbin/mpeuninstall
|
||||
share/examples_collchk/Makefile
|
||||
share/examples_collchk/Makefile.in
|
||||
share/examples_collchk/composite.c
|
||||
share/examples_collchk/scatterv.c
|
||||
share/examples_collchk/time_allreduce.c
|
||||
share/examples_collchk/time_alltoallv.c
|
||||
share/examples_collchk/time_alltoallv0.c
|
||||
share/examples_collchk/time_bcast.c
|
||||
share/examples_collchk/wrong_composite.c
|
||||
share/examples_collchk/wrong_int_byte.c
|
||||
share/examples_collchk/wrong_reals.f
|
||||
share/examples_collchk/wrong_root.c
|
||||
share/examples_collchk/wrong_scatterv.c
|
||||
share/examples_logging/Makefile
|
||||
share/examples_logging/Makefile.in
|
||||
share/examples_logging/comm1_isr.c
|
||||
share/examples_logging/comm1_isr_loop.c
|
||||
share/examples_logging/comm2_connect_accept.c
|
||||
share/examples_logging/comm2_spawn_child.c
|
||||
share/examples_logging/comm2_spawn_parent.c
|
||||
share/examples_logging/cpi.c
|
||||
share/examples_logging/cpilog.c
|
||||
share/examples_logging/cpilog_pack.c
|
||||
share/examples_logging/fcomm1_isr.f
|
||||
share/examples_logging/fpilog.f
|
||||
share/examples_logging/fpilog_pack.F
|
||||
share/examples_logging/iotest.c
|
||||
share/examples_logging/log_cost.c
|
||||
share/examples_logging/openmp_mpilog.F
|
||||
share/examples_logging/openmp_sendrecv.c
|
||||
share/examples_logging/pthread_allreduce.c
|
||||
share/examples_logging/pthread_sendrecv.c
|
||||
share/examples_logging/pthread_sendrecv_user.c
|
||||
share/examples_logging/srtest.c
|
||||
www/index.htm
|
||||
www/www1/MPI.html
|
||||
www/www1/index.htm
|
||||
www/www1/mpicc.html
|
||||
www/www1/mpicxx.html
|
||||
www/www1/mpiexec.html
|
||||
www/www1/mpif77.html
|
||||
www/www1/mpif90.html
|
||||
www/www3/MPI_Abort.html
|
||||
www/www3/MPI_Accumulate.html
|
||||
www/www3/MPI_Add_error_class.html
|
||||
www/www3/MPI_Add_error_code.html
|
||||
www/www3/MPI_Add_error_string.html
|
||||
www/www3/MPI_Address.html
|
||||
www/www3/MPI_Allgather.html
|
||||
www/www3/MPI_Allgatherv.html
|
||||
www/www3/MPI_Alloc_mem.html
|
||||
www/www3/MPI_Allreduce.html
|
||||
www/www3/MPI_Alltoall.html
|
||||
www/www3/MPI_Alltoallv.html
|
||||
www/www3/MPI_Alltoallw.html
|
||||
www/www3/MPI_Attr_delete.html
|
||||
www/www3/MPI_Attr_get.html
|
||||
www/www3/MPI_Attr_put.html
|
||||
www/www3/MPI_Barrier.html
|
||||
www/www3/MPI_Bcast.html
|
||||
www/www3/MPI_Bsend.html
|
||||
www/www3/MPI_Bsend_init.html
|
||||
www/www3/MPI_Buffer_attach.html
|
||||
www/www3/MPI_Buffer_detach.html
|
||||
www/www3/MPI_Cancel.html
|
||||
www/www3/MPI_Cart_coords.html
|
||||
www/www3/MPI_Cart_create.html
|
||||
www/www3/MPI_Cart_get.html
|
||||
www/www3/MPI_Cart_map.html
|
||||
www/www3/MPI_Cart_rank.html
|
||||
www/www3/MPI_Cart_shift.html
|
||||
www/www3/MPI_Cart_sub.html
|
||||
www/www3/MPI_Cartdim_get.html
|
||||
www/www3/MPI_Close_port.html
|
||||
www/www3/MPI_Comm_accept.html
|
||||
www/www3/MPI_Comm_call_errhandler.html
|
||||
www/www3/MPI_Comm_compare.html
|
||||
www/www3/MPI_Comm_connect.html
|
||||
www/www3/MPI_Comm_create.html
|
||||
www/www3/MPI_Comm_create_errhandler.html
|
||||
www/www3/MPI_Comm_create_keyval.html
|
||||
www/www3/MPI_Comm_delete_attr.html
|
||||
www/www3/MPI_Comm_disconnect.html
|
||||
www/www3/MPI_Comm_dup.html
|
||||
www/www3/MPI_Comm_free.html
|
||||
www/www3/MPI_Comm_free_keyval.html
|
||||
www/www3/MPI_Comm_get_attr.html
|
||||
www/www3/MPI_Comm_get_errhandler.html
|
||||
www/www3/MPI_Comm_get_name.html
|
||||
www/www3/MPI_Comm_get_parent.html
|
||||
www/www3/MPI_Comm_group.html
|
||||
www/www3/MPI_Comm_join.html
|
||||
www/www3/MPI_Comm_rank.html
|
||||
www/www3/MPI_Comm_remote_group.html
|
||||
www/www3/MPI_Comm_remote_size.html
|
||||
www/www3/MPI_Comm_set_attr.html
|
||||
www/www3/MPI_Comm_set_errhandler.html
|
||||
www/www3/MPI_Comm_set_name.html
|
||||
www/www3/MPI_Comm_size.html
|
||||
www/www3/MPI_Comm_spawn.html
|
||||
www/www3/MPI_Comm_spawn_multiple.html
|
||||
www/www3/MPI_Comm_split.html
|
||||
www/www3/MPI_Comm_test_inter.html
|
||||
www/www3/MPI_Dims_create.html
|
||||
www/www3/MPI_Errhandler_create.html
|
||||
www/www3/MPI_Errhandler_free.html
|
||||
www/www3/MPI_Errhandler_get.html
|
||||
www/www3/MPI_Errhandler_set.html
|
||||
www/www3/MPI_Error_class.html
|
||||
www/www3/MPI_Error_string.html
|
||||
www/www3/MPI_Exscan.html
|
||||
www/www3/MPI_File_c2f.html
|
||||
www/www3/MPI_File_call_errhandler.html
|
||||
www/www3/MPI_File_close.html
|
||||
www/www3/MPI_File_create_errhandler.html
|
||||
www/www3/MPI_File_delete.html
|
||||
www/www3/MPI_File_f2c.html
|
||||
www/www3/MPI_File_get_amode.html
|
||||
www/www3/MPI_File_get_atomicity.html
|
||||
www/www3/MPI_File_get_byte_offset.html
|
||||
www/www3/MPI_File_get_errhandler.html
|
||||
www/www3/MPI_File_get_group.html
|
||||
www/www3/MPI_File_get_info.html
|
||||
www/www3/MPI_File_get_position.html
|
||||
www/www3/MPI_File_get_position_shared.html
|
||||
www/www3/MPI_File_get_size.html
|
||||
www/www3/MPI_File_get_type_extent.html
|
||||
www/www3/MPI_File_get_view.html
|
||||
www/www3/MPI_File_iread.html
|
||||
www/www3/MPI_File_iread_at.html
|
||||
www/www3/MPI_File_iread_shared.html
|
||||
www/www3/MPI_File_iwrite.html
|
||||
www/www3/MPI_File_iwrite_at.html
|
||||
www/www3/MPI_File_iwrite_shared.html
|
||||
www/www3/MPI_File_open.html
|
||||
www/www3/MPI_File_preallocate.html
|
||||
www/www3/MPI_File_read.html
|
||||
www/www3/MPI_File_read_all.html
|
||||
www/www3/MPI_File_read_all_begin.html
|
||||
www/www3/MPI_File_read_all_end.html
|
||||
www/www3/MPI_File_read_at.html
|
||||
www/www3/MPI_File_read_at_all.html
|
||||
www/www3/MPI_File_read_at_all_begin.html
|
||||
www/www3/MPI_File_read_at_all_end.html
|
||||
www/www3/MPI_File_read_ordered.html
|
||||
www/www3/MPI_File_read_ordered_begin.html
|
||||
www/www3/MPI_File_read_ordered_end.html
|
||||
www/www3/MPI_File_read_shared.html
|
||||
www/www3/MPI_File_seek.html
|
||||
www/www3/MPI_File_seek_shared.html
|
||||
www/www3/MPI_File_set_atomicity.html
|
||||
www/www3/MPI_File_set_errhandler.html
|
||||
www/www3/MPI_File_set_info.html
|
||||
www/www3/MPI_File_set_size.html
|
||||
www/www3/MPI_File_set_view.html
|
||||
www/www3/MPI_File_sync.html
|
||||
www/www3/MPI_File_write.html
|
||||
www/www3/MPI_File_write_all.html
|
||||
www/www3/MPI_File_write_all_begin.html
|
||||
www/www3/MPI_File_write_all_end.html
|
||||
www/www3/MPI_File_write_at.html
|
||||
www/www3/MPI_File_write_at_all.html
|
||||
www/www3/MPI_File_write_at_all_begin.html
|
||||
www/www3/MPI_File_write_at_all_end.html
|
||||
www/www3/MPI_File_write_ordered.html
|
||||
www/www3/MPI_File_write_ordered_begin.html
|
||||
www/www3/MPI_File_write_ordered_end.html
|
||||
www/www3/MPI_File_write_shared.html
|
||||
www/www3/MPI_Finalize.html
|
||||
www/www3/MPI_Finalized.html
|
||||
www/www3/MPI_Free_mem.html
|
||||
www/www3/MPI_Gather.html
|
||||
www/www3/MPI_Gatherv.html
|
||||
www/www3/MPI_Get.html
|
||||
www/www3/MPI_Get_address.html
|
||||
www/www3/MPI_Get_count.html
|
||||
www/www3/MPI_Get_elements.html
|
||||
www/www3/MPI_Get_processor_name.html
|
||||
www/www3/MPI_Get_version.html
|
||||
www/www3/MPI_Graph_create.html
|
||||
www/www3/MPI_Graph_get.html
|
||||
www/www3/MPI_Graph_map.html
|
||||
www/www3/MPI_Graph_neighbors.html
|
||||
www/www3/MPI_Graph_neighbors_count.html
|
||||
www/www3/MPI_Graphdims_get.html
|
||||
www/www3/MPI_Grequest_complete.html
|
||||
www/www3/MPI_Grequest_start.html
|
||||
www/www3/MPI_Group_compare.html
|
||||
www/www3/MPI_Group_difference.html
|
||||
www/www3/MPI_Group_excl.html
|
||||
www/www3/MPI_Group_free.html
|
||||
www/www3/MPI_Group_incl.html
|
||||
www/www3/MPI_Group_intersection.html
|
||||
www/www3/MPI_Group_range_excl.html
|
||||
www/www3/MPI_Group_range_incl.html
|
||||
www/www3/MPI_Group_rank.html
|
||||
www/www3/MPI_Group_size.html
|
||||
www/www3/MPI_Group_translate_ranks.html
|
||||
www/www3/MPI_Group_union.html
|
||||
www/www3/MPI_Ibsend.html
|
||||
www/www3/MPI_Info_create.html
|
||||
www/www3/MPI_Info_delete.html
|
||||
www/www3/MPI_Info_dup.html
|
||||
www/www3/MPI_Info_free.html
|
||||
www/www3/MPI_Info_get.html
|
||||
www/www3/MPI_Info_get_nkeys.html
|
||||
www/www3/MPI_Info_get_nthkey.html
|
||||
www/www3/MPI_Info_get_valuelen.html
|
||||
www/www3/MPI_Info_set.html
|
||||
www/www3/MPI_Init.html
|
||||
www/www3/MPI_Init_thread.html
|
||||
www/www3/MPI_Initialized.html
|
||||
www/www3/MPI_Intercomm_create.html
|
||||
www/www3/MPI_Intercomm_merge.html
|
||||
www/www3/MPI_Iprobe.html
|
||||
www/www3/MPI_Irecv.html
|
||||
www/www3/MPI_Irsend.html
|
||||
www/www3/MPI_Is_thread_main.html
|
||||
www/www3/MPI_Isend.html
|
||||
www/www3/MPI_Issend.html
|
||||
www/www3/MPI_Keyval_create.html
|
||||
www/www3/MPI_Keyval_free.html
|
||||
www/www3/MPI_Lookup_name.html
|
||||
www/www3/MPI_Op_create.html
|
||||
www/www3/MPI_Op_free.html
|
||||
www/www3/MPI_Open_port.html
|
||||
www/www3/MPI_Pack.html
|
||||
www/www3/MPI_Pack_external.html
|
||||
www/www3/MPI_Pack_external_size.html
|
||||
www/www3/MPI_Pack_size.html
|
||||
www/www3/MPI_Pcontrol.html
|
||||
www/www3/MPI_Probe.html
|
||||
www/www3/MPI_Publish_name.html
|
||||
www/www3/MPI_Put.html
|
||||
www/www3/MPI_Query_thread.html
|
||||
www/www3/MPI_Recv.html
|
||||
www/www3/MPI_Recv_init.html
|
||||
www/www3/MPI_Reduce.html
|
||||
www/www3/MPI_Reduce_scatter.html
|
||||
www/www3/MPI_Register_datarep.html
|
||||
www/www3/MPI_Request_free.html
|
||||
www/www3/MPI_Request_get_status.html
|
||||
www/www3/MPI_Rsend.html
|
||||
www/www3/MPI_Rsend_init.html
|
||||
www/www3/MPI_Scan.html
|
||||
www/www3/MPI_Scatter.html
|
||||
www/www3/MPI_Scatterv.html
|
||||
www/www3/MPI_Send.html
|
||||
www/www3/MPI_Send_init.html
|
||||
www/www3/MPI_Sendrecv.html
|
||||
www/www3/MPI_Sendrecv_replace.html
|
||||
www/www3/MPI_Ssend.html
|
||||
www/www3/MPI_Ssend_init.html
|
||||
www/www3/MPI_Start.html
|
||||
www/www3/MPI_Startall.html
|
||||
www/www3/MPI_Status_set_cancelled.html
|
||||
www/www3/MPI_Status_set_elements.html
|
||||
www/www3/MPI_Test.html
|
||||
www/www3/MPI_Test_cancelled.html
|
||||
www/www3/MPI_Testall.html
|
||||
www/www3/MPI_Testany.html
|
||||
www/www3/MPI_Testsome.html
|
||||
www/www3/MPI_Topo_test.html
|
||||
www/www3/MPI_Type_commit.html
|
||||
www/www3/MPI_Type_contiguous.html
|
||||
www/www3/MPI_Type_create_darray.html
|
||||
www/www3/MPI_Type_create_hindexed.html
|
||||
www/www3/MPI_Type_create_hvector.html
|
||||
www/www3/MPI_Type_create_indexed_block.html
|
||||
www/www3/MPI_Type_create_keyval.html
|
||||
www/www3/MPI_Type_create_resized.html
|
||||
www/www3/MPI_Type_create_struct.html
|
||||
www/www3/MPI_Type_create_subarray.html
|
||||
www/www3/MPI_Type_delete_attr.html
|
||||
www/www3/MPI_Type_dup.html
|
||||
www/www3/MPI_Type_extent.html
|
||||
www/www3/MPI_Type_free.html
|
||||
www/www3/MPI_Type_free_keyval.html
|
||||
www/www3/MPI_Type_get_attr.html
|
||||
www/www3/MPI_Type_get_contents.html
|
||||
www/www3/MPI_Type_get_envelope.html
|
||||
www/www3/MPI_Type_get_extent.html
|
||||
www/www3/MPI_Type_get_name.html
|
||||
www/www3/MPI_Type_get_true_extent.html
|
||||
www/www3/MPI_Type_hindexed.html
|
||||
www/www3/MPI_Type_hvector.html
|
||||
www/www3/MPI_Type_indexed.html
|
||||
www/www3/MPI_Type_lb.html
|
||||
www/www3/MPI_Type_match_size.html
|
||||
www/www3/MPI_Type_set_attr.html
|
||||
www/www3/MPI_Type_set_name.html
|
||||
www/www3/MPI_Type_size.html
|
||||
www/www3/MPI_Type_struct.html
|
||||
www/www3/MPI_Type_ub.html
|
||||
www/www3/MPI_Type_vector.html
|
||||
www/www3/MPI_Unpack.html
|
||||
www/www3/MPI_Unpack_external.html
|
||||
www/www3/MPI_Unpublish_name.html
|
||||
www/www3/MPI_Wait.html
|
||||
www/www3/MPI_Waitall.html
|
||||
www/www3/MPI_Waitany.html
|
||||
www/www3/MPI_Waitsome.html
|
||||
www/www3/MPI_Win_call_errhandler.html
|
||||
www/www3/MPI_Win_complete.html
|
||||
www/www3/MPI_Win_create.html
|
||||
www/www3/MPI_Win_create_errhandler.html
|
||||
www/www3/MPI_Win_create_keyval.html
|
||||
www/www3/MPI_Win_delete_attr.html
|
||||
www/www3/MPI_Win_fence.html
|
||||
www/www3/MPI_Win_free.html
|
||||
www/www3/MPI_Win_free_keyval.html
|
||||
www/www3/MPI_Win_get_attr.html
|
||||
www/www3/MPI_Win_get_errhandler.html
|
||||
www/www3/MPI_Win_get_group.html
|
||||
www/www3/MPI_Win_get_name.html
|
||||
www/www3/MPI_Win_lock.html
|
||||
www/www3/MPI_Win_post.html
|
||||
www/www3/MPI_Win_set_attr.html
|
||||
www/www3/MPI_Win_set_errhandler.html
|
||||
www/www3/MPI_Win_set_name.html
|
||||
www/www3/MPI_Win_start.html
|
||||
www/www3/MPI_Win_test.html
|
||||
www/www3/MPI_Win_unlock.html
|
||||
www/www3/MPI_Win_wait.html
|
||||
www/www3/MPI_Wtick.html
|
||||
www/www3/MPI_Wtime.html
|
||||
www/www3/index.htm
|
||||
www/www4/MPE_Add_RGB_color.html
|
||||
www/www4/MPE_CaptureFile.html
|
||||
www/www4/MPE_Close_graphics.html
|
||||
www/www4/MPE_Comm_global_rank.html
|
||||
www/www4/MPE_Decomp1d.html
|
||||
www/www4/MPE_Describe_comm_event.html
|
||||
www/www4/MPE_Describe_comm_state.html
|
||||
www/www4/MPE_Describe_event.html
|
||||
www/www4/MPE_Describe_info_event.html
|
||||
www/www4/MPE_Describe_info_state.html
|
||||
www/www4/MPE_Describe_state.html
|
||||
www/www4/MPE_Draw_circle.html
|
||||
www/www4/MPE_Draw_line.html
|
||||
www/www4/MPE_Draw_logic.html
|
||||
www/www4/MPE_Draw_point.html
|
||||
www/www4/MPE_Draw_points.html
|
||||
www/www4/MPE_Draw_string.html
|
||||
www/www4/MPE_Errors_call_debugger.html
|
||||
www/www4/MPE_Fill_circle.html
|
||||
www/www4/MPE_Fill_rectangle.html
|
||||
www/www4/MPE_Finish_log.html
|
||||
www/www4/MPE_GetHostName.html
|
||||
www/www4/MPE_GetTags.html
|
||||
www/www4/MPE_Get_mouse_press.html
|
||||
www/www4/MPE_IO_Stdout_to_file.html
|
||||
www/www4/MPE_Iget_mouse_press.html
|
||||
www/www4/MPE_Init_log.html
|
||||
www/www4/MPE_Initialized_logging.html
|
||||
www/www4/MPE_Line_thickness.html
|
||||
www/www4/MPE_Log_bare_event.html
|
||||
www/www4/MPE_Log_comm_event.html
|
||||
www/www4/MPE_Log_comm_receive.html
|
||||
www/www4/MPE_Log_comm_send.html
|
||||
www/www4/MPE_Log_event.html
|
||||
www/www4/MPE_Log_get_event_number.html
|
||||
www/www4/MPE_Log_get_solo_eventID.html
|
||||
www/www4/MPE_Log_get_state_eventIDs.html
|
||||
www/www4/MPE_Log_info_event.html
|
||||
www/www4/MPE_Log_merged_logfilename.html
|
||||
www/www4/MPE_Log_pack.html
|
||||
www/www4/MPE_Log_receive.html
|
||||
www/www4/MPE_Log_send.html
|
||||
www/www4/MPE_Log_sync_clocks.html
|
||||
www/www4/MPE_Make_color_array.html
|
||||
www/www4/MPE_Num_colors.html
|
||||
www/www4/MPE_Open_graphics.html
|
||||
www/www4/MPE_ReturnTags.html
|
||||
www/www4/MPE_Seq_begin.html
|
||||
www/www4/MPE_Seq_end.html
|
||||
www/www4/MPE_Signals_call_debugger.html
|
||||
www/www4/MPE_Start_log.html
|
||||
www/www4/MPE_Stop_log.html
|
||||
www/www4/MPE_TagsEnd.html
|
||||
www/www4/MPE_Update.html
|
||||
www/www4/libmpe.cit
|
||||
@dirrm www/www4
|
||||
@dirrm www/www3
|
||||
@dirrm www/www1
|
||||
@dirrm www
|
||||
@dirrm share/examples_logging
|
||||
@dirrm share/examples_collchk
|
||||
@dirrm doc
|
||||
share/doc/${PKGNAME}/html/index.htm
|
||||
share/doc/${PKGNAME}/html/www1/MPI.html
|
||||
share/doc/${PKGNAME}/html/www1/index.htm
|
||||
share/doc/${PKGNAME}/html/www1/mpicc.html
|
||||
share/doc/${PKGNAME}/html/www1/mpicxx.html
|
||||
share/doc/${PKGNAME}/html/www1/mpiexec.html
|
||||
share/doc/${PKGNAME}/html/www1/mpif77.html
|
||||
share/doc/${PKGNAME}/html/www1/mpif90.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Abort.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Accumulate.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Add_error_class.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Add_error_code.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Add_error_string.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Address.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Allgather.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Allgatherv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Alloc_mem.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Allreduce.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Alltoall.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Alltoallv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Alltoallw.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Attr_delete.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Attr_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Attr_put.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Barrier.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Bcast.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Bsend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Bsend_init.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Buffer_attach.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Buffer_detach.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cancel.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_coords.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_map.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_rank.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_shift.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cart_sub.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Cartdim_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Close_port.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_accept.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_call_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_compare.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_connect.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_create_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_create_keyval.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_delete_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_disconnect.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_dup.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_free_keyval.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_get_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_get_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_get_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_get_parent.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_group.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_join.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_rank.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_remote_group.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_remote_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_set_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_set_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_set_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_spawn.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_spawn_multiple.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_split.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Comm_test_inter.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Dims_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Errhandler_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Errhandler_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Errhandler_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Errhandler_set.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Error_class.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Error_string.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Exscan.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_c2f.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_call_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_close.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_create_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_delete.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_f2c.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_amode.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_atomicity.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_byte_offset.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_group.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_info.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_position.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_position_shared.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_type_extent.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_get_view.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_iread.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_iread_at.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_iread_shared.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_iwrite.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_iwrite_at.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_iwrite_shared.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_open.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_preallocate.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_all.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_all_begin.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_all_end.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_at.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_at_all.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_at_all_begin.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_at_all_end.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_ordered.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_ordered_begin.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_ordered_end.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_read_shared.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_seek.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_seek_shared.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_set_atomicity.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_set_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_set_info.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_set_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_set_view.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_sync.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_all.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_all_begin.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_all_end.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_at.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_at_all.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_at_all_begin.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_at_all_end.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_ordered.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_ordered_begin.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_ordered_end.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_File_write_shared.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Finalize.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Finalized.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Free_mem.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Gather.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Gatherv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Get_address.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Get_count.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Get_elements.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Get_processor_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Get_version.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Graph_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Graph_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Graph_map.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Graph_neighbors.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Graph_neighbors_count.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Graphdims_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Grequest_complete.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Grequest_start.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_compare.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_difference.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_excl.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_incl.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_intersection.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_range_excl.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_range_incl.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_rank.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_translate_ranks.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Group_union.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Ibsend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_delete.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_dup.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_get.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_get_nkeys.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_get_nthkey.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_get_valuelen.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Info_set.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Init.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Init_thread.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Initialized.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Intercomm_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Intercomm_merge.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Iprobe.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Irecv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Irsend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Is_thread_main.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Isend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Issend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Keyval_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Keyval_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Lookup_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Op_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Op_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Open_port.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Pack.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Pack_external.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Pack_external_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Pack_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Pcontrol.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Probe.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Publish_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Put.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Query_thread.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Recv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Recv_init.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Reduce.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Reduce_scatter.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Register_datarep.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Request_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Request_get_status.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Rsend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Rsend_init.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Scan.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Scatter.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Scatterv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Send.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Send_init.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Sendrecv.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Sendrecv_replace.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Ssend.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Ssend_init.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Start.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Startall.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Status_set_cancelled.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Status_set_elements.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Test.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Test_cancelled.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Testall.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Testany.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Testsome.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Topo_test.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_commit.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_contiguous.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_darray.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_hindexed.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_hvector.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_indexed_block.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_keyval.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_resized.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_struct.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_create_subarray.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_delete_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_dup.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_extent.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_free_keyval.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_get_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_get_contents.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_get_envelope.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_get_extent.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_get_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_get_true_extent.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_hindexed.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_hvector.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_indexed.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_lb.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_match_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_set_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_set_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_size.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_struct.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_ub.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Type_vector.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Unpack.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Unpack_external.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Unpublish_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Wait.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Waitall.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Waitany.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Waitsome.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_call_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_complete.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_create.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_create_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_create_keyval.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_delete_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_fence.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_free.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_free_keyval.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_get_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_get_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_get_group.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_get_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_lock.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_post.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_set_attr.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_set_errhandler.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_set_name.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_start.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_test.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_unlock.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Win_wait.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Wtick.html
|
||||
share/doc/${PKGNAME}/html/www3/MPI_Wtime.html
|
||||
share/doc/${PKGNAME}/html/www3/index.htm
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Add_RGB_color.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_CaptureFile.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Close_graphics.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Comm_global_rank.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Decomp1d.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Describe_comm_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Describe_comm_state.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Describe_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Describe_info_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Describe_info_state.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Describe_state.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Draw_circle.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Draw_line.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Draw_logic.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Draw_point.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Draw_points.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Draw_string.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Errors_call_debugger.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Fill_circle.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Fill_rectangle.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Finish_log.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_GetHostName.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_GetTags.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Get_mouse_press.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_IO_Stdout_to_file.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Iget_mouse_press.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Init_log.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Initialized_logging.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Line_thickness.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_bare_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_comm_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_comm_receive.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_comm_send.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_get_event_number.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_get_solo_eventID.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_get_state_eventIDs.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_info_event.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_merged_logfilename.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_pack.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_receive.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_send.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Log_sync_clocks.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Make_color_array.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Num_colors.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Open_graphics.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_ReturnTags.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Seq_begin.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Seq_end.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Signals_call_debugger.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Start_log.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Stop_log.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_TagsEnd.html
|
||||
share/doc/${PKGNAME}/html/www4/MPE_Update.html
|
||||
share/doc/${PKGNAME}/html/www4/libmpe.cit
|
||||
share/doc/${PKGNAME}/install.pdf
|
||||
share/doc/${PKGNAME}/logging.pdf
|
||||
share/doc/${PKGNAME}/smpd_pmi.pdf
|
||||
share/doc/${PKGNAME}/user.pdf
|
||||
share/${PKGNAME}/examples_collchk/Makefile
|
||||
share/${PKGNAME}/examples_collchk/Makefile.in
|
||||
share/${PKGNAME}/examples_collchk/composite.c
|
||||
share/${PKGNAME}/examples_collchk/scatterv.c
|
||||
share/${PKGNAME}/examples_collchk/time_allreduce.c
|
||||
share/${PKGNAME}/examples_collchk/time_alltoallv.c
|
||||
share/${PKGNAME}/examples_collchk/time_alltoallv0.c
|
||||
share/${PKGNAME}/examples_collchk/time_bcast.c
|
||||
share/${PKGNAME}/examples_collchk/wrong_composite.c
|
||||
share/${PKGNAME}/examples_collchk/wrong_int_byte.c
|
||||
share/${PKGNAME}/examples_collchk/wrong_reals.f
|
||||
share/${PKGNAME}/examples_collchk/wrong_root.c
|
||||
share/${PKGNAME}/examples_collchk/wrong_scatterv.c
|
||||
share/${PKGNAME}/examples_logging/Makefile
|
||||
share/${PKGNAME}/examples_logging/Makefile.in
|
||||
share/${PKGNAME}/examples_logging/comm1_isr.c
|
||||
share/${PKGNAME}/examples_logging/comm1_isr_loop.c
|
||||
share/${PKGNAME}/examples_logging/comm2_connect_accept.c
|
||||
share/${PKGNAME}/examples_logging/comm2_spawn_child.c
|
||||
share/${PKGNAME}/examples_logging/comm2_spawn_parent.c
|
||||
share/${PKGNAME}/examples_logging/cpi.c
|
||||
share/${PKGNAME}/examples_logging/cpilog.c
|
||||
share/${PKGNAME}/examples_logging/cpilog_pack.c
|
||||
share/${PKGNAME}/examples_logging/fcomm1_isr.f
|
||||
share/${PKGNAME}/examples_logging/fpilog.f
|
||||
share/${PKGNAME}/examples_logging/fpilog_pack.F
|
||||
share/${PKGNAME}/examples_logging/iotest.c
|
||||
share/${PKGNAME}/examples_logging/log_cost.c
|
||||
share/${PKGNAME}/examples_logging/openmp_mpilog.F
|
||||
share/${PKGNAME}/examples_logging/openmp_sendrecv.c
|
||||
share/${PKGNAME}/examples_logging/pthread_allreduce.c
|
||||
share/${PKGNAME}/examples_logging/pthread_sendrecv.c
|
||||
share/${PKGNAME}/examples_logging/pthread_sendrecv_user.c
|
||||
share/${PKGNAME}/examples_logging/srtest.c
|
||||
@dirrm share/${PKGNAME}/examples_logging
|
||||
@dirrm share/${PKGNAME}/examples_collchk
|
||||
@dirrm share/${PKGNAME}
|
||||
@dirrm share/doc/${PKGNAME}/html/www4
|
||||
@dirrm share/doc/${PKGNAME}/html/www3
|
||||
@dirrm share/doc/${PKGNAME}/html/www1
|
||||
@dirrm share/doc/${PKGNAME}/html
|
||||
@dirrm share/doc/${PKGNAME}
|
||||
|
|
Loading…
Reference in a new issue