|
[Sponsors] |
December 8, 2010, 01:10 |
parallel processing
|
#1 |
Member
Sandeep
Join Date: Jul 2010
Posts: 48
Rep Power: 16 |
Hello
I am new to OpenFOAM and want to run a case in parallel at an high performance cluster. I am able to run the same case on a single node without any hassle but, I am getting the following error attached in the logfile when I run it parallelly. Any help would be appreciated!! Sandeep |
|
December 8, 2010, 02:37 |
|
#2 |
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 22 |
Hi Sandeep,
the error log mentions: Code:
...environment variable MPI_BUFFER_SIZE not defined... Martin |
|
December 8, 2010, 11:17 |
further doubts
|
#3 | |
Member
Sandeep
Join Date: Jul 2010
Posts: 48
Rep Power: 16 |
Quote:
thanks martin for your reply...... as am new to parallel processing, i did not understant what MPI_BUFFER_SIZE is...could you send me any other information ..... Actually i am doing my parallel job on a high performance computers on a super computer cluster....now I am including my qsub file also as i am expecting the possible error could be with defining the type of parallel messeging..... |
||
December 8, 2010, 11:23 |
|
#4 |
Member
|
In the file you qsub, make sure you set up an adequate buffer size for the mpi, before you execute the solver command. Something like this is what I use:
Code:
MPI_BUFFER_SIZE=2000000000 Cheers Edit: By the way, I think openFOAM must use openmpi and not the intel version you set. Edit2: And something else: you seem to use 32 processor cores in your qsub file Code:
#PBS -l nodes=16:ppn=2 |
|
December 8, 2010, 23:12 |
|
#5 | |
Member
Sandeep
Join Date: Jul 2010
Posts: 48
Rep Power: 16 |
Quote:
Hi Costas, I am getting the same error message even when i included MPI_BUFFER_SIZE before solver command. And yeah I got the same message after correcting my qsub file with openmpi the cluster is not recognizing the command. I am including my log and qsub file for 4 processors once again after your suggestions were implimented |
||
December 9, 2010, 03:26 |
|
#6 |
Senior Member
Martin
Join Date: Oct 2009
Location: Aachen, Germany
Posts: 255
Rep Power: 22 |
Hi Sandeep,
I suppose you must use export MPI_BUFFER_SIZE=2000000000 in the qsub file. Martin |
|
December 9, 2010, 08:06 |
|
#7 |
Member
|
Yes, I think export is right, instead of just setting the value.
|
|
December 9, 2010, 12:02 |
|
#8 |
Member
Sandeep
Join Date: Jul 2010
Posts: 48
Rep Power: 16 |
thanq guys....it seems to be working now!!
|
|
December 9, 2010, 18:32 |
|
#9 |
Member
Sandeep
Join Date: Jul 2010
Posts: 48
Rep Power: 16 |
Hi, i have got a new problem again....thanks that you have helped me running the job....now the problem is that my job is getting terminated suddenly and restarting again and again which is eventually terminating. I have included the log file in which if you see line 541 and line 3021 look similar........ I am sending the file as html file as i cnnot send more than 100 kb file http://homepages.uc.edu/~gandesk/log Can u help me guys... |
|
January 23, 2020, 03:12 |
|
#10 |
New Member
Adarsh
Join Date: Oct 2019
Posts: 5
Rep Power: 7 |
Hello Sandeep Iam also facing the same problem
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel processing of OpenFOAM cases on multicore processor??? | g.akbari | OpenFOAM Running, Solving & CFD | 31 | November 1, 2017 10:25 |
HP MPI warning...Distributed parallel processing | Peter | CFX | 10 | May 14, 2011 07:17 |
bubbly flow and parallel processing | mvee | FLUENT | 0 | September 12, 2007 06:08 |
FEDORA CORE and PARALLEL processing | Tuks | CFX | 2 | August 20, 2005 12:05 |
About parallel processing in Linux | tuks | CFX | 10 | August 8, 2005 09:22 |