<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>RE: Running large grids using OpenFOAM on XSEDE Kraken</title>
  <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_recent_posts?p_l_id=" />
  <subtitle>RE: Running large grids using OpenFOAM on XSEDE Kraken</subtitle>
  <entry>
    <title>RE: Running large grids using OpenFOAM on XSEDE Kraken</title>
    <link rel="alternate" href="https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=668171" />
    <author>
      <name>Mark William Crosskey</name>
    </author>
    <id>https://conferences.xsede.org/c/message_boards/find_message?p_l_id=&amp;messageId=668171</id>
    <updated>2014-03-07T20:24:16Z</updated>
    <published>2014-02-24T18:14:51Z</published>
    <summary type="html">Karthik,&lt;br /&gt;&lt;br /&gt;I believe I&amp;#039;ve found a way around decomposePar not running in parallel. The solution is to use redistributePar as it says in the header file:&lt;br /&gt;&lt;br /&gt;# Create empty processor directories (have to exist for argList)&lt;br /&gt;mkdir processor0&lt;br /&gt;..&lt;br /&gt;mkdir processorN&lt;br /&gt;# Copy undecomposed polyMesh&lt;br /&gt;cp -r constant processor0&lt;br /&gt;# Distribute&lt;br /&gt;mpirun -np ddd redistributePar -parallel (for Kraken this would be aprun -n redistributePar -parallel)&lt;br /&gt;&lt;br /&gt;However, this leaves out a very important line on the second step. You also have to do &amp;#034;cp -r 0 processor0&amp;#034; or the fields will not be distributed with the mesh. Once the results are finished, you also cannot recombine them with recomposePar as that utility can also not be run in parallel. Therefore, you can create the something.openfoam file and read in each section of the grid or all of them at once from the processor directories in Fieldview/Paraview using the OpenFOAM direct reader.&lt;br /&gt;&lt;br /&gt;-Mark</summary>
    <dc:creator>Mark William Crosskey</dc:creator>
    <dc:date>2014-02-24T18:14:51Z</dc:date>
  </entry>
</feed>

