Running "settlingTestMPI" tutorial on Cluster

Submitted by e.derakhshani on Thu, 11/22/2012 - 16:44

Dear All,

When I am running "settlingTestMPI" on the Cluster the following Error apears:

Writing polyMesh
----------------
Mesh Information
----------------
boundingBox: (0.045 0 0.045) (0.055 0.05 0.055)
nPoints: 9261
nCells: 8000
nFaces: 25200
nInternalFaces: 22800
----------------
Patches
----------------
patch 0 (start: 22800 size: 400) name: atmosphere
patch 1 (start: 23200 size: 2000) name: walls
End

Failed to parse arguments: Cannot open display:

Does Anyone have any idea?

Thanks alot,
Ebrahim

emmscfd | Fri, 11/23/2012 - 14:13

Hi Ebrahim,
I think that's because your client (putty, I guess) don't support X-windows.You may install some software like VNC (http://www.uvnc.com/) or X-ming(http://sourceforge.net/projects/xming/files/).Or as an alternative, you can just open 'Allrun.sh'
and replace the last line ' gnome-terminal --title='cfdemSolverPiso ErgunTestMPI CFD' -e "bash $casePath/parCFDDEMrun.sh" 'to ' bash $casePath/parCFDDEMrun.sh '
Cheers.

e.derakhshani | Tue, 12/04/2012 - 11:41

Hi Dear,
Thanks for your help.
You were right.
Regards