Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. posties

    Wave Watch 3 Model compilation error

    Ok Cheers XWB, over that hurdle and have all the libraries installed. I'm basically learning Linux and fortran as I go so am running into a few stumbling blocks but am making slow progress and learning as I go.
  2. posties

    Wave Watch 3 Model compilation error

    Here is a simple bacio makefile that I can't get to work.. ------------------------------ SHELL=/bin/sh CC=xlc FC=xlf LIB=libbacio.a INC=clib.h FFLAGS= -O3 -qnosave -qarch=auto AFLAGS= -X64 CFLAGS=-O3 -qarch=auto $(LIB): $(LIB)( bacio.v1.3.o baciof.o ) $(LIB)(bacio.v1.3.o): bacio.v1.3.c...
  3. posties

    Wave Watch 3 Model compilation error

    Ok thanks for your help xwb, I figured out the problem. When calling the compile instruction 'gfortran' I wasn't specifying correctly where the 'mod' directory was so now that's sorted its all working and compiling. But now I have a seperate problem. I'm trying to install wgrib2 and bacio...
  4. posties

    Wave Watch 3 Model compilation error

    Cheers for your continued help xwb, but I don't think renaming the files is an option, as there at least 15 .ftn files and I believe the program is setup to work with the /ftn files. So where i'm at at the moment is this. I try to compile one of the program ww3_grid with the w3_make file...
  5. posties

    Wave Watch 3 Model compilation error

    I've nearly tried everything but still getting the same error. Am I supposed to pre-process any files with 'w3adc' at all before I try and compile?? Cheers, Craig
  6. posties

    Wave Watch 3 Model compilation error

    Any other ideas anyone??
  7. posties

    Wave Watch 3 Model compilation error

    The thing is is that 'w3servmd.mod' has been generated and is sitting in the 'mod' folder but for some reason the program gets stuck. I just tried those commands above and it comes up with the error.. gfortran: w3servmd.ftn:linker input file unused because linking not done I think the problem...
  8. posties

    Wave Watch 3 Model compilation error

    Thanks XWB, but i've already tried to compile 'w3gdatmd.ftn' and I get the samer error as I did when i tried to compile 'w3servmd.ftn;. :? Maybe there is a problem with the compiler call? Here is what I have for the compiler ponter.... gfortran -c $name.$fext >$name.out 2>$name.err OK="$?"...
  9. posties

    Wave Watch 3 Model compilation error

    Thanks xwb, but I just tried to compile w3servmd.ftn by itself but this error comes up.. usr/bin/ld:w3servmd.ftn: file format not recognised; treating as linker script usr/bin/ld:w3servmd.ftn:1: syntax error collect2: ld returned 1 exit status So that didn't help :?
  10. posties

    Wave Watch 3 Model compilation error

    Hi Guys and Gals, I have a bit of a problem. I've unpacked the ww3 3.14 model onto a linux machine and compiled the test case and thats all fine and working. Then i tried the next step which is compling one of the modules WW3_Grid and I got this error message... Processing ww3_grid...

Part and Inventory Search

Back
Top