-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the issue:
Hi,
After an update to the latest version of idefix, my 1D3C setup is crashing at the first time step due to nans in the VX2 and PRS component (spherical geometry, MHD). It seems to be related to the 1D, as 2D is working fine.
Hash 2f15373 is still working fine.
Error message:
Fluid<Hydro>: Nans were found in the current calculation
Fluid<Hydro>: rank 0 found 512 Nans in Vc and 0 Nans in Vs in the current datablock. Details will be in corresponding process log file.
----------------> DataBlockHost::DataBlockHost(DataBlock)...
----------------> ...returned
rank 0: Nan found in variable VX2
global (i,j,k) = (0, 0, 0)
global (x,y,z) = (1.037109e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable PRS
global (i,j,k) = (0, 0, 0)
global (x,y,z) = (1.037109e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable VX2
global (i,j,k) = (1, 0, 0)
global (x,y,z) = (1.111328e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable PRS
global (i,j,k) = (1, 0, 0)
global (x,y,z) = (1.111328e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable VX2
global (i,j,k) = (2, 0, 0)
global (x,y,z) = (1.185547e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable PRS
global (i,j,k) = (2, 0, 0)
global (x,y,z) = (1.185547e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable VX2
global (i,j,k) = (3, 0, 0)
global (x,y,z) = (1.259766e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable PRS
global (i,j,k) = (3, 0, 0)
global (x,y,z) = (1.259766e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable VX2
global (i,j,k) = (4, 0, 0)
global (x,y,z) = (1.333984e+00, 0.000000e+00, 0.000000e+00)
rank 0: Nan found in variable PRS
global (i,j,k) = (4, 0, 0)
global (x,y,z) = (1.333984e+00, 0.000000e+00, 0.000000e+00)
...
*** More Nans have been found in current fluid. Only showing the first 10.
------------> ...returned
--------> ...returned
Main: WARNING! Caught an exception in TimeIntegrator.
Nan found after integration cycle
Main: attempting to save the current state for inspection.
--------> Output::ForceWriteVtk...
------------> Vtk::Write...
Vtk: Write file data.0001.vtk...done in 4.547380e-04 s.
------------> ...returned
--------> ...returned
Main: Aborting current calculation.
Main: Reached t=2.000000e-06
Main: Completed in 0 seconds and 0 cycles
Main: Perfs are 0.000000e+00 cell updates/second
Outputs represent 0% of total run time.
Profiler: maximum memory usage for Host memory space: 1.493359e+02 KB
Main: Job was aborted because of an unrecoverable error.runtime information:
master branch, hash d0e8220 v2.1.02
hash 2f15373 is working
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working