cc_staff
1,894
edits
mNo edit summary |
mNo edit summary |
||
Line 520: | Line 520: | ||
1. Connect to a compute node (3hr salloc time limit) with [[VNC#Compute_nodes|TigerVNC]]<br> | 1. Connect to a compute node (3hr salloc time limit) with [[VNC#Compute_nodes|TigerVNC]]<br> | ||
2. Open a new terminal window and enter the following<br> | 2. Open a new terminal window and enter the following<br> | ||
module load StdEnv/2020 abaqus/2021 | |||
3. Start the application with<br> | 3. Start the application with<br> | ||
abaqus cae -mesa | |||
== On gra-vdi == <!--T:20847--> | == On gra-vdi == <!--T:20847--> | ||
1. Connect to gra-vdi | 1. Connect to gra-vdi with [[VNC#VDI_nodes|TigerVNC]]<br><br> | ||
2. Open a new terminal window and enter one of the following: | 2. Open a new terminal window and enter one of the following: | ||
module load CcEnv StdEnv/2016 abaqus/6.14.1 or | |||
module load CcEnv StdEnv/2016 abaqus/2020 or | |||
module load CcEnv StdEnv/2020 abaqus/2021 | |||
3. Start the application with<br> | 3. Start the application with<br> | ||
abaqus cae | |||
<!--T:20848--> | <!--T:20848--> | ||
For abaqus to start in gui mode must be at least <b>one</b> free cae license (not in use). The SHARCNET license has 2 free and 2 reserved licenses. If all 4 are in use according to: | |||
[gra-vdi3:~] abaqus licensing lmstat -c $ABAQUSLM_LICENSE_FILE -a | grep "Users of cae" | |||
Users of cae: (Total of 4 licenses issued; Total of 4 licenses in use) | |||
Then the following error messages will occur when you attempt to start abaqus cae: | |||
[gra-vdi3:~] abaqus cae | [gra-vdi3:~] abaqus cae | ||
ABAQUSLM_LICENSE_FILE=27050@license3.sharcnet.ca | ABAQUSLM_LICENSE_FILE=27050@license3.sharcnet.ca | ||
/opt/sharcnet/abaqus/2020/Commands/abaqus cae | /opt/sharcnet/abaqus/2020/Commands/abaqus cae | ||
No socket connection to license server manager. | No socket connection to license server manager. | ||
Feature: cae | Feature: cae | ||
License path: 27050@license3.sharcnet.ca: | License path: 27050@license3.sharcnet.ca: | ||
FLEXnet Licensing error:-7,96 | FLEXnet Licensing error:-7,96 | ||
For further information, refer to the FLEXnet Licensing documentation, | For further information, refer to the FLEXnet Licensing documentation, | ||
or contact your local Abaqus representative. | or contact your local Abaqus representative. | ||
Number of requested licenses: 1 | Number of requested licenses: 1 | ||
Number of total licenses: 4 | Number of total licenses: 4 | ||
Number of licenses in use: 2 | Number of licenses in use: 2 | ||
Number of available licenses: 2 | Number of available licenses: 2 | ||
Abaqus Error: Abaqus/CAE Kernel exited with an error. | Abaqus Error: Abaqus/CAE Kernel exited with an error. | ||
= Site-specific use = <!--T:20850--> | = Site-specific use = <!--T:20850--> |