CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   December 25, 2010, 10:17
Question OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3
  #1
New Member
 
wenzhongqing
Join Date: Oct 2010
Posts: 10
Rep Power: 15
flakid is on a distinguished road
When I command: source $HOME/.bashrc or source ~/.bashrc ,
bash: ./home/flakid/OpenFOAM/OpenFOAM-1.7.1/etc/bashrc: No such file or directory

However bashrc exists there indeed, then I get into the dictionary etc/
and : source bashrc
and :foam
and: ./Allwmake


the result:
./Allwmake: line 13: make: command not found

========================================
Start ThirdParty Allwmake
========================================

========================================
Compile specific mpi libraries

+ cd openmpi-1.4.1
+ make distclean
+ rm -rf /home/flakid/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/openmpi-1.4.1
+ unset mpiWith
+ '[' -n '' ']'
+ ./configure --prefix=/home/flakid/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/openmpi-1.4.1 --disable-mpirun-prefix-by-default --disable-orterun-prefix-by-default --enable-shared --disable-static --disable-mpi-f77 --disable-mpi-f90 --disable-mpi-cxx --disable-mpi-profile
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... no
checking how to create a ustar tar archive... gnutar

================================================== ==========================
== Configuring Open MPI
================================================== ==========================

*** Checking versions
checking Open MPI version... 1.4.1
checking Open MPI release date... Jan 14, 2010
checking Open MPI Subversion repository version... r22421
checking Open Run-Time Environment version... 1.4.1
checking Open Run-Time Environment release date... Jan 14, 2010
checking Open Run-Time Environment Subversion repository version... r22421
checking Open Portable Access Layer version... 1.4.1
checking Open Portable Access Layer release date... Jan 14, 2010
checking Open Portable Access Layer Subversion repository version... r22421

*** Initialization, setup
configure: builddir: /home/flakid/OpenFOAM/ThirdParty-1.7.1/openmpi-1.4.1
configure: srcdir: /home/flakid/OpenFOAM/ThirdParty-1.7.1/openmpi-1.4.1
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
installing to directory "/home/flakid/OpenFOAM/ThirdParty-1.7.1/platforms/linux64Gcc/openmpi-1.4.1"

*** Configuration options
checking whether to run code coverage... no
checking whether to compile with branch probabilities... no
checking whether to debug memory usage... no
checking whether to profile memory usage... no
checking if want developer-level compiler pickyness... no

checking if want Fortran 90 bindings... no
checking desired Fortran 90 bindings "size"... disabled (Fortran 90 bindings disabled)

checking whether to enable PMPI... no
checking if want C++ bindings... no
checking if want MPI::SEEK_SET support... yes
checking if want to enable weak symbol support... yes
checking if want run-time MPI parameter checking... runtime
checking if want to install OMPI header files... no
checking if want pretty-print stacktrace... yes
checking if peruse support is required... no
checking max supported array dimension in F90 MPI bindings... 4
checking if pty support should be enabled... yes
checking if user wants dlopen support... yes
checking if heterogeneous support should be enabled... no
checking if want trace file debugging... no
checking if want full RTE support... yes
checking if want fault tolerance... Disabled fault tolerance
checking if want IPv6 support... yes (if underlying system supports it)
checking if want orterun "--prefix" behavior to be enabled by default... no
checking for package/brand string... Open MPI flakid@linux-38c6 Distribution
checking for ident string... 1.4.1
checking whether to add padding to the openib control header... no
checking whether to use an alternative checksum algo for messages... no

================================================== ==========================
== Compiler and preprocessor tests
================================================== ==========================

*** C compiler and preprocessor
checking for style of include used by make... none
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/home/flakid/OpenFOAM/ThirdParty-1.7.1/openmpi-1.4.1':
configure: error: C compiler cannot create executables
See `config.log' for more details.
+ make
./Allwmake: line 102: make: command not found
+ make install
./Allwmake: line 103: make: command not found
+ make distclean
./Allwmake: line 104: make: command not found
========================================
Build Scotch decomposition library

+ cd scotch_5.1/src
+ mkdir -p /home/flakid/OpenFOAM/OpenFOAM-1.7.1/lib/linux64GccDPOpt
+ make scotch
./Allwmake: line 187: make: command not found
========================================
Build Metis decomposition

+ cd metis-5.0pre2
+ cpMakeFiles metis
+ set +x
cpMakeFiles metis .
+ wmake libso GKlib
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso libmetis
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
========================================
Build ParMetis decomposition. Requires MPI.

========================================
Build ParMGridGen

+ cd ParMGridGen-1.0
+ cpMakeFiles ParMGridGen
+ set +x
cpMakeFiles ParMGridGen .
+ wmake libso MGridGen/IMlib
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso MGridGen/Lib
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
========================================
Done ThirdParty Allwmake
========================================

+ wmakePrintBuild -check
no git description found
+ /bin/rm -f 'OpenFOAM/Make/linux64GccDPOpt/global.?'
+ wmakeLnInclude OpenFOAM
+ wmakeLnInclude OSspecific/POSIX
+ Pstream/Allwmake
+ wmake libso dummy
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ case "$WM_MPLIB" in
+ set +x

Note: ignore spurious warnings about missing mpicxx.h headers
+ WM_OPTIONS=linux64GccDPOptOPENMPI
+ wmake libso mpi
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOptOPENMPI/objectFiles' could not be created
+ wmake libo OSspecific/POSIX
not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso triSurface
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso edgeMesh
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso surfMesh
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found

wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ decompositionMethods/AllwmakeLnInclude
+ wmakeLnInclude decompositionMethods
+ wmakeLnInclude metisDecomp
+ wmakeLnInclude parMetisDecomp
+ wmakeLnInclude scotchDecomp
+ dummyThirdParty/Allwmake
+ wmake libso scotchDecomp
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso metisDecomp
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found

wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso parMetisDecomp
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found


wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso finiteVolume
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso genericPatchFields
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found

+ wmake libso dynamicMesh
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso dynamicFvMesh
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found

+ wmake libso ODE
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso randomProcesses
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found


+ wmake libso liquidMixture

+ wmake libso solids
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso solidMixture
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso basic
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso reactionThermo
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso laminarFlameSpeed
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso chemistryModel

+ wmake libso radiation
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso barotropicCompressibilityModel
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ transportModels/Allwmake
+ wmake libso incompressible
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso interfaceProperties
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ turbulenceModels/Allwmake
+ LES/Allwmake
+ wmakeLnInclude ../incompressible/LES
+ wmake libso LESfilters
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found

+ incompressible/Allwmake
+ wmake libso turbulenceModel
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso RAS
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso LES
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ compressible/Allwmake
+ wmake libso turbulenceModel
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso RAS

+ lagrangian/Allwmake
+ wmake libso basic
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso solidParticle
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso intermediate
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso dieselSpray

+ wmake libso coalCombustion
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ molecularDynamics/Allwmake
+ wmake libso potential
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found

+ postProcessing/Allwmake
+ wmake libo postCalc
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso foamCalcFunctions
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ functionObjects/Allwmake
+ wmake libso field
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
+ wmake libso forces
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 198: make: command not found
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 199: make: command not found
wmake error: file 'Make/linux64GccDPOpt/objectFiles' could not be created
/home/flakid/OpenFOAM/OpenFOAM-1.7.1/wmake/wmake: line 168: make: command not found



What do I need to do?
flakid is offline   Reply With Quote

 


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
[Commercial meshers] Handling cyclic BC from gambit to openfoam for a cascade airfoil problem - OF 1.6 maverick OpenFOAM Meshing & Mesh Conversion 2 June 18, 2011 04:36
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 wyldckat OpenFOAM Announcements from Other Sources 3 September 8, 2010 06:25
OpenFOAM 1.7 - openSUSE 11.3 - gcc 4.5.0 alberto OpenFOAM 12 July 28, 2010 11:59
OpenFOAM Live USB based on openSUSE 11.1 created with SUSE Studio alberto OpenFOAM 40 May 23, 2010 16:15
Adventure of fisrst openfoam installation on Ubuntu 710 jussi OpenFOAM Installation 0 April 24, 2008 14:25


All times are GMT -4. The time now is 18:09.