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

[foam-extend.org] foam-extend-3.1 installation on cluster using system mpi and intel compiler

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 12, 2015, 02:30
Default foam-extend-3.1 installation on cluster using system mpi and intel compiler
  #1
Member
 
Manjura Maula Md. Nayamatullah
Join Date: May 2013
Location: San Antonio, Texas, USA
Posts: 42
Rep Power: 13
mmmn036 is on a distinguished road
Hello,

I would like to install foam-extend-3.1 on a cluster using the system mpi and intel compiler in the system.

I made the following change in etc/baschrc:

1. foamCompiler : System
2. WM_COMPILER: Icc
3. WM_MPLIB: SYSTEMMPI

I made the following change in etc/setting.sh:

SYSTEMMPI)
export FOAM_MPI=mpi
export MPI_ARCH_PATH=/opt/apps/intel14/mvapich2/2.0b/
;;
I also made change the wmake/rules/Linux64Icc/c according to https://github.com/OpenFOAM/OpenFOAM...s/linux64Icc/c

I am still seeing the following error:

+ WM_OPTIONS=linux64IccDPOptSYSTEMMPI
+ wmake libso mpi
linux64IccDPOptSYSTEMMPI/options:1: /work/02813/jzb292/foam/foam-extend-3.1/wmake/rules/linux64Icc/mplibSYSTEMMPI: No such file or directory
make: *** No rule to make target `/work/02813/jzb292/foam/foam-extend-3.1/wmake/rules/linux64Icc/mplibSYSTEMMPI'. Stop.
wmake error: file 'Make/linux64IccDPOptSYSTEMMPI/objectFiles' could not be created

Any help will be greatly appreciated.
mmmn036 is offline   Reply With Quote

Old   August 14, 2015, 12:21
Default
  #2
Member
 
Manjura Maula Md. Nayamatullah
Join Date: May 2013
Location: San Antonio, Texas, USA
Posts: 42
Rep Power: 13
mmmn036 is on a distinguished road
I solved my issues.
mmmn036 is offline   Reply With Quote

Old   February 11, 2019, 10:35
Default
  #3
Member
 
Torsten Schenkel
Join Date: Jan 2014
Posts: 69
Rep Power: 12
tschenkel is on a distinguished road
Could you say how?
tschenkel is offline   Reply With Quote

Old   February 12, 2019, 10:26
Default
  #4
Member
 
Fatih Ertinaz
Join Date: Feb 2011
Location: Istanbul
Posts: 64
Rep Power: 15
fertinaz is on a distinguished road
His messages are 3 years old, so I'm not sure if you can get a reply but what was missing at that time:
Code:
 linux64IccDPOptSYSTEMMPI/options:1:  /work/02813/jzb292/foam/foam-extend-3.1/wmake/rules/linux64Icc/mplibSYSTEMMPI:  No such file or directory
When one changes the settings to
Code:
${WM_MPLIB:=SYSTEMMPI}
then OF needs to have access to a file called "mplibSYSTEMMPI" under the "wmake/rules/linux64....." that provides linking options to the compiler.


Now, for someone who uses Intel MPI, it is not necessary to define "WM_MPLIB" as SYSTEMMPI even though technically it is true. But it is not needed simply because there is already a file called "mplibINTELMPI" with the correct content (of course you need point to the MPI_ARCH_PATH using sth. like I_MPI_ROOT). Alternatively, you can copy mplibINTELMPI as mplibSYSTEMMPI which will probably work fine but look a bit sloppy imho.
fertinaz is offline   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
[OpenFOAM.org] Install OpenFOAM 2.3.1 on cluster with Intel Compiler syavash OpenFOAM Installation 8 September 4, 2018 09:08
[OpenFOAM.org] oofem3.0.0 compilation errors with intel mpi compiler (boost 1.59.0) puneet336 OpenFOAM Installation 7 November 24, 2015 15:23
Cluster Windows 7 with Intel MPI brunofichos ANSYS 0 July 17, 2014 16:19
ERROR in installation with INTEL compiler milind543 SU2 Installation 2 September 29, 2013 10:46
installation with Intel MPI and Intel compilers achim OpenFOAM Installation 12 November 10, 2011 05:56


All times are GMT -4. The time now is 16:33.