Difference between revisions of "HOOMD"
Jump to navigation
Jump to search
Sharath1231 (talk | contribs) (Created page with "Category:Software, {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|Hoomd}} |{{#vardefine:url|https://codeblue.umich.edu/hoomd-blue/}} <!--CONFIGURATION: OPTIONAL (|1}}...") |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software | + | [[Category:Software]][[Category:Library]][[Category:Math]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|Hoomd}} | |{{#vardefine:app|Hoomd}} | ||
Line 23: | Line 23: | ||
<!--Modules--> | <!--Modules--> | ||
==Required Modules== | ==Required Modules== | ||
+ | |||
+ | ===Serial=== | ||
+ | * gcc/4.7.2 | ||
+ | * {{#var:app}} | ||
===Parallel (MPI)=== | ===Parallel (MPI)=== | ||
Line 30: | Line 34: | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_BIN - Bin directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - Include directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - Lib directory |
<!--Configuration--> | <!--Configuration--> |
Latest revision as of 15:40, 6 June 2022
Description
HOOMD-blue is a general-purpose particle simulation toolkit. It scales from a single CPU core to thousands of GPUs. You define particle initial conditions and interactions in a high-level python script. Then tell HOOMD-blue how you want to execute the job and it takes care of the rest. Python job scripts give you unlimited flexibility to create custom initialization routines, control simulation parameters, and perform in situ analysis.
Required Modules
Serial
- gcc/4.7.2
- Hoomd
Parallel (MPI)
- gcc/4.7.2
- openmpi/1.6.5
- Hoomd
System Variables
- HPC_HOOMD_DIR - installation directory
- HPC_HOOMD_BIN - Bin directory
- HPC_HOOMD_INC - Include directory
- HPC_HOOMD_LIB - Lib directory