⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpich2prereq

📁 fortran并行计算包
💻
字号:
#! /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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -