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 [2022-03-31 10:14] – anita | software:comsol:caviness [2022-03-31 10:17] (current) – anita | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Comsol on Caviness ====== | ||
+ | |||
+ | <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. | ||
+ | |||
+ | <code bash> | ||
+ | export LMCOMSOL_LICENSE_FILE=port@hostname | ||
+ | </ | ||
+ | |||
+ | However, there' | ||
+ | |||
+ | <code bash> | ||
+ | # | ||
+ | # You MUST set LMCOMSOL_LICENSE_FILE in your environment to point | ||
+ | # to your Comsol license server. | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # containing the FLEXlm license path they use for Comsol, and | ||
+ | # this package will set LMCOMSOL_LICENSE_FILE to the contents of | ||
+ | # that file. | ||
+ | # | ||
+ | </ | ||
+ | |||
+ | 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> | ||
+ | vpkg_require comsol | ||
+ | </ | ||
+ | |||
+ | 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 ''/ | ||
+ | |||
+ | <note tip>It is always a good idea to periodically check ''/ | ||