Versionen im Vergleich

Schlüssel

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


Auszug

A Finite Element Analysis Package for Engineering Application


Warnung

Our Abaqus license will run out on April 30th, 2024. You will only be able to resume working with Abaqus products if you can bring your own license (see Abaqus). Alternatively, you might consider using other Finite Element Analysis (FEA) tools such as Abaqus or Abaqus from Ansys.


Codeblock
titleTo see our provided versions type:
module avail abaqus

...

  • Only users from Berlin (account names "be*") can use the ZIB license on NHR@ZIB systems. This license is strictly limited to teaching and academic research for non-industry funded projects only. Usually, there are always sufficient licenses for Abaqus/Standard and Abaqus/Explicit command-line based jobs. You can check this yourself (just in case):

    Codeblock
    # on NHR@ZIB systems
    lmutil lmstat -S -c 1700@10.241.101.140 | grep -e "ABAQUSLM:" -e "Users of abaqus" -e "Users of parallel" -e "Users of cae"


  • Users from other german states can use the software installed on HLRN but have to use their own license from their own license server (see How to bring your own license Bring Your Own License).

Example Jobscripts

The input file of the test case (Large Displacement Analysis of a linear beam in a plane) is: c2.inp

Distributed Memory Parallel Processing

...

Warnung

The small number of elements in this example does not allow to use 2x96 cores. Hence, 2x48 are utilized here. But typically, if there is sufficient memory per core, we recommend using all physical cores per node (such as, in the case of standard96: #SBATCH --ntasks-per-node=96). Please refer to Compute node Slurm partitions CPU, to see the number of cores on your selected partition and machine (Lise, Emmy).

...