Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 210)

Ticket Owner Reporter Resolution Summary
#125 somebody srvsxc wontfix Makefile for Flexpart-wrf
Description

I am working on IBM AIX operating system with xlf_r fortran compiler. Can anyone please help me with the makefile for Flexpart-wrf v3.1. Thank you.

#126 gezahegn fixed Segmentation fault - invalid memory reference
Description

I just tested FLEXPART and successfully run for the test data given on the home page. But when I do the same thing for the data downloaded from NCEP it is followed by:

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0  0x7FBEED9CA777
#1  0x7FBEED9CAD7E
#2  0x7FBEED31CD3F
#3  0x44E331
#4  0x41D154
#5  0x44ACD2
#6  0x401E66
#7  0x401960
#8  0x7FBEED307EC4
#9  0x401990
#10  0xFFFFFFFFFFFFFFFF
Segmentation fault (core dumped)

Can any one help please?

Best regards, Gezahegn

#127 pesei srvsxc fixed Error loading shared libraries
Description

Hi all,

I don't get any error while compiling Flexpart. But while executing I get the following message,

./FLEXPART_GFS: error while loading shared libraries: libgrib_api_f90.so.0: cannot open shared object file: No such file or directory.

Here is a part of my makefile. Note: libgrib_api_f90.so.0 does exist in the LIBPATH1 in makefile.

SHELL = /bin/bash
MAIN = FLEXPART_GFS
INCF    = incl*
#

FC       = ifort
INCPATH  = /gpfs1/home/Libs/INTEL/GRIB_API/include
LIBPATH1 = /gpfs1/home/Libs/INTEL/GRIB_API/lib

LIBPATH2 = /gpfs1/home/Libs/INTEL/JASPER/jasper-1.900.1/lib

FFLAGS   =   -O3 -r8 -I$(INCPATH) -mcmodel=medium

#LDFLAGS  = $(FFLAGS) -L$(LIBPATH2) -L$(LIBPATH1) -lgrib_api_f90 -lgrib_api -lm -ljasper
LDFLAGS  = $(FFLAGS) -L$(LIBPATH1) -lgrib_api_f90 -lgrib_api -L$(LIBPATH2) -lm -ljasper
#

Attention please!! Thank you in advance.

Note: See TracQuery for help on using queries.
hosted by ZAMG