int MPIAPI MPI_Get_address( _In_ void *location, _Out_ MPI_Aint *address ); パラメーター location [in] 呼び出し元のメモリ内の場所。 address [out] 場所のアドレス。 戻り値 成功したMPI_SUCCESS を返します。 それ以外の場合、戻り値はエラー コードです。 Fortran では、戻り値は...
sanity check command OMPI_MCA_rmaps_base_oversubscribe=1 mpirun -n 8 /dev/shm/easybuild/OpenMPI/4.1.1/GCC-11.2.0/mpi_test_hello_usempi exited with code 134 (output: [erchpctmpcpu03:2357145: 0:2357145] ud_iface.c:48 Fatal: iface 0x1be1020: failed to get peer address [erchpctmpcpu...
intMPIAPIMPI_Get_address( _In_void*location, _Out_ MPI_Aint *address ); 参数 location[in] 调用方内存中的位置。 address[out] 位置的地址。 返回值 返回成功时MPI_SUCCESS。 否则,返回值为错误代码。 在Fortran 中,返回值存储在IERROR参数中。
intMPIAPIMPI_Get_address( _In_void*location, _Out_ MPI_Aint *address ); Parameters location[in] Location in caller memory. address[out] Address of location. Return value ReturnsMPI_SUCCESSon success. Otherwise, the return value is an error code. ...