Opened 7 years ago

Closed 7 years ago

#174 closed Defect (fixed)

BUG in FLEXPART-WRF makefile.mom

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

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)

Change History (3)

comment:1 Changed 7 years ago by pesei

  • Owner set to pesei
  • Status changed from new to accepted

thank you!

comment:2 Changed 7 years ago by pesei

  • Component changed from System aspects to FP coding/compilation

comment:3 Changed 7 years ago by pesei

  • Resolution set to fixed
  • Status changed from accepted to closed

Corrected version available as FpWrf3.3.2

Note: See TracTickets for help on using tickets.
hosted by ZAMG