Abaqus: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Draft}}
{{Draft}}
 
__FORCETOC__
= Using your own license =  
= Using your own license =  
Abaqus is available on Compute Canada clusters. However, you must provide your own license. You can configure your own license by creating a file <tt>$HOME/.licenses/abaqus.lic</tt> in your account, containing a single line of the syntax <tt>port@ip address</tt>. You will need to [[Technical support|contact us]] to obtain the list of IP addresses that the license server needs to accept requests from. When you contact us, make sure to include the port and IP address of the license server so that we can configure the firewall on our side as well. Better yet, you can put us in direct contact with the technical person who manages your license server so that we can sort out details directly with them.
Abaqus is available on Compute Canada clusters. However, you must provide your own license. You can configure your own license by creating a file <tt>$HOME/.licenses/abaqus.lic</tt> in your account, containing a single line of the syntax <tt>port@ip address</tt>. You will need to [[Technical support|contact us]] to obtain the list of IP addresses that the license server needs to accept requests from. When you contact us, make sure to include the port and IP address of the license server so that we can configure the firewall on our side as well. Better yet, you can put us in direct contact with the technical person who manages your license server so that we can sort out details directly with them.

Revision as of 08:55, 9 May 2018


This article is a draft

This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.




Using your own license[edit]

Abaqus is available on Compute Canada clusters. However, you must provide your own license. You can configure your own license by creating a file $HOME/.licenses/abaqus.lic in your account, containing a single line of the syntax port@ip address. You will need to contact us to obtain the list of IP addresses that the license server needs to accept requests from. When you contact us, make sure to include the port and IP address of the license server so that we can configure the firewall on our side as well. Better yet, you can put us in direct contact with the technical person who manages your license server so that we can sort out details directly with them.

Submission scripts[edit]

Below is an example submission script for a small Abaqus Explicit job running on four cores:


File : file.txt

#!/bin/bash
#SBATCH --time=2-00:00
#SBATCH --mem=1000M
#SBATCH --cpus-per-task=4
 
module load abaqus/6.14.1
unset SLURM_GTIDS
export MPI_IC_ORDER='tcp'

abaqus job=Job-SBS-ALU-EXPLICIT-01 input=2018-04-14-SBS-ALUMINUM-EXPLICIT-01.inp memory="2 gb" scratch=$SCRATCH cpus=4 interactive