📄 configure
字号:
--- ../../configure 2004-02-25 14:06:42.000000000 +0100+++ configure-mpich-1.2.5 2004-02-25 13:36:27.000000000 +0100@@ -15106,10 +15106,23 @@ SEDDEFS="${SEDDEFS}\${SEDdA}MPI_ADI2\${S # the few defines needed by mpi.h are included. CCFLAGS="$CCFLAGS $USER_CFLAGS" -mpich_includes="-I$top_srcdir/include -I$includebuild_dir -I$rootbuild_dir/mpid/$DEVICE -I$top_srcdir/mpid/util"-if test "$top_srcdir" != "$rootbuild_dir" ; then- mpich_includes="$mpich_includes -I$top_srcdir/mpid/$DEVICE"-fi+##+## ch_v modification: header files are in mpid/$DEVICE/driver, so...+##+if [ "$DEVICE" = "ch_v" ]; then+ mpich_includes="-I$top_srcdir/include -I$includebuild_dir -I$rootbuild_dir/mpid/$DEVICE/driver -I$top_srcdir/mpid/util"+ if test "$top_srcdir" != "$rootbuild_dir" ; then+ mpich_includes="$mpich_includes -I$top_srcdir/mpid/$DEVICE/driver"+ fi+else+ mpich_includes="-I$top_srcdir/include -I$includebuild_dir -I$rootbuild_dir/mpid/$DEVICE -I$top_srcdir/mpid/util"+ if test "$top_srcdir" != "$rootbuild_dir" ; then+ mpich_includes="$mpich_includes -I$top_srcdir/mpid/$DEVICE"+ fi+fi +##+## end of ch_v modification+## # # Check for traceback
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -