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? |
|