Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.


Auszug

Crash Simulation Software - finite element and multiphysics program to analyse the nonlinear response of structures

...

Info

To obtain and checkout a product license please read Ansys suite first. LS-DYNA specific support is provided by www.dynasupport.com.

...

"module add ansys/2022r2" provides:

executableprecisionparallelizationrequirement
lsdynaSingle

shared memory parallel


lsdyna_spSingleshared memory parallel
lsdyna_sp_mpp

Single

massively parallel processing

module add intel impi
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$I_MPI_ROOT/intel64/lib

lsdyna_dpDouble

shared memory parallel


lsdyna_dp_mpp

Double

massively parallel processing

module add intel impi
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$I_MPI_ROOT/intel64/lib

Example Jobscript

Official examples e.g. a Pipe Whip can be found at https://www.dynaexamples.com/introduction/Introduction/example-26

...