Opened 7 years ago
Closed 7 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 7 years ago by pesei
comment:2 Changed 7 years ago by pesei
- Component changed from FP other to FP coding/compilation
- Type changed from Defect to Support
comment:3 Changed 7 years ago by pesei
- Milestone FLEXPART_WRF_3.2_FPbase_9 deleted
comment:4 Changed 7 years ago by jbrioude
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
if you give -o you have to give the name of the executable that you want to generate, such as
or you just write
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
whole paragraphs in