Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:quantum-atk:darwin [2024-11-04 11:04] – created frey | software:quantum-atk:darwin [2024-11-04 11:14] (current) – frey | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== QuantumATK on DARWIN ====== | ||
| + | Use '' | ||
| + | |||
| + | <code bash> | ||
| + | $ vpkg_versions quantum-atk | ||
| + | |||
| + | Available versions in package (* = default version): | ||
| + | |||
| + | [/ | ||
| + | quantum-atk | ||
| + | * 2023.12 | ||
| + | 2023.12: | ||
| + | </ | ||
| + | |||
| + | The VALET package for Quantum ATK is available to everyone on DARWIN, however QuantumATK requires user(s) to purchase a license and setup a license server to actually use the software. | ||
| + | |||
| + | ===== Available to entire workgroup ===== | ||
| + | |||
| + | This requires some amount of setup for each workgroup in order to use QuantumATK on DARWIN. | ||
| + | |||
| + | - Create a file called '' | ||
| + | - Add the appropriate //license server path// (''< | ||
| + | |||
| + | The Quantum ATK VALET package checks for this '' | ||
| + | |||
| + | ===== Available to individuals ===== | ||
| + | |||
| + | If only individual workgroup users are allowed to use the software, then each user must set the '' | ||
| + | |||
| + | * the '' | ||
| + | * each job script | ||
| + | |||
| + | The value of the variable is the //license server path//, e.g. | ||
| + | |||
| + | <code bash> | ||
| + | export SNPSLMD_LICENSE_FILE=< | ||
| + | </ | ||
| + | |||
| + | ===== Job script template and examples ===== | ||
| + | |||
| + | A job script template is available at ''/ | ||