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 ====== | ====== QuantumATK on DARWIN ====== | ||
- | |||
- | The VALET package for QuantumATK 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. | ||
- | |||
- | This requires some amount of setup for each workgroup in order to use QuantumATK on DARWIN. | ||
- | |||
- | <code bash> | ||
- | export SNPSLMD_LICENSE_FILE=port@hostname | ||
- | </ | ||
- | |||
- | However, if access is required for everyone in the workgroup, then create a file called '' | ||
- | |||
- | The QuantumATK VALET package checks for this '' | ||
Use '' | Use '' | ||
Line 25: | Line 13: | ||
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 ''/ | A job script template is available at ''/ |