由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Software版 - what kind of language this is and how to change it? (转载)
相关主题
how to realize the conversion from little_endian to big_endian with gfortran. Thanks.what kind of language this is and how to change it? (转载)
gcc 编译的时候要包括 header source file 吗?深情的呼唤师傅们!C++做题做不出来啦!
gcc 编译的时候要包括 header source file 吗?关于程序必须支持win and linux, 可不可以用class而不是#ifdef WIN32 ?
有没有什么软件可以given adjcency matrix (转载)这个结果是啥,为什么呢?
实时交通软件C++ template preprocessor
免费拿 $300 amazon gift card or Cash+$75 ing direct bonushow to apply OOD to a code for both win and linux platform ?
免费拿 $100 Cash +$75 Ing Direct Bonus问低级问题
从美国到中国的direction问个C++的题目
相关话题的讨论汇总
话题: kind话题: change话题: language话题: what话题: mpi
进入Software版参与讨论
1 (共1页)
l********r
发帖数: 175
1
【 以下文字转载自 Linux 讨论区 】
发信人: lilyflower (smile), 信区: Linux
标 题: what kind of language this is and how to change it?
发信站: BBS 未名空间站 (Fri Aug 8 11:58:26 2008)
In my f90 source code files, it has following lines:
#ifdef SYNC
call mpi_barrier(mpi_comm_world,ierror)
#endif
what kind of languages that used? when using gfortran compiler to compile it
, I got warning message as: Illegal preprocessor directive.
I tried to correct it. How to change the source code or makefile a little
bit so that
p*********w
发帖数: 23432
2
这个是预编译。
在编译器级别加一些定义,增加程序的灵活性。

it

【在 l********r 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 发信人: lilyflower (smile), 信区: Linux
: 标 题: what kind of language this is and how to change it?
: 发信站: BBS 未名空间站 (Fri Aug 8 11:58:26 2008)
: In my f90 source code files, it has following lines:
: #ifdef SYNC
: call mpi_barrier(mpi_comm_world,ierror)
: #endif
: what kind of languages that used? when using gfortran compiler to compile it
: , I got warning message as: Illegal preprocessor directive.

1 (共1页)
进入Software版参与讨论
相关主题
问个C++的题目实时交通软件
matlab里面怎么写类似C++ 里面的 #define免费拿 $300 amazon gift card or Cash+$75 ing direct bonus
CPP question免费拿 $100 Cash +$75 Ing Direct Bonus
C++ Q69: #if (skillport)从美国到中国的direction
how to realize the conversion from little_endian to big_endian with gfortran. Thanks.what kind of language this is and how to change it? (转载)
gcc 编译的时候要包括 header source file 吗?深情的呼唤师傅们!C++做题做不出来啦!
gcc 编译的时候要包括 header source file 吗?关于程序必须支持win and linux, 可不可以用class而不是#ifdef WIN32 ?
有没有什么软件可以given adjcency matrix (转载)这个结果是啥,为什么呢?
相关话题的讨论汇总
话题: kind话题: change话题: language话题: what话题: mpi