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

...

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

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

...

Codeblock
languagebash
titleInteractive CAE GUI run (not recommended)
srun -p standard96:test -L cae --x11 --pty bash

# wait for node allocation (a single node is the default), then run the following on the compute node 

module load abaqus/2022
abaqus cae -mesa

...