由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - what kind of language this is and how to change it? (转载)
相关主题
深情的呼唤师傅们!C++做题做不出来啦!makefile 里面那个-D flags的问题
关于程序必须支持win and linux, 可不可以用class而不是#ifdef WIN32 ?gfortran vs. intel fortran free edition, which one is better?
求助: Cygwin GCC g77编译.f文件出错How to run existing C files using Visual C++
这个结果是啥,为什么呢?问个简单的Fortran问题
C++ template preprocessorWindows 7 下的 fortran compiler
how to apply OOD to a code for both win and linux platform ?convert Fortune code to Matlab
问低级问题求推荐一个Fortran 90 compiler/ composer for windows
请教:Linux下gfortran一问Linux Makefile: How to include cpp files in subfolder for (转载)
相关话题的讨论汇总
话题: kind话题: change话题: language话题: what话题: mpi
进入Programming版参与讨论
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
T*****9
发帖数: 2484
2
install the mpi_fortran library

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.

l********r
发帖数: 175
3
Thanks a lot. where could I download the mpi_fortran library? I could only
find fortran library online, like NAG Fortran Library, Mark 21 for linux
fortran GCC compiler. Is that OK?
1 (共1页)
进入Programming版参与讨论
相关主题
Linux Makefile: How to include cpp files in subfolder for (转载)C++ template preprocessor
一个naive的问题——是否有这种工具?how to apply OOD to a code for both win and linux platform ?
另一个Fortran 问题问低级问题
面试被问到G++和GCC编译器的关系请教:Linux下gfortran一问
深情的呼唤师傅们!C++做题做不出来啦!makefile 里面那个-D flags的问题
关于程序必须支持win and linux, 可不可以用class而不是#ifdef WIN32 ?gfortran vs. intel fortran free edition, which one is better?
求助: Cygwin GCC g77编译.f文件出错How to run existing C files using Visual C++
这个结果是啥,为什么呢?问个简单的Fortran问题
相关话题的讨论汇总
话题: kind话题: change话题: language话题: what话题: mpi