How to run OpenRadioss

OpenRadioss is made of:

Running OpenRadioss

Download and build OpenRadioss (links to github), or download the binaries (links to github)

The detailed steps are below, but there are also simplified versions: Simplified Running OpenRadioss and Python/tk guis for running OpenRadioss

Environment variable

    export OPENRADIOSS_PATH=[OpenRadioss Root directory]
    export RAD_CFG_PATH=$OPENRADIOSS_PATH/hm_cfg_files
    export OMP_STACKSIZE=400m

If you built OpenRadioss from the source

    export LD_LIBRARY_PATH=$OPENRADIOSS_PATH/extlib/hm_reader/linux64/:$OPENRADIOSS_PATH/extlib/h3d/lib/linux64/:$LD_LIBRARY_PATH

If you downloaded the binaries from here (github link)

    export LD_LIBRARY_PATH=$OPENRADIOSS_PATH/lib/:$LD_LIBRARY_PATH

Running OpenRadioss without MPI (OpenMP only)

Running OpenRadioss with MPI+OpenMP

Running OpenRadioss test suite from the source code

Running without MPI (OpenMP only)

    perl ./or_qa_script ../../exec/engine_linux64_gf 1.0

Running with MPI (MPI+OpenMP)