2.5. Using LS-OPT With Lucy

_images/lsopt_graphic.png

Requirements

  • Python 2.7 (Latest release of Python 2.7 can be found here)
  • Connection to d3VIEW

How to run

To use Lucy with LS-OPT the recommended base command is:

$ lucy submit api -d3view-url <URL> -u <USER_NAME> -a <API_KEY> -t lsdyna -v r712sp -i DynaOpt.inp -inc "k, key" -c <NUM_CORES_PER_JOB> -q <SCHEDULER_QUEUE> -w <WALLTIME> -solver-args "precision=sp, binout_to_ascii=no" -n auto -d "LS OPT simulation" -download-attachments "dyna_binout, dyna_ascii"

Note

  1. Check the button labeled Do not add input file argument
  2. -i DynaOpt.inp is assuming the input file is the default name.
  3. -n auto is required to name the simulations properly

The above command can be modified based on the `submit`_