|
[Sponsors] |
February 21, 2014, 02:16 |
MARKER_TAG for parallel run
|
#1 |
Member
|
Hi,
I am examining the SU2 partitioned mesh file and I had a couple of questions. I'll refer to the vertex as a "node". E.g. portion of the file on partition 1 --- for a 2 process run: MARKER_TAG = SEND_RECEIVE MARKER_ELEMS 95 SEND_TO = 2 1 23 0 1 215 0 .. .. Can I assume that there are 95 Nodes in this partition sending to process 2 and that the second column are the local node indices of the send nodes ? I also see that, following this block of data, there is a SEND_TO = -2. What does the -2 indicate ? -- receive from process 2 ? Also referring to the above block of data, if node 23 in process 1 sends to process 2, the corresponding receiver node in process 2 should be the first node in the array to receive the data ? ( looking at the file in partition 2?) Thank you, Dominic |
|
March 2, 2014, 20:04 |
|
#2 | |
Super Moderator
Francisco Palacios
Join Date: Jan 2013
Location: Long Beach, CA
Posts: 404
Rep Power: 15 |
Quote:
You are right, a positive value in SEND_TO means send to, and a negative means receive from. And as you point out, the lists of nodes are sorted. Your example is perfect. Thanks for using SU2, Best Francisco |
||
Tags |
parallel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel run in fluent for multiphase flow | apurv | FLUENT | 2 | August 3, 2011 20:44 |
Batch Run with Initial values file | krrishcfd | CFX | 1 | July 28, 2011 03:35 |
First Parallel Run - need some help | Gian Maria | OpenFOAM | 3 | June 17, 2011 13:08 |
How to run and save tranisent case on Cray XD1 | Leon | FLUENT | 0 | October 3, 2006 22:59 |
Windows 64-bit, Distributed Parallel Run Issues... | Erich | CFX | 3 | March 28, 2006 17:36 |