Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
software:comsol:caviness [2020-04-11 10:28] – anita | software:comsol:caviness [2022-03-31 10:17] (current) – anita | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Comsol on Caviness ====== | ====== Comsol on Caviness ====== | ||
- | Comsol requires user(s) to use purchase a license in order to gain access to the license server to actually use the software. | + | <note warning> |
+ | |||
+ | Comsol requires user(s) to purchase a license in order to gain access to the license server to actually use the software. | ||
This requires some amount of setup for each workgroup to do in order to use Comsol on Caviness. | This requires some amount of setup for each workgroup to do in order to use Comsol on Caviness. | ||
<code bash> | <code bash> | ||
- | export | + | export |
</ | </ | ||
Line 25: | Line 27: | ||
Comsol VALET package has a scripted component to their VALET actions. It checks for the file mentioned above and sets the appropriate license environment variable to that file's content. By putting the above file in the directory specified above, it is locked-down to the workgroup only and all members in the workgroup have access to Comsol, and it doesn' | Comsol VALET package has a scripted component to their VALET actions. It checks for the file mentioned above and sets the appropriate license environment variable to that file's content. By putting the above file in the directory specified above, it is locked-down to the workgroup only and all members in the workgroup have access to Comsol, and it doesn' | ||
+ | |||
+ | The VALET package for Comsol is available to everyone on Caviness, and will load as expected. | ||
<code bash> | <code bash> | ||
Line 30: | Line 34: | ||
</ | </ | ||
- | The VALET package for Comsol is available | + | Use '' |
+ | |||
+ | <code bash> | ||
+ | $ vpkg_versions comsol | ||
+ | |||
+ | Available versions in package (* = default version): | ||
+ | |||
+ | [/ | ||
+ | comsol | ||
+ | * 5.3a Version 5.3a (all components) | ||
+ | 5.4 | ||
+ | 5.5 | ||
+ | </ | ||
+ | |||
+ | lists version 5.3a as the default version, so if you need to load the newest version 5.5, then you would use the VALET command | ||
- | Templates for Slurm job submission scripts are available for batch COMSOL jobs in ''/ | + | Templates for Slurm job submission scripts are available for batch COMSOL jobs in ''/ |
- | <note tip>It is always a good idea to periodically check ''/ | + | <note tip>It is always a good idea to periodically check ''/ |