mkdir $BIN
cp/data/software/wrf/netcdf-intel/lib/* $BIN
make configure
make -j 8
make install
################ 报错信息 ##################
ifort: command line remark #10411: option '-openmp' is deprecated and will be removed in a future release. Please use the replacement option '-qopenmp'
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libnetcdff.a(nf_var1io.o): In function `nf_put_var1_int64_':
nf_var1io.F90:(.text+0x16e0): multiple definition of `nf_put_var1_int64_'
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libioapi.a(modncfio.o):modncfio.F90:(.text+0x71360): first defined here
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libnetcdff.a(nf_var1io.o): In function `nf_get_var1_int64_':
nf_var1io.F90:(.text+0x3600): multiple definition of `nf_get_var1_int64_'
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libioapi.a(modncfio.o):modncfio.F90:(.text+0x71380): first defined here
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libnetcdff.a(nf_varaio.o): In function `nf_put_vara_int64_':
nf_varaio.F90:(.text+0x32c0): multiple definition of `nf_put_vara_int64_'
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libioapi.a(modncfio.o):modncfio.F90:(.text+0x713a0): first defined here
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libnetcdff.a(nf_varaio.o): In function `nf_get_vara_int64_':
nf_varaio.F90:(.text+0x7510): multiple definition of `nf_get_vara_int64_'
/opt/ioapi-3.2-intel/Linux2_x86_64ifort/libioapi.a(modncfio.o):modncfio.F90:(.text+0x713c0): first defined here
make[1]: *** [airs2m3] Error 1
make[1]: Leaving directory `/opt/ioapi-3.2-intel/m3tools'
make: *** [all] Error 2