Difference between revisions of "HOOMD"
Jump to navigation
Jump to search
Sharath1231 (talk | contribs) |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 34: | 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--> |
Revision as of 21:21, 6 December 2019
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