爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博登陆

只需一步, 快速开始

搜索
查看: 1096|回复: 1

刚学习MM5及WRF模式,请教一下安装问题

[复制链接]

新浪微博达人勋

发表于 2017-10-18 06:10:12 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册 新浪微博登陆

x
需要用MM5中的Liitle_r模块,用ifort编译,生成的Liitle_r一直是红色的不可用

[wrf@insect-ecol ~/LITTLE_R]$ make intel
echo "Compiling for Linux with INTEL compiler"                                 ; \
        echo "AR                =       ar ru"                          >  macros_little_r      ; \
        echo "RM                =       /bin/rm -f"                            >> macros_little_r       ; \
        echo "RM_LIST           =       *.o *.M core *.kmo *.mod *_out_* *.cgm">> macros_little_r       ; \
        echo "CD                =       cd"                             >> macros_little_r      ; \
        echo "LN                =       ln -s"                          >> macros_little_r      ; \
        echo "MAKE              =       make -i -f Makefile"                   >> macros_little_r       ; \
        echo "SHELL             =       /bin/sh"                        >> macros_little_r      ; \
        echo "TOUCH             =       touch"                          >> macros_little_r      ; \
        echo "CPP               =       /lib/cpp"                       >> macros_little_r      ; \
        echo "CPPFLAGS          =       -I. -C -P -DDEC -traditional"   >> macros_little_r      ; \
        echo "FC                =       ifort"                          >> macros_little_r      ; \
        echo "FCFLAGS           =       -FR -pc 32 -convert big_endian" >> macros_little_r      ; \
        echo "LDFLAGS           =       -i_dynamic"                            >> macros_little_r       ; \
        echo "CCFLAGS           =       -DDEC -I."                      >> macros_little_r      ; \
        echo "LOCAL_LIBRARIES   =       -L/usr/local/ncl-6.3.0/lib -L/usr/lib -lncarg -lncarg_gks -lncarg_c -lX11 -L/usr/lib64 -lg2c" >> macros_little_r       ; \
        ( cd src ; make -i -f Makefile all )                                   ; \
/bin/rm -f little_r ; ln -s src/little_r .
Compiling for Linux with INTEL compiler
make[1]: Entering directory `/home/WRFV3.8/LITTLE_R/src'
/bin/rm -f map_utils_module.o
/lib/cpp -I. -C -P -DDEC -traditional map_utils_module.F > map_utils_module.f
ifort -c -FR -pc 32 -convert big_endian map_utils_module.f
map_utils_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
map_utils_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
map_utils_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
map_utils_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
map_utils_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
map_utils_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
map_utils_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for map_utils_module.f (code 1)
make[1]: [map_utils_module.o] Error 1 (ignored)
/bin/rm -f map_utils_module.f
/bin/rm -f map_utils_helper_module.o
/lib/cpp -I. -C -P -DDEC -traditional map_utils_helper_module.F > map_utils_helper_module.f
ifort -c -FR -pc 32 -convert big_endian map_utils_helper_module.f
map_utils_helper_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
map_utils_helper_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
map_utils_helper_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
map_utils_helper_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
map_utils_helper_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
map_utils_helper_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
map_utils_helper_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for map_utils_helper_module.f (code 1)
make[1]: [map_utils_helper_module.o] Error 1 (ignored)
/bin/rm -f map_utils_helper_module.f
/bin/rm -f date_pack_module.o
/lib/cpp -I. -C -P -DDEC -traditional date_pack_module.F > date_pack_module.f
ifort -c -FR -pc 32 -convert big_endian date_pack_module.f
date_pack_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
date_pack_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
date_pack_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
date_pack_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
date_pack_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
date_pack_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
date_pack_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for date_pack_module.f (code 1)
make[1]: [date_pack_module.o] Error 1 (ignored)
/bin/rm -f date_pack_module.f
/bin/rm -f small_header_data_module.o
/lib/cpp -I. -C -P -DDEC -traditional small_header_data_module.F > small_header_data_module.f
ifort -c -FR -pc 32 -convert big_endian small_header_data_module.f
small_header_data_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
small_header_data_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
small_header_data_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
small_header_data_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
small_header_data_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
small_header_data_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
small_header_data_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for small_header_data_module.f (code 1)
make[1]: [small_header_data_module.o] Error 1 (ignored)
/bin/rm -f small_header_data_module.f
/bin/rm -f input_data_module.o
/lib/cpp -I. -C -P -DDEC -traditional input_data_module.F > input_data_module.f
ifort -c -FR -pc 32 -convert big_endian input_data_module.f
input_data_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
input_data_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
input_data_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
input_data_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
input_data_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
input_data_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
input_data_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for input_data_module.f (code 1)
make[1]: [input_data_module.o] Error 1 (ignored)
/bin/rm -f input_data_module.f
/bin/rm -f namelist_module.o
/lib/cpp -I. -C -P -DDEC -traditional namelist_module.F > namelist_module.f
ifort -c -FR -pc 32 -convert big_endian namelist_module.f
namelist_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
namelist_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
namelist_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
namelist_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
namelist_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
namelist_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
namelist_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for namelist_module.f (code 1)
make[1]: [namelist_module.o] Error 1 (ignored)
/bin/rm -f namelist_module.f
/bin/rm -f obs_sort_module.o
/lib/cpp -I. -C -P -DDEC -traditional obs_sort_module.F > obs_sort_module.f
ifort -c -FR -pc 32 -convert big_endian obs_sort_module.f
obs_sort_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
obs_sort_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
obs_sort_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
obs_sort_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
obs_sort_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
obs_sort_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
obs_sort_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for obs_sort_module.f (code 1)
make[1]: [obs_sort_module.o] Error 1 (ignored)
/bin/rm -f obs_sort_module.f
/bin/rm -f tinterp_module.o
/lib/cpp -I. -C -P -DDEC -traditional tinterp_module.F > tinterp_module.f
ifort -c -FR -pc 32 -convert big_endian tinterp_module.f
tinterp_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
tinterp_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
tinterp_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
tinterp_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
tinterp_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
tinterp_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
tinterp_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for tinterp_module.f (code 1)
make[1]: [tinterp_module.o] Error 1 (ignored)
/bin/rm -f tinterp_module.f
/bin/rm -f driver.o
/lib/cpp -I. -C -P -DDEC -traditional driver.F > driver.f
ifort -c -FR -pc 32 -convert big_endian driver.f
driver.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
driver.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
driver.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
driver.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
driver.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
driver.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
driver.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for driver.f (code 1)
make[1]: [driver.o] Error 1 (ignored)
/bin/rm -f driver.f
/bin/rm -f error_module.o
/lib/cpp -I. -C -P -DDEC -traditional error_module.F > error_module.f
ifort -c -FR -pc 32 -convert big_endian error_module.f
error_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
error_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
error_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
error_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
error_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
error_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
error_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for error_module.f (code 1)
make[1]: [error_module.o] Error 1 (ignored)
/bin/rm -f error_module.f
/bin/rm -f error_handler.o
/lib/cpp -I. -C -P -DDEC -traditional error_handler.F > error_handler.f
ifort -c -FR -pc 32 -convert big_endian error_handler.f
error_handler.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
error_handler.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
error_handler.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
error_handler.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
error_handler.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
error_handler.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
error_handler.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for error_handler.f (code 1)
make[1]: [error_handler.o] Error 1 (ignored)
/bin/rm -f error_handler.f
/bin/rm -f linpak.o
/lib/cpp -I. -C -P -DDEC -traditional linpak.F > linpak.f
ifort -c -FR -pc 32 -convert big_endian linpak.f
linpak.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
linpak.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
linpak.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
linpak.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
linpak.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
linpak.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
linpak.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for linpak.f (code 1)
make[1]: [linpak.o] Error 1 (ignored)
/bin/rm -f linpak.f
/bin/rm -f main.o
/lib/cpp -I. -C -P -DDEC -traditional main.F > main.f
ifort -c -FR -pc 32 -convert big_endian main.f
main.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
main.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
main.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
main.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
main.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
main.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
main.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for main.f (code 1)
make[1]: [main.o] Error 1 (ignored)
/bin/rm -f main.f
/bin/rm -f header_flags_module.o
/lib/cpp -I. -C -P -DDEC -traditional header_flags_module.F > header_flags_module.f
ifort -c -FR -pc 32 -convert big_endian header_flags_module.f
header_flags_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
header_flags_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
header_flags_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
header_flags_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
header_flags_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
header_flags_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
header_flags_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for header_flags_module.f (code 1)
make[1]: [header_flags_module.o] Error 1 (ignored)
/bin/rm -f header_flags_module.f
/bin/rm -f first_guess_module.o
/lib/cpp -I. -C -P -DDEC -traditional first_guess_module.F > first_guess_module.f
ifort -c -FR -pc 32 -convert big_endian first_guess_module.f
first_guess_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
first_guess_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
first_guess_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
first_guess_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
first_guess_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
first_guess_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
first_guess_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for first_guess_module.f (code 1)
make[1]: [first_guess_module.o] Error 1 (ignored)
/bin/rm -f first_guess_module.f
/bin/rm -f final_analysis_module.o
/lib/cpp -I. -C -P -DDEC -traditional final_analysis_module.F > final_analysis_module.f
ifort -c -FR -pc 32 -convert big_endian final_analysis_module.f
final_analysis_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
final_analysis_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
final_analysis_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
final_analysis_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
final_analysis_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
final_analysis_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
final_analysis_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for final_analysis_module.f (code 1)
make[1]: [final_analysis_module.o] Error 1 (ignored)
/bin/rm -f final_analysis_module.f
/bin/rm -f proc_final_analysis.o
/lib/cpp -I. -C -P -DDEC -traditional proc_final_analysis.F > proc_final_analysis.f
ifort -c -FR -pc 32 -convert big_endian proc_final_analysis.f
proc_final_analysis.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_final_analysis.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_final_analysis.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_final_analysis.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_final_analysis.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_final_analysis.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_final_analysis.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_final_analysis.f (code 1)
make[1]: [proc_final_analysis.o] Error 1 (ignored)
/bin/rm -f proc_final_analysis.f
/bin/rm -f proc_first_guess.o
/lib/cpp -I. -C -P -DDEC -traditional proc_first_guess.F > proc_first_guess.f
ifort -c -FR -pc 32 -convert big_endian proc_first_guess.f
proc_first_guess.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_first_guess.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_first_guess.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_first_guess.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_first_guess.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_first_guess.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_first_guess.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_first_guess.f (code 1)
make[1]: [proc_first_guess.o] Error 1 (ignored)
/bin/rm -f proc_first_guess.f
/bin/rm -f proc_get_info_header.o
/lib/cpp -I. -C -P -DDEC -traditional proc_get_info_header.F > proc_get_info_header.f
ifort -c -FR -pc 32 -convert big_endian proc_get_info_header.f
proc_get_info_header.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_get_info_header.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_get_info_header.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_get_info_header.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_get_info_header.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_get_info_header.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_get_info_header.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_get_info_header.f (code 1)
make[1]: [proc_get_info_header.o] Error 1 (ignored)
/bin/rm -f proc_get_info_header.f
/bin/rm -f header_module.o
/lib/cpp -I. -C -P -DDEC -traditional header_module.F > header_module.f
ifort -c -FR -pc 32 -convert big_endian header_module.f
header_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
header_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
header_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
header_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
header_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
header_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
header_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for header_module.f (code 1)
make[1]: [header_module.o] Error 1 (ignored)
/bin/rm -f header_module.f
/bin/rm -f proc_header.o
/lib/cpp -I. -C -P -DDEC -traditional proc_header.F > proc_header.f
ifort -c -FR -pc 32 -convert big_endian proc_header.f
proc_header.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_header.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_header.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_header.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_header.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_header.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_header.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_header.f (code 1)
make[1]: [proc_header.o] Error 1 (ignored)
/bin/rm -f proc_header.f
/bin/rm -f proc_intro.o
/lib/cpp -I. -C -P -DDEC -traditional proc_intro.F > proc_intro.f
ifort -c -FR -pc 32 -convert big_endian proc_intro.f
proc_intro.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_intro.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_intro.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_intro.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_intro.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_intro.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_intro.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_intro.f (code 1)
make[1]: [proc_intro.o] Error 1 (ignored)
/bin/rm -f proc_intro.f
/bin/rm -f proc_namelist.o
/lib/cpp -I. -C -P -DDEC -traditional proc_namelist.F > proc_namelist.f
ifort -c -FR -pc 32 -convert big_endian proc_namelist.f
proc_namelist.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_namelist.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_namelist.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_namelist.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_namelist.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_namelist.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_namelist.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_namelist.f (code 1)
make[1]: [proc_namelist.o] Error 1 (ignored)
/bin/rm -f proc_namelist.f
/bin/rm -f oa_module.o
/lib/cpp -I. -C -P -DDEC -traditional oa_module.F > oa_module.f
ifort -c -FR -pc 32 -convert big_endian oa_module.f
oa_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
oa_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
oa_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
oa_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
oa_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
oa_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
oa_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for oa_module.f (code 1)
make[1]: [oa_module.o] Error 1 (ignored)
/bin/rm -f oa_module.f
/bin/rm -f proc_oa.o
/lib/cpp -I. -C -P -DDEC -traditional proc_oa.F > proc_oa.f
ifort -c -FR -pc 32 -convert big_endian proc_oa.f
proc_oa.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_oa.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_oa.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_oa.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_oa.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_oa.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_oa.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_oa.f (code 1)
make[1]: [proc_oa.o] Error 1 (ignored)
/bin/rm -f proc_oa.f
/bin/rm -f ob_access_module.o
/lib/cpp -I. -C -P -DDEC -traditional ob_access_module.F > ob_access_module.f
ifort -c -FR -pc 32 -convert big_endian ob_access_module.f
ob_access_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
ob_access_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
ob_access_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
ob_access_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
ob_access_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
ob_access_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
ob_access_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for ob_access_module.f (code 1)
make[1]: [ob_access_module.o] Error 1 (ignored)
/bin/rm -f ob_access_module.f
/bin/rm -f proc_ob_access.o
/lib/cpp -I. -C -P -DDEC -traditional proc_ob_access.F > proc_ob_access.f
ifort -c -FR -pc 32 -convert big_endian proc_ob_access.f
proc_ob_access.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_ob_access.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_ob_access.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_ob_access.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_ob_access.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_ob_access.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_ob_access.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_ob_access.f (code 1)
make[1]: [proc_ob_access.o] Error 1 (ignored)
/bin/rm -f proc_ob_access.f
/bin/rm -f proc_obs_sort.o
/lib/cpp -I. -C -P -DDEC -traditional proc_obs_sort.F > proc_obs_sort.f
ifort -c -FR -pc 32 -convert big_endian proc_obs_sort.f
proc_obs_sort.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_obs_sort.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_obs_sort.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_obs_sort.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_obs_sort.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_obs_sort.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_obs_sort.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_obs_sort.f (code 1)
make[1]: [proc_obs_sort.o] Error 1 (ignored)
/bin/rm -f proc_obs_sort.f
/bin/rm -f qc0_module.o
/lib/cpp -I. -C -P -DDEC -traditional qc0_module.F > qc0_module.f
ifort -c -FR -pc 32 -convert big_endian qc0_module.f
qc0_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
qc0_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
qc0_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
qc0_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
qc0_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
qc0_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
qc0_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for qc0_module.f (code 1)
make[1]: [qc0_module.o] Error 1 (ignored)
/bin/rm -f qc0_module.f
/bin/rm -f qc1_module.o
/lib/cpp -I. -C -P -DDEC -traditional qc1_module.F > qc1_module.f
ifort -c -FR -pc 32 -convert big_endian qc1_module.f
qc1_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
qc1_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
qc1_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
qc1_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
qc1_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
qc1_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
qc1_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for qc1_module.f (code 1)
make[1]: [qc1_module.o] Error 1 (ignored)
/bin/rm -f qc1_module.f
/bin/rm -f qc2_module.o
/lib/cpp -I. -C -P -DDEC -traditional qc2_module.F > qc2_module.f
ifort -c -FR -pc 32 -convert big_endian qc2_module.f
qc2_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
qc2_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
qc2_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
qc2_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
qc2_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
qc2_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
qc2_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for qc2_module.f (code 1)
make[1]: [qc2_module.o] Error 1 (ignored)
/bin/rm -f qc2_module.f
/bin/rm -f qc3_module.o
/lib/cpp -I. -C -P -DDEC -traditional qc3_module.F > qc3_module.f
ifort -c -FR -pc 32 -convert big_endian qc3_module.f
qc3_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
qc3_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
qc3_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
qc3_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
qc3_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
qc3_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
qc3_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for qc3_module.f (code 1)
make[1]: [qc3_module.o] Error 1 (ignored)
/bin/rm -f qc3_module.f
/bin/rm -f proc_qc.o
/lib/cpp -I. -C -P -DDEC -traditional proc_qc.F > proc_qc.f
ifort -c -FR -pc 32 -convert big_endian proc_qc.f
proc_qc.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
proc_qc.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
proc_qc.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
proc_qc.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
proc_qc.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
proc_qc.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
proc_qc.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for proc_qc.f (code 1)
make[1]: [proc_qc.o] Error 1 (ignored)
/bin/rm -f proc_qc.f
/bin/rm -f printout_module.o
/lib/cpp -I. -C -P -DDEC -traditional printout_module.F > printout_module.f
ifort -c -FR -pc 32 -convert big_endian printout_module.f
printout_module.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
printout_module.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
printout_module.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
printout_module.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
printout_module.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
printout_module.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
printout_module.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for printout_module.f (code 1)
make[1]: [printout_module.o] Error 1 (ignored)
/bin/rm -f printout_module.f
/bin/rm -f sample.o
/lib/cpp -I. -C -P -DDEC -traditional sample.F > sample.f
ifort -c -FR -pc 32 -convert big_endian sample.f
sample.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
sample.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
sample.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
sample.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
sample.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
sample.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
sample.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for sample.f (code 1)
make[1]: [sample.o] Error 1 (ignored)
/bin/rm -f sample.f
/bin/rm -f yx2xy.o
/lib/cpp -I. -C -P -DDEC -traditional yx2xy.F > yx2xy.f
ifort -c -FR -pc 32 -convert big_endian yx2xy.f
yx2xy.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
yx2xy.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
yx2xy.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
yx2xy.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
yx2xy.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
yx2xy.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
yx2xy.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for yx2xy.f (code 1)
make[1]: [yx2xy.o] Error 1 (ignored)
/bin/rm -f yx2xy.f
ifort -o little_r -FR -pc 32 -convert big_endian -i_dynamic driver.o error_handler.o linpak.o main.o proc_final_analysis.o proc_first_guess.o proc_get_info_header.o proc_header.o proc_intro.o proc_namelist.o proc_oa.o proc_ob_access.o proc_obs_sort.o proc_qc.o sample.o yx2xy.o date_pack_module.o error_module.o final_analysis_module.o first_guess_module.o header_flags_module.o header_module.o input_data_module.o map_utils_module.o map_utils_helper_module.o namelist_module.o oa_module.o ob_access_module.o obs_sort_module.o printout_module.o qc0_module.o qc1_module.o qc2_module.o qc3_module.o small_header_data_module.o tinterp_module.o
ifort: command line remark #10148: option '-i_dynamic' not supported
ifort: error #10236: File not found:  'driver.o'
ifort: error #10236: File not found:  'error_handler.o'
ifort: error #10236: File not found:  'linpak.o'
ifort: error #10236: File not found:  'main.o'
ifort: error #10236: File not found:  'proc_final_analysis.o'
ifort: error #10236: File not found:  'proc_first_guess.o'
ifort: error #10236: File not found:  'proc_get_info_header.o'
ifort: error #10236: File not found:  'proc_header.o'
ifort: error #10236: File not found:  'proc_intro.o'
ifort: error #10236: File not found:  'proc_namelist.o'
ifort: error #10236: File not found:  'proc_oa.o'
ifort: error #10236: File not found:  'proc_ob_access.o'
ifort: error #10236: File not found:  'proc_obs_sort.o'
ifort: error #10236: File not found:  'proc_qc.o'
ifort: error #10236: File not found:  'sample.o'
ifort: error #10236: File not found:  'yx2xy.o'
ifort: error #10236: File not found:  'date_pack_module.o'
ifort: error #10236: File not found:  'error_module.o'
ifort: error #10236: File not found:  'final_analysis_module.o'
ifort: error #10236: File not found:  'first_guess_module.o'
ifort: error #10236: File not found:  'header_flags_module.o'
ifort: error #10236: File not found:  'header_module.o'
ifort: error #10236: File not found:  'input_data_module.o'
ifort: error #10236: File not found:  'map_utils_module.o'
ifort: error #10236: File not found:  'map_utils_helper_module.o'
ifort: error #10236: File not found:  'namelist_module.o'
ifort: error #10236: File not found:  'oa_module.o'
ifort: error #10236: File not found:  'ob_access_module.o'
ifort: error #10236: File not found:  'obs_sort_module.o'
ifort: error #10236: File not found:  'printout_module.o'
ifort: error #10236: File not found:  'qc0_module.o'
ifort: error #10236: File not found:  'qc1_module.o'
ifort: error #10236: File not found:  'qc2_module.o'
ifort: error #10236: File not found:  'qc3_module.o'
ifort: error #10236: File not found:  'small_header_data_module.o'
ifort: error #10236: File not found:  'tinterp_module.o'
ifort: command line error: no files specified; for help type "ifort -help"
make[1]: [little_r] Error 1 (ignored)
/bin/rm -f module_header.o
/lib/cpp -I. -C -P -DDEC -traditional module_header.F > module_header.f
ifort -c -FR -pc 32 -convert big_endian module_header.f
module_header.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_header.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_header.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_header.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_header.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_header.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_header.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_header.f (code 1)
make[1]: [module_header.o] Error 1 (ignored)
/bin/rm -f module_header.f
/bin/rm -f module_map_stuff.o
/lib/cpp -I. -C -P -DDEC -traditional module_map_stuff.F > module_map_stuff.f
ifort -c -FR -pc 32 -convert big_endian module_map_stuff.f
module_map_stuff.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_map_stuff.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_map_stuff.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_map_stuff.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_map_stuff.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_map_stuff.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_map_stuff.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_map_stuff.f (code 1)
make[1]: [module_map_stuff.o] Error 1 (ignored)
/bin/rm -f module_map_stuff.f
/bin/rm -f module_ncarg.o
/lib/cpp -I. -C -P -DDEC -traditional module_ncarg.F > module_ncarg.f
ifort -c -FR -pc 32 -convert big_endian module_ncarg.f
module_ncarg.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_ncarg.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_ncarg.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_ncarg.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_ncarg.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_ncarg.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_ncarg.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_ncarg.f (code 1)
make[1]: [module_ncarg.o] Error 1 (ignored)
/bin/rm -f module_ncarg.f
/bin/rm -f module_read_station.o
/lib/cpp -I. -C -P -DDEC -traditional module_read_station.F > module_read_station.f
ifort -c -FR -pc 32 -convert big_endian module_read_station.f
module_read_station.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_read_station.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_read_station.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_read_station.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_read_station.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_read_station.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_read_station.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_read_station.f (code 1)
make[1]: [module_read_station.o] Error 1 (ignored)
/bin/rm -f module_read_station.f
/bin/rm -f plot_level.o
/lib/cpp -I. -C -P -DDEC -traditional plot_level.F > plot_level.f
ifort -c -FR -pc 32 -convert big_endian plot_level.f
plot_level.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
plot_level.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
plot_level.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
plot_level.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
plot_level.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
plot_level.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
plot_level.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for plot_level.f (code 1)
make[1]: [plot_level.o] Error 1 (ignored)
/bin/rm -f plot_level.f
ifort -o plot_level -FR -pc 32 -convert big_endian -i_dynamic plot_level.o module_header.o module_map_stuff.o module_ncarg.o module_read_station.o -L/usr/local/ncl-6.3.0/lib -L/usr/lib -lncarg -lncarg_gks -lncarg_c -lX11 -L/usr/lib64 -lg2c
ifort: command line remark #10148: option '-i_dynamic' not supported
ifort: error #10236: File not found:  'plot_level.o'
ifort: error #10236: File not found:  'module_header.o'
ifort: error #10236: File not found:  'module_map_stuff.o'
ifort: error #10236: File not found:  'module_ncarg.o'
ifort: error #10236: File not found:  'module_read_station.o'
make[1]: [plot_level] Error 1 (ignored)
/bin/rm -f module_mapinfo.o
/lib/cpp -I. -C -P -DDEC -traditional module_mapinfo.F > module_mapinfo.f
ifort -c -FR -pc 32 -convert big_endian module_mapinfo.f
module_mapinfo.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_mapinfo.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_mapinfo.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_mapinfo.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_mapinfo.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_mapinfo.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_mapinfo.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_mapinfo.f (code 1)
make[1]: [module_mapinfo.o] Error 1 (ignored)
/bin/rm -f module_mapinfo.f
/bin/rm -f module_report.o
/lib/cpp -I. -C -P -DDEC -traditional module_report.F > module_report.f
ifort -c -FR -pc 32 -convert big_endian module_report.f
module_report.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_report.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_report.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_report.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_report.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_report.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_report.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_report.f (code 1)
make[1]: [module_report.o] Error 1 (ignored)
/bin/rm -f module_report.f
/bin/rm -f module_skewt.o
/lib/cpp -I. -C -P -DDEC -traditional module_skewt.F > module_skewt.f
ifort -c -FR -pc 32 -convert big_endian module_skewt.f
module_skewt.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
module_skewt.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
module_skewt.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
module_skewt.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
module_skewt.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
module_skewt.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
module_skewt.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for module_skewt.f (code 1)
make[1]: [module_skewt.o] Error 1 (ignored)
/bin/rm -f module_skewt.f
/bin/rm -f plot_soundings.o
/lib/cpp -I. -C -P -DDEC -traditional plot_soundings.F > plot_soundings.f
ifort -c -FR -pc 32 -convert big_endian plot_soundings.f
plot_soundings.f(1): error #5082: Syntax error, found '/' when expecting one of: <LABEL> <END-OF-STATEMENT> ; TYPE INTEGER REAL COMPLEX BYTE CHARACTER CLASS DOUBLE ...
/* Copyright (C) 1991-2012 Free Software Foundation, Inc.
^
plot_soundings.f(16): error #5145: Invalid blank/tab
   <http://www.gnu.org/licenses/>.  */
----------------------------------^
plot_soundings.f(20): error #5145: Invalid blank/tab
   include it implicitly at the start of every compilation.  It must
-----------------------------------------------------------^
plot_soundings.f(29): error #5143: Missing mandatory separating blank
/* wchar_t uses ISO/IEC 10646 (2nd ed., published 2011-03-15) /
--------------------------------^
plot_soundings.f(30): error #5145: Invalid blank/tab
   Unicode 6.0.  */
---------------^
plot_soundings.f(32): error #5145: Invalid blank/tab
/* We do not support C11 <threads.h>.  */
-------------------------------------^
plot_soundings.f(1): catastrophic error: Could not recover from previous syntax error
compilation aborted for plot_soundings.f (code 1)
make[1]: [plot_soundings.o] Error 1 (ignored)
/bin/rm -f plot_soundings.f
ifort -o plot_soundings -FR -pc 32 -convert big_endian -i_dynamic plot_soundings.o module_mapinfo.o module_report.o module_skewt.o -L/usr/local/ncl-6.3.0/lib -L/usr/lib -lncarg -lncarg_gks -lncarg_c -lX11 -L/usr/lib64 -lg2c
ifort: command line remark #10148: option '-i_dynamic' not supported
ifort: error #10236: File not found:  'plot_soundings.o'
ifort: error #10236: File not found:  'module_mapinfo.o'
ifort: error #10236: File not found:  'module_report.o'
ifort: error #10236: File not found:  'module_skewt.o'
make[1]: [plot_soundings] Error 1 (ignored)
make[1]: Leaving directory `/home/WRFV3.8/LITTLE_R/src'
if [ all = all ] ; then echo "Building plot programs"   ; \
        /bin/rm -f plot_level   ;       ln -s src/plot_level .          ; \
        /bin/rm -f plot_soundings       ;       ln -s src/plot_soundings .     ; \
fi
Building plot programs


不知如何解决,望各位大神不吝赐教
密码修改失败请联系微信:mofangbao

新浪微博达人勋

发表于 2018-6-16 11:51:00 | 显示全部楼层
请问你解决了吗,我在编译obsgrid也遇到一样的错误
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册 新浪微博登陆

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表