CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Post-Processing (https://www.cfd-online.com/Forums/openfoam-post-processing/)
-   -   Sample utility - floating point exception (core dumped) (https://www.cfd-online.com/Forums/openfoam-post-processing/176686-sample-utility-floating-point-exception-core-dumped.html)

arieljeds August 24, 2016 07:16

Sample utility - floating point exception (core dumped)
 
Hi everyone,
I'm having issues attempting to use the sample utility on a cluster. I have the following example running perfectly on my own laptop (using waveFoam) but when I'm attempting to run this on a cluster, I get the error:

Code:

Reading waveProperties
Floating point exception (core dumped)

Code:

setFormat csv;  //raw


surfaceFormat vtk;  //raw

// optionally define extra controls for the output formats
formatOptions
{
    ensight
    {
        format  ascii;
    }
}

interpolationScheme cellPoint;

// Fields to sample.
fields
(
    p_rgh
    p
    magSqrU
    magU
    alpha.water 
    magvorticity
    Ux
    Uy
    Uz
   
    //forces
);

sets
(
    lineX1
    {
        type        uniform;
        axis        xyz;
       
        start      (-110 30 -3.0);
        end        ( 120 30 -3.0);
        nPoints    20;
    }
);

Has anyone had issues using the sample utility on a cluster? I ran the simulation in parallel but reconstructed the case before running sample...

Thank you in advance for any advice!

zhouzc May 30, 2020 12:21

Hi, arieljeds. 4 years has gone and I meet the same problem. Do you remember how did you resolve this prolem?


All times are GMT -4. The time now is 13:41.