Opened 8 years ago

Closed 8 years ago

#133 closed Support (fixed)

Error while installation flexwrf3.2 with GNU for OPENMP parallel run

Reported by: skarri Owned by:
Priority: major Milestone:
Component: FP coding/compilation Version: FLEXPART-WRF
Keywords: Cc:

Description

Dear,
I able to compile all programs, objective files also generated for all programs including "flexwrf.o", after that I received the following error message

/user/bin/gfortran *.o -o
gfortran: argument to '-o' missing
make: * [omp] Error 1

Change History (4)

comment:1 Changed 8 years ago by pesei

if you give -o you have to give the name of the executable that you want to generate, such as

gfortran *.o -o myflexpartwrf.out

or you just write

gfortran *.o

then it will be named a.out. And don't forget the library paths if needed.

And pls use code syntax for code, short pieces put in backquotes

`test`

whole paragraphs in

{{{ 
text
}}}

(there's also a toolbox icon for this)

comment:2 Changed 8 years ago by pesei

  • Component changed from FP other to FP coding/compilation
  • Type changed from Defect to Support

comment:3 Changed 8 years ago by pesei

  • Milestone FLEXPART_WRF_3.2_FPbase_9 deleted

comment:4 Changed 8 years ago by jbrioude

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.
hosted by ZAMG