KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | mpi_scan (data1, data2, n, datatype, operation, comm, ierror) |
subroutine | mpi_abort (comm, errorcode, ierror) |
subroutine | mpi_allgather (data1, nsend, sendtype, data2, nrecv, recvtype, comm, ierror) |
subroutine | mpi_allgatherv (data1, nsend, sendtype, data2, nrecv, ndispls, recvtype, comm, ierror) |
subroutine | mpi_allreduce (data1, data2, n, datatype, operation, comm, ierror) |
subroutine | mpi_barrier (comm, ierror) |
subroutine | mpi_bcast (data, n, datatype, node, comm, ierror) |
subroutine | mpi_bsend (data, n, datatype, iproc, itag, comm, ierror) |
subroutine | mpi_cart_create (comm, ldims, dims, periods, reorder, comm_cart, ierror) |
subroutine | mpi_cart_get (comm, ldims, dims, periods, coords, ierror) |
subroutine | mpi_cart_shift (comm, idir, idisp, isource, idest, ierror) |
subroutine | mpi_comm_dup (comm, comm_out, ierror) |
subroutine | mpi_comm_free (comm, ierror) |
subroutine | mpi_comm_rank (comm, me, ierror) |
subroutine | mpi_comm_size (comm, nprocs, ierror) |
subroutine | mpi_comm_split (comm, icolor, ikey, comm_new, ierror) |
subroutine | mpi_copy_double_precision (data1, data2, n, ierror) |
subroutine | mpi_copy_integer (data1, data2, n, ierror) |
subroutine | mpi_copy_real (data1, data2, n, ierror) |
subroutine | mpi_finalize (ierror) |
subroutine | mpi_get_count (istatus, datatype, icount, ierror) |
subroutine | mpi_init (ierror) |
subroutine | mpi_irecv (data, n, datatype, iproc, itag, comm, irequest, ierror) |
subroutine | mpi_isend (data, n, datatype, iproc, itag, comm, request, ierror) |
subroutine | mpi_recv (data, n, datatype, iproc, itag, comm, istatus, ierror) |
subroutine | mpi_reduce (data1, data2, n, datatype, operation, receiver, comm, ierror) |
subroutine | mpi_reduce_double_precision (data1, data2, n, operation, ierror) |
subroutine | mpi_reduce_integer8 (data1, data2, n, operation, ierror) |
subroutine | mpi_reduce_integer (data1, data2, n, operation, ierror) |
subroutine | mpi_reduce_real (data1, data2, n, operation, ierror) |
subroutine | mpi_reduce_scatter (data1, data2, n, datatype, operation, comm, ierror) |
subroutine | mpi_rsend (data, n, datatype, iproc, itag, comm, ierror) |
subroutine | mpi_send (data, n, datatype, iproc, itag, comm, ierror) |
subroutine | mpi_wait (irequest, istatus, ierror) |
subroutine | mpi_waitall (icount, irequest, istatus, ierror) |
subroutine | mpi_waitany (icount, array_of_requests, index, istatus, ierror) |
real *8 function | mpi_wtick () |
real *8 function | mpi_wtime () |
subroutine | mpi_initialized (mpi_is_initialized, ierr) |
subroutine | mpi_comm_create (icomm, igroup, icommd, ierr) |
subroutine | mpi_intercomm_create (ilcomm, ill, ipcomm, irl, itag, newcomm, ierr) |
subroutine | mpi_intercomm_merge (icomm, ihigh, icommd, ierr) |
subroutine | mpi_comm_group (icomm, igroup, ierr) |
subroutine | mpi_group_free |
subroutine | mpi_comm_get_attr (icomm, ikey, ival, iflag, ierr) |
subroutine | mpi_attr_get (icomm, ikey, ival, iflag, ierr) |
subroutine | mpi_type_get_extent (ikey, ib, isize, ierr) |
subroutine mpi_abort | ( | integer | comm, |
integer | errorcode, | ||
integer | ierror | ||
) |
Definition at line 46 of file mpi_dummy.f.
subroutine mpi_allgather | ( | integer, dimension(nsend) | data1, |
integer | nsend, | ||
integer | sendtype, | ||
integer, dimension(nsend) | data2, | ||
integer | nrecv, | ||
integer | recvtype, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 71 of file mpi_dummy.f.
References mpi_copy_double_precision(), mpi_copy_integer(), and mpi_copy_real().
subroutine mpi_allgatherv | ( | integer, dimension(nsend) | data1, |
integer | nsend, | ||
integer | sendtype, | ||
integer, dimension(nsend) | data2, | ||
integer | nrecv, | ||
integer | ndispls, | ||
integer | recvtype, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 106 of file mpi_dummy.f.
References mpi_copy_double_precision(), mpi_copy_integer(), and mpi_copy_real().
subroutine mpi_allreduce | ( | integer, dimension(n) | data1, |
integer, dimension(n) | data2, | ||
integer | n, | ||
integer | datatype, | ||
integer | operation, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 142 of file mpi_dummy.f.
References mpi_reduce_double_precision(), mpi_reduce_integer(), mpi_reduce_integer8(), and mpi_reduce_real().
subroutine mpi_attr_get | ( | icomm, | |
ikey, | |||
ival, | |||
logical | iflag, | ||
ierr | |||
) |
Definition at line 1103 of file mpi_dummy.f.
subroutine mpi_barrier | ( | integer | comm, |
integer | ierror | ||
) |
subroutine mpi_bcast | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | node, | ||
integer | comm, | ||
integer | ierror | ||
) |
subroutine mpi_bsend | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | iproc, | ||
integer | itag, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 236 of file mpi_dummy.f.
subroutine mpi_cart_create | ( | integer | comm, |
integer | ldims, | ||
integer, dimension(*) | dims, | ||
logical, dimension(*) | periods, | ||
logical | reorder, | ||
integer | comm_cart, | ||
integer | ierror | ||
) |
Definition at line 266 of file mpi_dummy.f.
subroutine mpi_cart_get | ( | integer | comm, |
integer | ldims, | ||
integer, dimension(*) | dims, | ||
logical, dimension(*) | periods, | ||
integer, dimension(*) | coords, | ||
integer | ierror | ||
) |
Definition at line 292 of file mpi_dummy.f.
subroutine mpi_cart_shift | ( | integer | comm, |
integer | idir, | ||
integer | idisp, | ||
integer | isource, | ||
integer | idest, | ||
integer | ierror | ||
) |
Definition at line 322 of file mpi_dummy.f.
subroutine mpi_comm_create | ( | icomm, | |
igroup, | |||
icommd, | |||
ierr | |||
) |
Definition at line 1057 of file mpi_dummy.f.
subroutine mpi_comm_dup | ( | integer | comm, |
integer | comm_out, | ||
integer | ierror | ||
) |
subroutine mpi_comm_free | ( | integer | comm, |
integer | ierror | ||
) |
Definition at line 369 of file mpi_dummy.f.
subroutine mpi_comm_get_attr | ( | icomm, | |
ikey, | |||
integer*8 | ival, | ||
logical | iflag, | ||
ierr | |||
) |
subroutine mpi_comm_group | ( | icomm, | |
igroup, | |||
ierr | |||
) |
Definition at line 1079 of file mpi_dummy.f.
subroutine mpi_comm_rank | ( | integer | comm, |
integer | me, | ||
integer | ierror | ||
) |
subroutine mpi_comm_size | ( | integer | comm, |
integer | nprocs, | ||
integer | ierror | ||
) |
subroutine mpi_comm_split | ( | integer | comm, |
integer | icolor, | ||
integer | ikey, | ||
integer | comm_new, | ||
integer | ierror | ||
) |
subroutine mpi_copy_double_precision | ( | real*8, dimension(n) | data1, |
real*8, dimension(n) | data2, | ||
integer | n, | ||
integer | ierror | ||
) |
subroutine mpi_copy_integer | ( | integer, dimension(n) | data1, |
integer, dimension(n) | data2, | ||
integer | n, | ||
integer | ierror | ||
) |
subroutine mpi_copy_real | ( | real, dimension(n) | data1, |
real, dimension(n) | data2, | ||
integer | n, | ||
integer | ierror | ||
) |
subroutine mpi_finalize | ( | integer | ierror | ) |
subroutine mpi_get_count | ( | integer | istatus, |
integer | datatype, | ||
integer | icount, | ||
integer | ierror | ||
) |
subroutine mpi_group_free |
Definition at line 1087 of file mpi_dummy.f.
subroutine mpi_init | ( | integer | ierror | ) |
subroutine mpi_initialized | ( | mpi_is_initialized, | |
ierr | |||
) |
subroutine mpi_intercomm_create | ( | ilcomm, | |
ill, | |||
ipcomm, | |||
irl, | |||
itag, | |||
newcomm, | |||
ierr | |||
) |
Definition at line 1064 of file mpi_dummy.f.
References exitti().
subroutine mpi_intercomm_merge | ( | icomm, | |
ihigh, | |||
icommd, | |||
ierr | |||
) |
Definition at line 1072 of file mpi_dummy.f.
References exitti().
subroutine mpi_irecv | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | iproc, | ||
integer | itag, | ||
integer | comm, | ||
integer | irequest, | ||
integer | ierror | ||
) |
subroutine mpi_isend | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | iproc, | ||
integer | itag, | ||
integer | comm, | ||
integer | request, | ||
integer | ierror | ||
) |
subroutine mpi_recv | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | iproc, | ||
integer | itag, | ||
integer | comm, | ||
integer | istatus, | ||
integer | ierror | ||
) |
subroutine mpi_reduce | ( | integer, dimension(n) | data1, |
integer | data2, | ||
integer | n, | ||
integer | datatype, | ||
integer | operation, | ||
integer | receiver, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 688 of file mpi_dummy.f.
References mpi_reduce_double_precision(), mpi_reduce_integer(), and mpi_reduce_real().
subroutine mpi_reduce_double_precision | ( | real*8, dimension(n) | data1, |
real*8, dimension(n) | data2, | ||
integer | n, | ||
integer | operation, | ||
integer | ierror | ||
) |
subroutine mpi_reduce_integer | ( | integer, dimension(n) | data1, |
integer, dimension(n) | data2, | ||
integer | n, | ||
integer | operation, | ||
integer | ierror | ||
) |
subroutine mpi_reduce_integer8 | ( | integer*8, dimension(n) | data1, |
integer*8, dimension(n) | data2, | ||
integer | n, | ||
integer | operation, | ||
integer | ierror | ||
) |
subroutine mpi_reduce_real | ( | real, dimension(n) | data1, |
real, dimension(n) | data2, | ||
integer | n, | ||
integer | operation, | ||
integer | ierror | ||
) |
subroutine mpi_reduce_scatter | ( | integer, dimension(n) | data1, |
integer, dimension(n) | data2, | ||
integer | n, | ||
integer | datatype, | ||
integer | operation, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 848 of file mpi_dummy.f.
References mpi_copy_double_precision(), mpi_copy_integer(), and mpi_copy_real().
subroutine mpi_rsend | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | iproc, | ||
integer | itag, | ||
integer | comm, | ||
integer | ierror | ||
) |
Definition at line 882 of file mpi_dummy.f.
subroutine mpi_scan | ( | integer, dimension(n) | data1, |
integer, dimension(n) | data2, | ||
integer | n, | ||
integer | datatype, | ||
integer | operation, | ||
integer | comm, | ||
integer | ierror | ||
) |
subroutine mpi_send | ( | integer, dimension(n) | data, |
integer | n, | ||
integer | datatype, | ||
integer | iproc, | ||
integer | itag, | ||
integer | comm, | ||
integer | ierror | ||
) |
subroutine mpi_type_get_extent | ( | ikey, | |
integer*8 | ib, | ||
integer*8 | isize, | ||
ierr | |||
) |
subroutine mpi_wait | ( | integer | irequest, |
integer | istatus, | ||
integer | ierror | ||
) |
subroutine mpi_waitall | ( | integer | icount, |
integer | irequest, | ||
integer | istatus, | ||
integer | ierror | ||
) |
Definition at line 966 of file mpi_dummy.f.
subroutine mpi_waitany | ( | integer | icount, |
integer, dimension(*) | array_of_requests, | ||
integer | index, | ||
integer | istatus, | ||
integer | ierror | ||
) |
Definition at line 991 of file mpi_dummy.f.
real*8 function mpi_wtick |
Definition at line 1018 of file mpi_dummy.f.
real*8 function mpi_wtime |