CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

foamJob 'pimpleFoam' not found (OpenFOAM-v1812)

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 13, 2019, 08:23
Default foamJob 'pimpleFoam' not found (OpenFOAM-v1812)
  #1
New Member
 
Shuguang Wang
Join Date: Feb 2018
Posts: 13
Rep Power: 8
SGWANG is on a distinguished road
Hi everybody.

I have a problem submitting a mpirun mission to the cluster. I have installed openFoam-v1812 in centOS. Now I am trying to do a mpi running on the cluster.

I used the command in mpi.sh file
Code:
mpirun -v -machinefile $TMPDIR/machines -np 8 /home/cfd06/OpenFOAM/OpenFOAM-v1812/bin/foamJob pimpleFoam -parallel > log.pimpleFoam
And got the error 'pimpleFoam' not found.

But if I used the command directly on the shell
Code:
mpirun -np 8 pimpleFoam -parallel
It would work.


Update:

Well, I solved this error with a new one came.

/home/cfd06/OpenFOAM/OpenFOAM-v1812/platforms/linux64GccDPInt64Opt/bin/pimpleFoam: error while loading shared libraries: libmpi.so.1: cannot open shared object file: No such file or directory


Does any one have an idea ? I have been fighting for this error for a long time...

Thank you!
SGWANG is offline   Reply With Quote

Old   August 14, 2019, 03:40
Default
  #2
Member
 
Join Date: Mar 2016
Posts: 73
Rep Power: 10
sufjanst is on a distinguished road
When I start openFOAM on our cluster, I have to load the GCC-Compiler and the OpenMPI module before I load OpenFOAM.

Maybe you have to do that as well.


Second, depending on you PBS system you run-command can vary from the tutorials. On our cluster the run-command in the script is:



mpirun pimpleFoam -parallel > logfile


The machine specifications are taken from the PBS script automatically.
sufjanst 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
Building OpenFOAM1.7.0 from source ata OpenFOAM Installation 46 March 6, 2022 13:21
OpenFOAM on cluster: version GLIBCXX_3.4.9 and GLIBCXX_3.4.11 not found ovie OpenFOAM 10 April 19, 2021 18:06
[Other] Mesh Importing Problem cuteapathy ANSYS Meshing & Geometry 2 June 24, 2017 05:29
[Other] How to create an MRF zone ? aminem OpenFOAM Meshing & Mesh Conversion 2 December 8, 2014 10:45
Suggestion for a new sub-forum at OpenFOAM's Forum wyldckat Site Help, Feedback & Discussions 20 October 28, 2014 09:04


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