/tag/cae

  • Engineering on Rivanna

    Overview Several software packages for computer-aided engineering are available on Rivanna.
    General considerations Some engineering software packages utilize single node, multi-core or multi-node MPI for parallel execution. Accordingly, the Slurm job scripts should contain either of the following two SBATCH directives:
    Single Node Multi-Core
    #SBATCH -N 1 # request single node #SBATCH –cpus-per-task=<X> # request X multiple cpu cores Replace <X> with the actual number of cpu cores to be requested.
    Multi Node MPI
    #SBATCH -N <M> # request M nodes (replace with a number) #SBATCH –ntasks-per-node=<L> # request L MPI processes per node You should launch your program with srun as the MPI executor, for example for Quantum Espresso

  • ANSYS on Rivanna

    Description ANSYS simulation software enables organizations to confidently predict
    how their products will operate in the real world. We believe that every product is
    a promise of something greater.
    Software Category: cae
    Local support is minimal; users should make an account at the student forum through the ANSYS
    website for technical support and for obtaining detailed information.
    Available Versions The current installation of ANSYS
    incorporates the most popular packages. To find the available versions and learn how to load them, run:
    module spider ansys The output of the command shows the available ANSYS
    module versions.
    For detailed information about a particular ANSYS