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

📄 mpe_help.conf.in

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻 IN
字号:
#! /bin/shmpe_pgm_name="`echo $0 | sed 's%.*/\([^/]*\)$%\1%g'`"# Determine if this is invoked from standalone MPE or MPICH2case ${mpe_pgm_name} in    mpe*)    # if mpecc and mpefc, standalone MPE    mpe_hpfx="    -"    mpe_hpst="     "    ;;    mpi*)    # if mpicc and mpif77/mpif90, MPICH2    mpe_hpfx="    -mpe="    mpe_hpst="         "    ;;    *)    # Set unrecognized mpe_pgm_name as standalone MPE.    mpe_hpfx="    -"    mpe_hpst="     "    ;;esaccat <<EOFAvailable MPE profiling options for "${mpe_pgm_name}" :${mpe_hpfx}mpilog     : Automatic MPI and MPE user-defined states logging.${mpe_hpst}             This links against -llmpe -lmpe.${mpe_hpfx}mpitrace   : Trace MPI program with printf.${mpe_hpst}             This links against -ltmpe.${mpe_hpfx}mpianim    : Animate MPI program in real-time.${mpe_hpst}             This links against -lampe -lmpe.${mpe_hpfx}mpicheck   : Check MPI Program with the Collective & Datatype${mpe_hpst}             Checking library.  This links against -lmpe_collchk.${mpe_hpfx}graphics   : Use MPE graphics routines with X11 library.${mpe_hpst}             This links against -lmpe <X11 libraries>.${mpe_hpfx}log        : MPE user-defined states logging.${mpe_hpst}             This links against -lmpe.${mpe_hpfx}nolog      : Nullify MPE user-defined states logging.${mpe_hpst}             This links against -lmpe_null.${mpe_hpfx}help       : Print this help page.EOFexit 1

⌨️ 快捷键说明

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