代码搜索:MPICH
找到约 462 项符合「MPICH」的源代码
代码结果 462
www.eeworm.com/read/484366/6586331
dll mpich2.dll
www.eeworm.com/read/341021/3258567
mpich2prereq
#! /bin/sh
#
# Provide information to the top level configure about the capabilities of
# the ch3 device.
#
# Currently, this is restricted to allowing the channels to assert
# support for MPI_THRE
www.eeworm.com/read/341021/3258598
mpich2prereq
#! /bin/sh
#
# The socket channel supports THREAD MULTIPLE
echo "Executing mpich2prereq in $devicedir/channels/sctp"
MPID_MAX_THREAD_LEVEL=MPI_THREAD_SERIALIZED
www.eeworm.com/read/341021/3258627
mpich2prereq
#! /bin/sh
#
# The socket channel supports THREAD MULTIPLE
echo "Executing mpich2prereq in $devicedir/channels/sock"
MPID_MAX_THREAD_LEVEL=MPI_THREAD_MULTIPLE
www.eeworm.com/read/341021/3258659
mpich2prereq
#! /bin/sh
#
# The shm channel does not implement SPAWN
echo "Executing mpich2prereq in $devicedir/channels/shm"
MPID_NO_SPAWN=yes
MPID_MAX_THREAD_LEVEL=MPI_THREAD_SERIALIZED
www.eeworm.com/read/341021/3258693
mpich2prereq
#! /bin/sh
#
# The socket channel supports THREAD MULTIPLE
echo "Executing mpich2prereq in $devicedir/channels/ssm"
MPID_MAX_THREAD_LEVEL=MPI_THREAD_SERIALIZED
www.eeworm.com/read/341021/3258716
mpich2prereq
#! /bin/sh
if test "$enable_dynamiclibs" != yes ; then
enable_dynamiclibs=yes
fi
www.eeworm.com/read/341021/3258748
mpich2prereq
#! /bin/sh
#
# The nemesis channel does not implement SPAWN (yet)
echo "Executing mpich2prereq in $devicedir/channels/nemesis"
MPID_NO_SPAWN=yes
MPID_MAX_THREAD_LEVEL=MPI_THREAD_MULTIPLE
www.eeworm.com/read/341021/3258984
mpich2prereq
#! /bin/sh
#
# Provide information to the top level configure about the capabilities of the dcmf device.
#
# Currently, this is restricted to allowing the channels to assert
# support for MPI_THREAD_M
www.eeworm.com/read/341021/3260861
mpich2prereq
#! /bin/sh
# Check that we are using the simple PMI implementation
# (Selecting multiple PM's may require incompatible PMI implementations
# (e.g., remshell and SMPD).
if [ -z "$PM_REQUIRES_PMI" ] ;