mariale33@gmail_com
New Member
Hi,
We are having difficulties compiling myconvertPOPT.f90 from mk_remap.csh
1- make /tools/cpl/scrip1.4/source/
2- copy /tools/cpl/scrip1.4/source/*.mod to /tools/cpl/scrip1.4/create_grids/
3- ifort myconvertPOPT.f -o myconvertPOPT -I/usr/local/netcdf-4.0-intel/include/ -L/usr/local/netcdf-4.0-intel/lib -lnetcdf
erro:/tmp/ifortMFUNLC.o: In function `MAIN__':
myconvertPOPT.f:(.text+0x8ae): undefined reference to `iounits_mp_get_unit_'
myconvertPOPT.f:(.text+0x9b4): undefined reference to `iounits_mp_release_unit_'
myconvertPOPT.f:(.text+0x9c0): undefined reference to `iounits_mp_get_unit_'
myconvertPOPT.f:(.text+0xdd3): undefined reference to `iounits_mp_release_unit_'
We are guessing the problem may be related either with the netCDF version we are using or with a missing argument that should be stated during the compilation.
Any help is more than welcome.
Thank you very much in advance,
Maria
We are having difficulties compiling myconvertPOPT.f90 from mk_remap.csh
1- make /tools/cpl/scrip1.4/source/
2- copy /tools/cpl/scrip1.4/source/*.mod to /tools/cpl/scrip1.4/create_grids/
3- ifort myconvertPOPT.f -o myconvertPOPT -I/usr/local/netcdf-4.0-intel/include/ -L/usr/local/netcdf-4.0-intel/lib -lnetcdf
erro:/tmp/ifortMFUNLC.o: In function `MAIN__':
myconvertPOPT.f:(.text+0x8ae): undefined reference to `iounits_mp_get_unit_'
myconvertPOPT.f:(.text+0x9b4): undefined reference to `iounits_mp_release_unit_'
myconvertPOPT.f:(.text+0x9c0): undefined reference to `iounits_mp_get_unit_'
myconvertPOPT.f:(.text+0xdd3): undefined reference to `iounits_mp_release_unit_'
We are guessing the problem may be related either with the netCDF version we are using or with a missing argument that should be stated during the compilation.
Any help is more than welcome.
Thank you very much in advance,
Maria