CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Sample utility - floating point exception (core dumped)

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 24, 2016, 08:16
Default Sample utility - floating point exception (core dumped)
  #1
Senior Member
 
ArielJ
Join Date: Aug 2015
Posts: 127
Rep Power: 10
arieljeds is on a distinguished road
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!
arieljeds is offline   Reply With Quote

Old   May 30, 2020, 13:21
Default
  #2
New Member
 
周泽才
Join Date: Nov 2018
Posts: 1
Rep Power: 0
zhouzc is on a distinguished road
Hi, arieljeds. 4 years has gone and I meet the same problem. Do you remember how did you resolve this prolem?
zhouzc is offline   Reply With Quote

Reply

Tags
core dumped, floating point exception, sample, wavefoam

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Floating Point Exception Error nyox FLUENT 11 November 30, 2018 13:31
Floating point exception (core dumped), running a new solver Mahyar Javidi OpenFOAM Running, Solving & CFD 6 April 7, 2018 13:43
simpleFoam: floating point exception student666 OpenFOAM Running, Solving & CFD 9 March 13, 2016 19:23
sonicFoam - Floating point eception (core dumped) MSans OpenFOAM Running, Solving & CFD 12 August 4, 2015 06:10
Floating point exception (core dumped) for GAMG solver yuhou1989 OpenFOAM Running, Solving & CFD 2 March 24, 2015 20:28


All times are GMT -4. The time now is 08:32.