New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
#410 (PGF90-F-0004-Unable to open MODULE file netcdf.mod (fliocom.f90: 5)) – NEMO

Opened 15 years ago

Closed 15 years ago

Last modified 2 years ago

#410 closed Defect (invalid)

PGF90-F-0004-Unable to open MODULE file netcdf.mod (fliocom.f90: 5)

Reported by: jean Owned by: nemo
Priority: low Milestone:
Component: env Version:
Severity: minor Keywords: doc
Cc:

Description (last modified by nemo)

Steps of your example

gmake
(cd ../../modeles/IOIPSL/src; make ;)
make[1]: entrant dans le répertoire « /usr/dedale/nemo/pbrlod/TRY/modipsl/modeles/IOIPSL/src »
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ defprec.f90
ar -r ../../../lib/libioipsl.a defprec.o
ar: creating ../../../lib/libioipsl.a
rm -f defprec.o
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ errioipsl.f90
ar -r ../../../lib/libioipsl.a errioipsl.o
rm -f errioipsl.o
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ stringop.f90
ar -r ../../../lib/libioipsl.a stringop.o
rm -f stringop.o
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ mathelp.f90
ar -r ../../../lib/libioipsl.a mathelp.o
rm -f mathelp.o
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ getincom.f90
ar -r ../../../lib/libioipsl.a getincom.o
rm -f getincom.o
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ calendar.f90
ar -r ../../../lib/libioipsl.a calendar.o
rm -f calendar.o
pgf90 -c  -i4 -r8 -Mfree -module ../../../lib -I/distrib/local/netcdf/pgf/include/ fliocom.f90
PGF90-F-0004-Unable to open MODULE file netcdf.mod (fliocom.f90: 5)
PGF90/x86-64 Linux 7.1-6: compilation aborted
make[1]: *** [../../../lib/libioipsl.a(fliocom.o)] Erreur 2
make[1]: quittant le répertoire « /usr/dedale/nemo/pbrlod/TRY/modipsl/modeles/IOIPSL/src »
gmake: *** [ioipsl] Erreur 2

any ideas?

Commit History (0)

(No commits)

Change History (4)

comment:1 Changed 15 years ago by ctlod

  • Resolution set to invalid
  • Status changed from new to closed
  • Type changed from Bug to Defect

the module netcdf.mod must be available following the NetCDF compilation.
an option exists to keep this module when the NetCDF compilation end

comment:2 Changed 8 years ago by nicolasmartin

  • Keywords DOC added

comment:3 Changed 6 years ago by nemo

  • Component changed from OCE to env
  • Description modified (diff)
  • Milestone Documentation deleted
  • Severity set to minor

comment:4 Changed 2 years ago by nemo

  • Keywords doc added; DOC removed
Note: See TracTickets for help on using tickets.