Ansys Learning Forum Forums Discuss Simulation LS Dyna Error during restart of dam analysis example Reply To: Error during restart of dam analysis example

Tonmoy
Subscriber

Hello Roque,

The problems, as Dr. Basu has pointed out, are occurring due to the use of MPP. Change the last terminal command from

lsdyna -dis -np 8 i=dam-transient.k r=stat.d3dump01 gminp=aux.gmbin jobid=trn

 


to

lsdyna -dis -np 8 i=dam-transient.k n=stat.d3full01 gminp=aux.gmbin jobid=trn

and I can confirm that it will work like a charm. The parameter n takes the restart input for MPP instead of the traditional r used for SMP.

- Tonmoy.