Search found 5 matches

by agilroy
Wed Aug 13, 2014 5:49 pm
Forum: ROMS Installation
Topic: error1 Compiling the Upwelling test for the first time
Replies: 9
Views: 6498

Re: error1 Compiling the Upwelling test for the first time

[agilroy@tscc-login1 bin]$ nc-config --flibs [agilroy@tscc-login1 bin]$ nc-config --all This netCDF 4.2.1.1 has been built with the following features: --cc -> gcc --cflags -> -I/opt/netcdf/4.2.1.1/gnu/openmpi/ib/include -O2 -I/opt/hdf5/gnu/openmpi/ib/include -I/opt/openmpi/gnu/ib/include -L/opt/hd...
by agilroy
Wed Aug 13, 2014 5:22 pm
Forum: ROMS Installation
Topic: error1 Compiling the Upwelling test for the first time
Replies: 9
Views: 6498

Re: error1 Compiling the Upwelling test for the first time

Hi Kate, Sorry for the confusion. Here it is. ROMS/Bin/cpp_clean /home/agilroy/src/Projects/Upwelling/Build/master.f90 cd /home/agilroy/src/Projects/Upwelling/Build; /usr/bin/gfortran -c -frepack-arrays -O3 -ffast-math master.f90 /usr/bin/gfortran -frepack-arrays -O3 -ffast-math /home/agilroy/src/Pr...
by agilroy
Tue Aug 12, 2014 8:05 pm
Forum: ROMS Installation
Topic: error1 Compiling the Upwelling test for the first time
Replies: 9
Views: 6498

Re: error1 Compiling the Upwelling test for the first time

Hi Kate, Thanks for your reply. I did set USE_NETCDF4 to on and I am using the gfotran compiler. I believe this is the block of code you'd like to see: ifdef USE_NETCDF4 NC_CONFIG ?= nc-config NETCDF_INCDIR ?= $(shell $(NC_CONFIG) --prefix)/include LIBS := $(shell $(NC_CONFIG) --flibs) else NETCDF_I...
by agilroy
Wed Aug 06, 2014 6:02 pm
Forum: ROMS Installation
Topic: error1 Compiling the Upwelling test for the first time
Replies: 9
Views: 6498

Re: error1 Compiling the Upwelling test for the first time

Hello, I'm having a similar problem but I can't quite figure out what exactly is going wrong or where to look for a missing path/file. I have the following error: /home/agilroy/src/Projects/Upwelling/Build/libUTIL.a(close_io.o): In function `close_out_': close_io.f90:(.text+0xb61): undefined referen...
by agilroy
Fri Aug 01, 2014 9:06 pm
Forum: ROMS Installation
Topic: Netcdf downloading via Cygwin
Replies: 64
Views: 412957

Re: Netcdf downloading via Cygwin

Hello, I have been following the guidelines above to get ROMS going on my computer. I have installed the following Cygwin packages gcc4-core gcc4-fortran bison doxygen curl libcurl-devel make udunits hdf5 libhdf5-devel libhdf5_7, as well as netcdf-4.2.1.1 and netcdf-fortran-4.2. However, when I try ...