XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:www.parallel.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера www.parallel.ru ,которые мы индексируем. Показаны документы 501 - 520 из 1317.

В начало ] Пред. | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | След.В конец ]

Упорядочить по: URL  |  дате изменения
501. External Interfaces | PARALLEL.RU - Информационно-аналитический центр по
... External Interfaces . ... MPI_ADD_ERROR_CLASS(ERRORCLASS, IERROR) . INTEGER ERRORCLASS, IERROR . ... INTEGER ERRORCLASS, ERRORCODE, IERROR . ... INTEGER ERRORCODE, IERROR . ... INTEGER COMM, ERRORCODE, IERROR . ... INTEGER COMM_KEYVAL, IERROR . ... INTEGER COMM, COMM_KEYVAL, IERROR . ... MPI_COMM_GET_ATTR(COMM, COMM_KEYVAL, ATTRIBUTE_VAL, FLAG, IERROR) . ... INTEGER DATATYPE, MAX_INTEGERS, MAX_ADDRESSES, MAX_DATATYPES, ARRAY_OF_INTEGERS(*), ARRAY_OF_DATATYPES(*), IERROR . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node274.html -- 20.9 Кб -- 09.04.2016
Похожие документы

502. Miscellany | PARALLEL.RU - Информационно-аналитический центр по параллельным
... Miscellany . ... MPI_ALLOC_MEM(SIZE, INFO, BASEPTR, IERROR) . INTEGER INFO, IERROR . ... MPI_COMM_CREATE_ERRHANDLER(FUNCTION, ERRHANDLER, IERROR) . ... INTEGER ERRHANDLER, IERROR . MPI_COMM_GET_ERRHANDLER(COMM, ERRHANDLER, IERROR) . INTEGER COMM, ERRHANDLER, IERROR . ... INTEGER FILE, ERRHANDLER, IERROR . ... INTEGER IERROR . ... INTEGER INFO, NEWINFO, IERROR . ... INTEGER INFO, VALUELEN, IERROR . ... INTEGER INFO, NKEYS, IERROR . ... INTEGER WIN, ERRHANDLER, IERROR . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node270.html -- 20.9 Кб -- 09.04.2016
Похожие документы

503. MPI-2 C Functions | PARALLEL.RU - Информационно-аналитический центр по
... MPI-2 C Functions . ... typedef int MPI_Comm_copy_attr_function(MPI_Comm oldcomm, int comm_keyval, void *extra_state, void *attribute_val_in, void *attribute_val_out, int *flag); . typedef int MPI_Comm_delete_attr_function(MPI_Comm comm, int comm_keyval, void *attribute_val, void *extra_state); . ... typedef int MPI_Type_copy_attr_function(MPI_Datatype oldtype, int type_keyval, void *extra_state, void *attribute_val_in, void *attribute_val_out, int *flag); . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node268.html -- 17.5 Кб -- 09.04.2016
Похожие документы

504. MPI-1.2 C++ Bindings | PARALLEL.RU - Информационно-аналитический центр по
... MPI-1.2 C++ Bindings . Up: Language Binding Next: MPI-2 C Bindings Previous: MPI-1.2 Fortran Bindings . See Section C++ Bindings for New 1.2 Functions . ... Return to MPI-2 Standard Index . MPI-2.0 of July 18, 1997 . HTML Generated on August 11, 1997 . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node259.html -- 15.9 Кб -- 09.04.2016
Похожие документы

505. MPI-1.2 Fortran Bindings | PARALLEL.RU - Информационно-аналитический центр по
... MPI-1.2 Fortran Bindings . Up: Language Binding Next: MPI-1.2 C++ Bindings Previous: MPI-1.2 C Bindings . ... MPI-2.0 of July 18, 1997 . HTML Generated on August 11, 1997 . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node258.html -- 15.9 Кб -- 09.04.2016
Похожие документы

506. One-Sided Communications | PARALLEL.RU - Информационно-аналитический центр по
... One-Sided Communications . ... void MPI::Win::Accumulate(const void* origin_addr, int origin_count, const MPI::Datatype& origin_datatype, int target_rank, MPI::Aint target_disp, int target_count, const MPI::Datatype& target_datatype, const MPI::Op& op) const . ... void MPI::Win::Get(const void *origin_addr, int origin_count, const MPI::Datatype& origin_datatype, int target_rank, MPI::Aint target_disp, int target_count, const MPI::Datatype& target_datatype) const . ... void MPI::Win::Wait(void) const...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node281.html -- 17.3 Кб -- 09.04.2016
Похожие документы

507. I/O | PARALLEL.RU - Информационно-аналитический центр по параллельным
... INTEGER FH, IERROR . ... MPI_FILE_GET_TYPE_EXTENT(FH, DATATYPE, EXTENT, IERROR) . INTEGER FH, DATATYPE, IERROR . ... MPI_FILE_IREAD(FH, BUF, COUNT, DATATYPE, REQUEST, IERROR) . ... INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR . MPI_FILE_IREAD_AT(FH, OFFSET, BUF, COUNT, DATATYPE, REQUEST, IERROR) . ... MPI_FILE_IREAD_SHARED(FH, BUF, COUNT, DATATYPE, REQUEST, IERROR) . ... INTEGER FH, COUNT, DATATYPE, STATUS(MPI_STATUS_SIZE), IERROR . ... INTEGER FH, COUNT, DATATYPE, IERROR . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node275.html -- 23.4 Кб -- 09.04.2016
Похожие документы

508. MPI-2 Fortran Bindings | PARALLEL.RU - Информационно-аналитический центр по
. Перейти к основному содержанию . Главная . ? Документы . ? MPI-2 Fortran Bindings . Up: Language Binding Next: Miscellany Previous: MPI-2 C Functions . Up: Language Binding Next: Miscellany Previous: MPI-2 C Functions . Return to MPI-2 Standard Index . MPI-2.0 of July 18, 1997 . HTML Generated on August 11, 1997 . О Сервере . Что нового? . Компьютеры . Технологии . Исследования . Метакомпьютинг . Информация . Конференции . Центры . История . Россия . Новости . Общение . Наш сервис . Поиск .
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node269.html -- 15.8 Кб -- 09.04.2016
Похожие документы

509. MPI-1.2 C Bindings | PARALLEL.RU - Информационно-аналитический центр по
... MPI-1.2 C Bindings . Up: Language Binding Next: MPI-1.2 Fortran Bindings Previous: Info Values . int MPI_Get_version( int *version, int *subversion ) . ... MPI-2.0 of July 18, 1997 . HTML Generated on August 11, 1997 . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node257.html -- 15.9 Кб -- 09.04.2016
Похожие документы

510. C++ Bindings for Groups, Contexts, and Communicators | PARALLEL.RU -
... C++ Bindings for Groups, Contexts, and Communicators . ... namespace MPI { int Group::Get_size() const . ... static void Group::Translate_ranks (const Group& group1, int n, const int ranks1[], const Group& group2, int ranks2[]) . ... static Group Group::Union(const Group& group1, const Group& group2) . static Group Group::Intersect(const Group& group1, const Group& group2) . static Group Group::Difference(const Group& group1, const Group& group2) . ... void Group::Free() . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node293.html -- 18.8 Кб -- 09.04.2016
Похожие документы

511. C++ Bindings for Collective Communication | PARALLEL.RU -
... C++ Bindings for Collective Communication . Up: MPI-1 C++ Language Binding Next: C++ Bindings for Groups, Contexts, and Communicators Previous: C++ Bindings for Point-to-Point Communication . namespace MPI { void Intracomm::Barrier() const . ... void Intracomm::Gatherv(const void* sendbuf, int sendcount, const Datatype& sendtype, void* recvbuf, const int recvcounts[], const int displs[], const Datatype& recvtype, int root) const . ... void Op::Free() . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node292.html -- 18.7 Кб -- 09.04.2016
Похожие документы

512. Extended Collective Operations | PARALLEL.RU - Информационно-аналитический
... Extended Collective Operations . ... MPI::Comm::Alltoallw(const void* sendbuf, const int sendcounts[], const int sdispls[], const MPI::Datatype sendtypes[], void* recvbuf, const int recvcounts[], const int rdispls[], const MPI::Datatype recvtypes[]) const . ... MPI::Intercomm::Allgatherv(const void* sendbuf, int sendcount, const MPI::Datatype& sendtype, void* recvbuf, const int recvcounts[], const int displs[], const MPI::Datatype& recvtype) const . ... Return to MPI-2 Standard Index . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node282.html -- 18.7 Кб -- 09.04.2016
Похожие документы

513. Process Creation and Management | PARALLEL.RU - Информационно-аналитический
... Process Creation and Management . Up: MPI-2 C++ Bindings Next: One-Sided Communications Previous: Miscellany . void MPI::Close_port(const char* port_name) . ... MPI::Intercomm MPI::Comm::Join(const int fd) . MPI::Intercomm MPI::Intracomm::Accept(const char* port_name, const MPI::Info& info, int root) const . ... MPI::Intercomm MPI::Intracomm::Spawn(const char* command, const char* argv[], int maxprocs, const MPI::Info& info, int root) const . ... MPI-2.0 of July 18, 1997 . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node280.html -- 17.5 Кб -- 09.04.2016
Похожие документы

514. Language Bindings | PARALLEL.RU - Информационно-аналитический центр по
... Language Bindings . Up: MPI-2 Fortran Bindings Next: MPI-2 Fortran Subroutines Previous: I/O . MPI_SIZEOF(X, SIZE, IERROR) . ... INTEGER SIZE, IERROR . MPI_TYPE_CREATE_F90_COMPLEX(P, R, NEWTYPE, IERROR) . INTEGER P, R, NEWTYPE, IERROR . MPI_TYPE_CREATE_F90_INTEGER(R, NEWTYPE, IERROR) . ... MPI_TYPE_CREATE_F90_REAL(P, R, NEWTYPE, IERROR) . ... MPI_TYPE_MATCH_SIZE(TYPECLASS, SIZE, TYPE, IERROR) . INTEGER TYPECLASS, SIZE, TYPE, IERROR . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node276.html -- 16.3 Кб -- 09.04.2016
Похожие документы

515. Info Values | PARALLEL.RU - Информационно-аналитический центр по параллельным
... Info Values . Up: Defined Constants, Error Codes, Info Keys, and Info Values Next: MPI-1.2 C Bindings Previous: Info Keys . ... MPI-2.0 of July 18, 1997 . HTML Generated on August 11, 1997 . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node256.html -- 16.0 Кб -- 09.04.2016
Похожие документы

516. Miscellaneous Clarifications | PARALLEL.RU - Информационно-аналитический центр
... Miscellaneous Clarifications . Up: Consistency and Semantics Next: MPI_Offset Type Previous: Type Matching . ... For example, the comm and info used in an MPI_FILE_OPEN, or the etype and filetype used in an MPI_FILE_SET_VIEW, can be freed without affecting access to the file. ... As in communication, datatypes must be committed before they can be used in file manipulation or data access operations. ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node211.html -- 16.6 Кб -- 09.04.2016
Похожие документы

517. C++ Bindings for Process Topologies | PARALLEL.RU - Информационно-аналитический
... C++ Bindings for Process Topologies . ... namespace MPI { Cartcomm Intracomm::Create_cart(int ndims, const int dims[], const bool periods[], bool reorder) const . ... Graphcomm Intracomm::Create_graph(int nnodes, const int index[], const int edges[], bool reorder) const . int Comm::Get_topology() const . ... int Cartcomm::Map(int ndims, const int dims[], const bool periods[]) const . int Graphcomm::Map(int nnodes, const int index[], const int edges[]) const . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node294.html -- 17.5 Кб -- 09.04.2016
Похожие документы

518. C++ Bindings for Point-to-Point Communication | PARALLEL.RU -
... C++ Bindings for Point-to-Point Communication . ... For brevity, the keyword virtual is omitted. namespace MPI { void Comm::Send(const void* buf, int count, const Datatype& datatype, int dest, int tag) const . ... int Status::Get_count(const Datatype& datatype) const . void Comm::Bsend(const void* buf, int count, const Datatype& datatype, int dest, int tag) const . void Comm::Ssend(const void* buf, int count, const Datatype& datatype, int dest, int tag) const . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node291.html -- 22.5 Кб -- 09.04.2016
Похожие документы

519. External Interfaces | PARALLEL.RU - Информационно-аналитический центр по
... External Interfaces . ... int MPI::Add_error_class(void) . ... void MPI::Add_error_string(int errorcode, const char string[]) . void MPI::Comm::Call_errhandler(int errorcode) const . int MPI::Comm::Create_keyval(const MPI::Comm::copy_attr_function* comm_copy_attr_fn, const MPI::Comm::delete_attr_function* comm_delete_attr_fn, void* extra_state) const . MPI::Comm::Delete_attr(int comm_keyval) const . void MPI::Comm::Free_keyval(int& comm_keyval) const . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node283.html -- 19.2 Кб -- 09.04.2016
Похожие документы

520. Miscellany | PARALLEL.RU - Информационно-аналитический центр по параллельным
... Miscellany . ... void* MPI::Alloc_mem(MPI::Aint size, const MPI::Info& info) . ... MPI::Datatype MPI::Datatype::Create_darray(int size, int rank, int ndims, const int array_of_gsizes[], const int array_of_distribs[], const int array_of_dargs[], const int array_of_psizes[], int order) const . ... void MPI::Datatype::Pack_external(const char* datarep, const void* inbuf, int incount, void* outbuf, MPI::Aint outsize, MPI::Aint& position) const . ... int MPI::Info::Get_nkeys(void) const . ... Центры . ...
[ Сохраненная копия ]  Ссылки http://www.parallel.ru/docs/mpi2/node279.html -- 19.3 Кб -- 09.04.2016
Похожие документы

В начало ] Пред. | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования