Introduction
Usage on the cluster
No Format |
---|
module load abaqus/2017
module load abaqus/abq2017 (old cluster) |
Useful Command Line Arguments
No Format |
---|
Launch abaqus python:
====================
abaqus cae noGUI
>>> import sys
>>> print sys.argv
['/sw/abaqus/2017/SIMULIA/CAE/2017/linux_a64/code/bin/ABQcaeK', '-cae', '-noGUI', '-lmlog', 'ON', '-tmpdir', '/tmp', '-academic', 'RESEARCH']
>>>
|
https://info.simuleon.com/blog/submitting-abaqus-commands-through-the-command-window
https://abaqus-docs.mit.edu/2017/English/SIMACAEEXCRefMap/simaexc-c-caeproc.htm
Sample pbs script
Installation
No Format |
---|
https://linux.cc.iitk.ac.in/lininfo/Abaqus2017.html
License information is:
27005@gc-prd-erslic.corp.griffith.edu.au
mount 2017.AM_SIM_Abaqus_Extend.AllOS-1.iso /sw/abaqus/2017/src/CD/1
mount 2017.AM_SIM_Abaqus_Extend.AllOS-2.iso /sw/abaqus/2017/src/CD/2
mount 2017.AM_SIM_Abaqus_Extend.AllOS-3.iso /sw/abaqus/2017/src/CD/3
cd /sw/abaqus/2017/src/CD/1/1/SIMULIA_Documentation/AllOS/1
sh StartGUI.sh
cd /sw/abaqus/2017/src/CD/2/2/SIMULIA_AbaqusServices/Linux64/1
sh StartGUI.sh
cd /sw/abaqus/2017/src/CD/2/2/SIMULIA_AbaqusServices_CAA_API/Linux64/1
sh StartGUI.sh
cd /sw/abaqus/2017/src/CD/2/2/SIMULIA_Abaqus_CAE/Linux64/1
sh StartGUI.sh
(Not sure if this finished properly)
cd /sw/abaqus/2017/src/CD/2/2/SIMULIA_Tosca/Linux64/1
sh StartGUI.sh
cd /sw/abaqus/2017/src/CD/3/3/SIMULIA_Isight/Linux64/1
sh StartGUI.sh
(Installation Failed)
cd /sw/abaqus/2017/src/CD/3/3/SIMULIA_fe-safe
cp SIM_fe-safe.AllOS.1-1.tar /sw/abaqus/2017/src
cd /sw/abaqus/2017/src
tar -xvf SIM_fe-safe.AllOS.1-1.tar
cd /sw/abaqus/2017/src/SIM_fe-safe.AllOS/1/linux/linux
cd /sw/abaqus/2017/src/SIM_fe-safe.AllOS/1/linux/linux
tar -xvf linuxq_ins.tar
/sw/abaqus/2017/src/SIM_fe-safe.AllOS/1/linux/linux/install
Old Install notes
=================
./StartGUI.sh
Verification is complete. Results can be found at:
/sw/Abaqus/V6R2017x/SIMULIA/CAE/2017/InstallData/log/CODE/linux_a64/SIMULIA_Abaqus_CAE.media-2017_08_24-145600+1000/tmp/verification-results.html
The Abaqus command for this release is:
abq2017
The Abaqus commands directory can be found at:
/sw/Abaqus/V6R2017x/SIMULIA/Commands
The following media have been installed on your computer:
Successful installation:
Extended Product Documentation
Abaqus Simulation Services
Abaqus Simulation Services CAA API
Abaqus/CAE
Tosca
Isight |
...