We currently have a wide selection of license variable names in use. Grepping through the easyblocks we find for example:
LM_LICENSE_FILE
INTEL_LICENSE_FILE
ABAQUSLM_LICENSE_FILE
EB_MATLAB_LICENSE_SERVER
LMCOMSOL_LICENSE_FILE
so, it's either
- LM_xxx
- NAME_xxx
- NAMELM_xxx
- LMNAME_xxx
- EB_NAME_xxx
I was going to suggest to stick to just one pattern:
EB_NAME_LICENSE_FILE
EB_NAME_LICENSE_SERVER
EB_NAME_LICENSE_PORT
We currently have a wide selection of license variable names in use. Grepping through the easyblocks we find for example:
so, it's either
I was going to suggest to stick to just one pattern: