mpich2prereq

来自「fortran并行计算包」· 代码 · 共 23 行

TXT
23
字号
#! /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_THREAD_MULTIPLE## Get the channel from the device_args, and invoke any channel prereqecho "Executing mpich2prereq in $devicedir with $device_args"channel_name=`echo ${device_args} | sed -e 's/:.*$//'`if test -z "$channel_name" ; then     channel_name=sockfiif test -n "$channel_name" ; then    if test -f "$devicedir/channels/$channel_name/mpich2prereq" ; then        . $devicedir/channels/$channel_name/mpich2prereq    fifi# Set a value for the maximum processor name.  If necessary, this script# should run whatever tests are needed to determine the supported value.MPID_MAX_PROCESSOR_NAME=128

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?