View Issue Details

IDProjectCategoryView StatusLast Update
0001070OpenFOAMBugpublic2015-01-01 14:23
Reporteruser781Assigned Tohenry  
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSFedoraOS Version19
Summary0001070: After step 3 at user configuration, when opening a new terminal window the following message appears:
DescriptionModuleCmd_Load.c(208):ERROR:105: Unable to locate a modulefile for 'openmpi-x86_64'
bash: mpicc: command not found...
[dosajanos@localhost ~]$ module available

------------------------ /usr/share/Modules/modulefiles ------------------------
dot module-git module-info modules null use.own

------------------------------- /etc/modulefiles -------------------------------
mpi/openmpi-x86_64
[dosajanos@localhost ~]$
Steps To ReproduceOpening new terminal window
Additional Information[dosajanos@localhost ~]$ icoFOAM -help
bash: icoFOAM: command not found...
[dosajanos@localhost ~]$
TagsNo tags attached.

Activities

wyldckat

2013-10-31 22:26

updater   ~0002600

Strange... I thought they had already fixed the instructions back in the instructions for Fedora 2.2.1.

OK, it's simple - change this line:
  module load openmpi-x86_64

to this:
  module load mpi/openmpi-x86_64


As for the "additional information" section, the correct command is "icoFoam", not "icoFOAM". Always keep in mind that OpenFOAM and Linux are case sensitive! ;)

henry

2015-01-01 14:23

manager   ~0003444

To run on Fedora you will need to compile the source pack:
http://www.openfoam.org/download/source.php

Issue History

Date Modified Username Field Change
2013-10-31 18:56 user781 New Issue
2013-10-31 22:26 wyldckat Note Added: 0002600
2015-01-01 14:23 henry Note Added: 0003444
2015-01-01 14:23 henry Status new => closed
2015-01-01 14:23 henry Assigned To => henry
2015-01-01 14:23 henry Resolution open => no change required