You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

An engineering modeling tool installed for Amir Shojaei at S3DF (documentation here)

Quick Start

  • ssh s3dflogin (or use 
  • ssh psana
  • export PATH=/sdf/group/lcls/eng/abaqus/commands:${PATH}
  • to get example: abq2022hf5 fetch -j c2 (fetches c2.inp from local examples)
  • for very quick test of functionality run interactively:
    • export ABA_BATCH_OVERRIDE=1 (we think we have to also "unset ABA_BATCH_OVERRIDE") when we are done with interactive mode
    • abq2022hf5 -j c2 -cpus 8 -inter
  • for production run in the slurm batch queue that has been allocated to LCLS:
    • abq2022hf5 -j c2 -cpus 8 -queue milano (can also add "-verbose 2" for more output

Common Linux Commands/Utilities

You can search the web for more details about these commands.

  • "cd" changes directorires
  • "find" finds files
  • "vi" and "emacs" are common text editors
  • "winscp" can be used as a tool on a windows machine to transfer files between linux and your local machine
  • No labels