CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Running OpenFoam in parallel on xeon phi (https://www.cfd-online.com/Forums/openfoam-solving/157398-running-openfoam-parallel-xeon-phi.html)

bala_gk1988 July 28, 2015 10:04

Running OpenFoam in parallel on xeon phi
 
Hi
I have compiled OpenFoam for xeon phi using information obtained from other threads in this forum, and it seems to be working. I have run a tutorial case from inside the mic card and it is working fine.

But when I try to run it in parallel, two instances of the solver (icoFoam/pisoFoam) are being started.

The command I issued inside xeon phi card are

export I_MPI_MIC=1
mpiexec.hydra -np 2 pisoFoam

I am also giving the first few lines of output

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create mesh for time = 0

Create mesh for time = 0

Reading field p

Reading field p

Reading field U

Reading field U

Reading/calculating face flux field phi

Reading/calculating face flux field phi


Is this problem related to installation or something else?

icaroaccordi July 28, 2015 16:16

mpiexec.hydra -np 2 pisoFoam -parallel


All times are GMT -4. The time now is 08:28.