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

Multicore/Cluster calculation does not work

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 20, 2014, 12:03
Default Multicore/Cluster calculation does not work
  #1
New Member
 
christian
Join Date: Oct 2014
Posts: 2
Rep Power: 0
Foamer6000 is on a distinguished road
Hi,

i have a little problem with the use of multicore/cluster calculation. Maybe anyone could help.
If i try to solve my mesh with multicore it does not work only singlecore calculation works well.
I use the command (mpirun -np 2 interFoam -parallel) and i always get this error..

Nodes: n<list>, e.g., n0-3,5
CPUS: c<list>, e.g., c0-3,5
Extras: h (local node), o (origin node), N (all nodes), C (all CPUs)

Examples: mpirun n0-7 prog1
Executes "prog1" on nodes 0 through 7.

mpirun -lamd -x FOO=bar,DISPLAY N prog2
Executes "prog2" on all nodes using the LAMD RPI.
In the environment of each process, set FOO to the value
"bar", and set DISPLAY to the current value.

mpirun n0 N prog3
Run "prog3" on node 0, *and* all nodes. This executes *2*
copies on n0.

mpirun C prog4 arg1 arg2
Run "prog4" on each available CPU with command line
arguments of "arg1" and "arg2". If each node has a
CPU count of 1, the "C" is equivalent to "N". If at
least one node has a CPU count greater than 1, LAM
will run neighboring ranks of MPI_COMM_WORLD on that
node. For example, if node 0 has a CPU count of 4 and
node 1 has a CPU count of 2, "prog4" will have
MPI_COMM_WORLD ranks 0 through 3 on n0, and ranks 4
and 5 on n1.

mpirun c0 C prog5
Similar to the "prog3" example above, this runs "prog5"
on CPU 0 *and* on each available CPU. This executes
*2* copies on the node where CPU 0 is (i.e., n0).
This is probably not a useful use of the "C" notation;
it is only shown here for an example.

Defaults: -c2c -w -pty -nger -nsigs

does anyone knows whats this about or what could be the issue of the error?

regards
Foamer6000 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
Transfer output data as input for second calculation mannobot Main CFD Forum 3 December 7, 2018 09:37
How to continue calculation after the computer is abruptly shut off? superqtp CFX 5 September 25, 2012 08:53
The calculation efficiency of OpenFOAM chiven OpenFOAM Running, Solving & CFD 4 September 14, 2009 04:44
How can I speed up my calculation? Kim FLUENT 2 June 24, 2008 13:31
Non-uniform grid calculation Aspens Main CFD Forum 1 February 23, 2000 14:15


All times are GMT -4. The time now is 15:50.