Difference between revisions of "Modulus"

From UFRC
Jump to navigation Jump to search
Line 36: Line 36:
 
==Learning Materials==
 
==Learning Materials==
  
=== NVIDIA Modulus usage ===
+
=== NVIDIA Modulus usage on HiPerGator===
 +
            1) Server:
 +
 
 +
                To start the server as a slurm job:
 +
                    ml purge
 +
                    ml modulus/<version>
 +
                    sbatch <slurm_script.sh>
  
  

Revision as of 19:54, 16 August 2022

Description

Modulus website  

NVIDIA Modulus is a neural network framework that blends the power of physics and partial differential equations (PDEs) with AI to build more robust models for better analysis of applications like digital twins.

Environment Modules

Run module spider Modulus to find out what environment modules are available for this application.

System Variables

  • HPC_MODULUS_DIR - installation directory
  • HPC_MODULUS_BIN - executable directory


Learning Materials

NVIDIA Modulus usage on HiPerGator

           1) Server:
                To start the server as a slurm job:
                   ml purge
                   ml modulus/<version>
                   sbatch <slurm_script.sh>