Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 210)

Ticket Resolution Summary Owner Reporter
#177 fixed Error in installi Grib-API library pesei mhakimzadeh
Description

Dear All,

I am trying to install Grib-API library,but after I write the "make" command in the terminal, I get the following error:

/home/maryam/lib/jasper-1.900.1//lib/libjasper.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [libgrib_api.la] Error 1
make[2]: Leaving directory `/home/maryam/lib/src/grib_api-1.23.0-Source/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/maryam/lib/src/grib_api-1.23.0-Source/src'
make: *** [all-recursive] Error 1

Any help would be appreciated,

#127 fixed Error loading shared libraries pesei srvsxc
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.

#207 fixed Error running FLEXPART pesei mitchekc
Description

Hi there, My job output file contains the following error text when I attempt to run FLEXPART. I don't know what the error means. I have checked the values for each variable in my flexwrf.input file and they appear to be set using the correct type. What can I do to further troubleshoot the issue?

Thank you

the input file used is flexwrf.input in the local folder of the executable

Pre-generating random numbers Calling readinput Opening ' flexwrf.input

' for reading

Reading pathnames

forrtl: severe (59): list-directed I/O syntax error, unit 1, file /project/6006014/kcmrowse/FLEX/flexpart_wrf-3.3/flexwrf.input Image PC Routine Line Source libifcoremt.so.5 00002ACB5B91CDF2 forio_return Unknown Unknown libifcoremt.so.5 00002ACB5B96582F for_read_seq_lis_ Unknown Unknown flexwrf32_intel_o 00000000004C35CA Unknown Unknown Unknown flexwrf32_intel_o 00000000004607E7 Unknown Unknown Unknown flexwrf32_intel_o 000000000040327E Unknown Unknown Unknown libc-2.24.so 00002ACB5DB8B2E0 libc_start_main Unknown Unknown flexwrf32_intel_o 000000000040317A Unknown Unknown Unknown

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