Custom Query (210 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 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,

#174 fixed BUG in FLEXPART-WRF makefile.mom pesei ahilboll
Description

In the current (i.e., v3.3.1) makefile.mom, there's a small bug regarding the Intel compiler's name. Here's the patch:

diff --git a/makefile.mom b/makefile.mom
index 5a8a7b9..5b43c88 100644
--- a/makefile.mom
+++ b/makefile.mom
@@ -80,7 +80,7 @@ endif
 ifeq ($(COMPILER), intel)
 	FCSER      = ifort
 	FCOMP      = ifort -openmp
-	FCMPI      = mpifort -openmp
+	FCMPI      = mpiifort -openmp
 #        NETCDF = /apps/netcdf/4.1.3-intel
 
 	FFLAGS    = -I${NETCDF}/include $(INTEL_FFLAGS) $(FPP_FLAGS)
#172 fixed Creating new FPv9.3.2 branch for NetCDF4 implementation of intermediate met files donaldjmorton
Description

The FPv9.3.1 branch has been used by CTBTO since October 2016 for testing purposes. Since then, I've changed the format of the intermediate met files from raw binary to NetCDF.

To facilitate this, I'm now creating new branch (from Tag FPv9.3.1f), FPv9.3.2, in which I will apply modifications, and this will become the "operational testing version" for CTBTO.

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