View Issue Details

IDProjectCategoryView StatusLast Update
0001311OpenFOAMBugpublic2015-08-17 01:05
Reporteruser936Assigned Towyldckat  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionunable to reproduce 
PlatformRHEL 6.3 Linux 64 bitOSx86_64OS VersionRHEL 6.3 64 bit
Summary0001311: Unable to install OpenFOAM-2.3.0 with MPICH
DescriptionThe environment variables are set here ... in

# wmake configuration
export WM_DIR=$WM_PROJECT_DIR/wmake
export WM_LINK_LANGUAGE=c++
export WM_OPTIONS=$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTIO N$WM_COMPILE_OPTION
# base executables/libraries
export FOAM_APPBIN=$WM_PROJECT_DIR/platforms/$WM_OPTIONS/bin
export FOAM_LIBBIN=$WM_PROJECT_DIR/platforms/$WM_OPTIONS/lib


However we are compiling against gnu compilers 4.8.1 and mpich-3.0.4.

A directory gets created with

OpenFOAM-2.3.0/platforms/linux64GccDPOpt/bin/interFoam

NOTE THE CAPITAL G in Gcc.

[shah.nee@discovery2 damBreakFine]$ env | grep LIBBIN
FOAM_EXT_LIBBIN=/shared/apps/openfoam/openfoam-2.3/install/ThirdParty-2.3.0/platforms/linux64gccDPOpt/lib
FOAM_SITE_LIBBIN=/shared/apps/openfoam/openfoam-2.3/install/site/2.3.0/platforms/linux64gccDPOpt/lib
FOAM_USER_LIBBIN=/home/shah.nee/OpenFOAM/shah.nee-2.3.0/platforms/linux64gccDPOpt/lib
FOAM_LIBBIN=/shared/apps/openfoam/openfoam-2.3/install/OpenFOAM-2.3.0/platforms/linux64gccDPOpt/lib


However env has small "g" in linux64gccDPOpt.

etc/bashrc has
#- MPI implementation:
# WM_MPLIB = SYSTEMOPENMPI | OPENMPI | MPICH | MPICH-GM | HPMPI
# | GAMMA | MPI | QSMPI | SGIMPI
export WM_MPLIB=MPICH


We get the following error:
[shah.nee@discovery2 damBreakFine]$ cat error_file

--> FOAM FATAL ERROR:
--> FOAM FATAL ERROR:
Trying to use the dummy Pstream library.
This dummy library cannot be used in parallel mode
From function UPstream::init(int& argc, char**& argv)
in file UPstream.C at line 37.

--> FOAM FATAL ERROR:
Trying to use the dummy Pstream library.
This dummy library cannot be used in parallel mode
From function UPstream::init(int& argc, char**& argv)
in file UPstream.C at line 37.
FOAM exiting

--> FOAM FATAL ERROR:
Trying to use the dummy Pstream library.
This dummy library cannot be used in parallel mode
From function UPstream::init(int& argc, char**& argv)
in file UPstream.C at line 37.
FOAM exiting

Trying to use the dummy Pstream library.
This dummy library cannot be used in parallel mode
From function UPstream::init(int& argc, char**& argv)
in file UPstream.C at line 37.
FOAM exiting

FOAM exiting
[shah.nee@discovery2 damBreakFine]$

What is wrong?
Steps To ReproduceTried reinstalling - same issue.
TagsNo tags attached.

Activities

wyldckat

2014-12-29 12:02

updater   ~0003385

@nilayr: A few questions:

1. Have you solved this issue?

2. Where is MPICH installed in your system?

3. Did you make any modifications to the file "OpenFOAM-2.3.0/etc/config/settings.sh"?

wyldckat

2015-08-17 01:05

updater   ~0005247

Orphaned report.

Issue History

Date Modified Username Field Change
2014-06-03 16:33 user936 New Issue
2014-12-29 12:02 wyldckat Note Added: 0003385
2015-08-17 01:05 wyldckat Note Added: 0005247
2015-08-17 01:05 wyldckat Status new => closed
2015-08-17 01:05 wyldckat Assigned To => wyldckat
2015-08-17 01:05 wyldckat Resolution open => unable to reproduce