|
[Sponsors] |
[foam-extend.org] foam-extend-3.1 installation on cluster using system mpi and intel compiler |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 12, 2015, 03:30 |
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 |
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. |
|
August 14, 2015, 13:21 |
|
#2 |
Member
Manjura Maula Md. Nayamatullah
Join Date: May 2013
Location: San Antonio, Texas, USA
Posts: 42
Rep Power: 13 |
I solved my issues.
|
|
February 11, 2019, 11:35 |
|
#3 |
Member
Torsten Schenkel
Join Date: Jan 2014
Posts: 69
Rep Power: 12 |
Could you say how?
|
|
February 12, 2019, 11:26 |
|
#4 |
Member
Fatih Ertinaz
Join Date: Feb 2011
Location: Istanbul
Posts: 64
Rep Power: 15 |
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 Code:
${WM_MPLIB:=SYSTEMMPI} 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. |
|
|
|
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 10:08 |
[OpenFOAM.org] oofem3.0.0 compilation errors with intel mpi compiler (boost 1.59.0) | puneet336 | OpenFOAM Installation | 7 | November 24, 2015 16:23 |
Cluster Windows 7 with Intel MPI | brunofichos | ANSYS | 0 | July 17, 2014 17:19 |
ERROR in installation with INTEL compiler | milind543 | SU2 Installation | 2 | September 29, 2013 11:46 |
installation with Intel MPI and Intel compilers | achim | OpenFOAM Installation | 12 | November 10, 2011 06:56 |