setup
来自「mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环」· 代码 · 共 24 行
TXT
24 行
echo "RUNNING SETUP FOR THE EVENTS INTERFACE"## NOTE: This file is sourced from the device with the current working directory set to the top-level build directory.### Variables of interest...## $with_device - device name and arguments# $device_name - name of the device# $device_args - contains name of channel select plus an channel args# $channel_name - name of the channel# $master_top_srcdir - top-level source directory# $master_top_builddir - top-level build directory# $ac_configure_args - all arguments passed to configure#if test -z "$CONFIGURE_EVENTS_SETUP_SOURCED" ; then CONFIGURE_EVENTS_SETUP_SOURCED="sourced" CPPFLAGS="$CPPFLAGS -I${master_top_builddir}/src/util/events" CPPFLAGS="$CPPFLAGS -I${master_top_srcdir}/src/util/events"fi
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?