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

Where is my Parallel Log

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 4, 2008, 19:49
Default I'm just learning how to run i
  #1
Member
 
Andrew Burns
Join Date: Mar 2009
Posts: 36
Rep Power: 17
andrewburns is on a distinguished road
I'm just learning how to run in parallel. So far I haven't been able to run a solution over two machines, however I have run potentialfoam on two cores within one machine.

However during the solution I didn't get any of the text that I would usually get in the console telling me what's going on (current time step, iterations, residuals etc). The cores just loaded up for a few minutes and then dropped back to 0 when the solution was done, good for a start but I'd really like to be able to read what's going on while it happens.

The command I used to execute the solution was:

mpirun -hostfile <machines> <root> <case> -parallel > log &

I assume it has something to do with the > log & part but I don't know what options for this there are.
andrewburns is offline   Reply With Quote

Old   February 4, 2008, 19:59
Default > log & means that you are wri
  #2
New Member
 
Martin Karlsson
Join Date: Mar 2009
Location: Stockholm, Sweden
Posts: 13
Rep Power: 17
martin is on a distinguished road
> log & means that you are writting the output to the file 'log'.

Type tail -f log to read this file during the simulation.

Regards,
Martin
martin is offline   Reply With Quote

Old   February 4, 2008, 20:02
Default Thanks for the very rapid repl
  #3
Member
 
Andrew Burns
Join Date: Mar 2009
Posts: 36
Rep Power: 17
andrewburns is on a distinguished road
Thanks for the very rapid reply, I'll give this a shot!
andrewburns is offline   Reply With Quote

Old   February 4, 2008, 22:19
Default Andrew, I had a lot of tro
  #4
Senior Member
 
Michael Jaworski
Join Date: Mar 2009
Location: Champaign, IL, USA
Posts: 126
Rep Power: 17
mike_jaworski is on a distinguished road
Andrew,
I had a lot of trouble with getting openMPI running across our network myself. The symptoms would involve starting a parallel program and then the machine would just sit and hang there. There's a debug switch with mpirun that will give you a very verbose output to help you spot what's going on.

For me, it turns out that openMPI is very peculiar about how the network should be set up. That is, if you have firewalls on either machine, it'll probably hang it up. An easy test would be to disable the firewalls and then try a parallel run to see if that's the problem.

Otherwise, the openMPI website is probably the best place to get support. There are some "hello world" programs that let you test mpirun so you can isolate it from OpenFOAM as well.

Good luck,
Mike J.
mike_jaworski is offline   Reply With Quote

Old   February 4, 2008, 22:53
Default Thanks for the tips, I'm affra
  #5
Member
 
Andrew Burns
Join Date: Mar 2009
Posts: 36
Rep Power: 17
andrewburns is on a distinguished road
Thanks for the tips, I'm affraid it will be a fairly difficult/annoying thing to get a parallel run with the current systems that I have. The problem is that they're running on a network I have very little insight into or control over, between different versions of linux (one tcsh shell and one bash shell if this matters).

The current error I'm getting is:

orte: command not found

And a few others before openmpi drops.
andrewburns is offline   Reply With Quote

Old   February 4, 2008, 23:07
Default Andrew, I would recommend
  #6
Senior Member
 
Michael Jaworski
Join Date: Mar 2009
Location: Champaign, IL, USA
Posts: 126
Rep Power: 17
mike_jaworski is on a distinguished road
Andrew,
I would recommend finding the "hello world" program in the OpenMPI website. I think you can also find it by googling openMPI and "hello world". you code it and compile it yourself so you can make sure things are installed correctly. It also allows you to isolate it from openFOAM, which I found helpful being new to both, myself. I recommend reading their tutorials as well, they're pretty informative.

Good luck,
Mike J.
mike_jaworski 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
Parallel UDF Karo FLUENT 2 April 25, 2017 01:36
UDF parallel Lucy Fluent UDF and Scheme Programming 3 May 28, 2013 13:14
udf parallel Phil FLUENT 4 May 28, 2004 19:49
cfx parallel Rao CFX 7 April 16, 2004 23:53
Parallel run Bogdan Siemens 2 June 26, 2002 10:31


All times are GMT -4. The time now is 03:14.