CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

Module can not be loaded

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 7, 2008, 10:33
Default Module can not be loaded
  #1
Kate
Guest
 
Posts: n/a
One makefile as follows, and completing a soft, on running, it says the module can not be loaded. Why, can anybody give me some advice. My system is SUSE LINUX 8.2 and the compiler is Absoft Fortran and mpich1.2.7

CC = mpicc

CXX = mpiCC

CPP = cpp -traditional -P

CFLAGS += -ansi -Wall

CXXFLAGS += -fPIC -Wall

F90C = mpif90

ifdef DEBUG

CXXFLAGS += -O0

F90FLAGS += -B111

else

# Enable Pentium Pro optimizations for Absoft f90 compiler:

F90FLAGS += -B100

endif

MPIHOME = /opt/mpich

MPIINC = $(MPIHOME)/include

MPILIBS = -lpthread

F90FLAGS += -I$(MPIINC) $(MODDIR:%=-p%)

F90FLAGS_FIXED += -W132 -I$(MPIINC) $(MODDIR:%=-p%)

LD = $(CXX)

LDFLAGS += $(CXXFLAGS) -Wl,-z,lazyload

ifneq "$(LIBDIR)" ""

LDFLAGS += -Wl,-rpath,$(LIBDIR) -Wl,-rpath

endif

SOFLAGS = -shared $(LDFLAGS)

F90DIR := $(dir $(shell which f90))

F90LIBS = -L$(F90DIR)../lib -lU77 -lfio -lf90math -lf77math

SYSLIBS += $(MPILIBS)

ifeq "$(NO_FORTRAN)" ""

SYSLIBS += $(F90LIBS)

endif

LIBDL = -ldl

  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MHD Module Ashish FLUENT 2 November 18, 2017 03:40
[mesh manipulation] Mesh Refinement Luiz Eduardo Bittencourt Sampaio (Sampaio) OpenFOAM Meshing & Mesh Conversion 42 January 8, 2017 12:55
Multiphase modeling with population balance module Pirooz Darabi FLUENT 2 April 28, 2015 07:22
Can someone PLEASE document the development version installation bernd OpenFOAM Installation 76 November 14, 2008 21:51
Lamboot trouble r2d2 OpenFOAM Installation 4 October 17, 2005 04:27


All times are GMT -4. The time now is 08:55.