Hello,
I was using LS-Dyna on HPC and after the job was terminated, I only get the d3plot, d3thdt, d3hsp, and glstat files written even though I requested a few more ASCII files be written as well as the binout binary file.
This is not he first time I use HPC to run LS-Dyna, and the previous simulations with similar timesteps were producing output files with no issue. The termination was also a normal termination, and the d3plot files are completely normal.
Interestingly, I did get two partial binout files as binout0000 and binout0048, if this information may give you any clue.
The related inputs are attached:
*CONTROL_TERMINATION
$# endtim endcyc dtmin endeng endmas nosol
0.01 0 0.9 0.01.00000E22 0
*DATABASE_BNDOUT
$# dt binary lcur ioopt
0.001 3 0 1
*DATABASE_ELOUT
$# dt binary lcur ioopt option1 option2 option3 option4
0.001 3 0 1 0 0 0 0
*DATABASE_GLSTAT
$# dt binary lcur ioopt
0.001 3 0 1
*DATABASE_NODOUT
$# dt binary lcur ioopt option1 option2
0.001 3 0 1 0.0 0
*DATABASE_BINARY_D3PLOT
$# dt lcdt beam npltc psetid
0.001 0 0 0 0
$# ioopt rate cutoff window type pset
0 0.0 0.0 0.0 0 0
*DATABASE_BINARY_D3THDT
$# dt lcdt beam npltc psetid
0.001 0 0 0 0
Any clue or ideas are appreciated
Thanks!
Hi @wjy950312,
Sorry for the late response. So can you load that binout0000 file and do all these options show up for plotting or no? You can also try changing the binary option to 0 for each of your *database cards and see if the ascii files are written out. Additionally, maybe the location you are trying to save is running out of storage? Just some ideas.