Summary
It appears that Abaqus 2020 only support RedHat, CentOS, and SUSE Linux. One of my computers is running Ubuntu 19.10, which currently is the latest version of the most popular Linux distribution. Clearly it must be a way to install and use Abaqus also on this OS, at least that is what I thought when I started this exercise.
First I copied the Abaqus intallation files to my Ubuntu computer and simply tried to run the installer. That did not work. The installer has multiple checks that it is running on an “authorized” Linux OS. I started to remove these checks, but it was a lot of work, and I did not feel confident that it would work in the end. Instead I installed Abaqus 2020 on another computer running CentOS 7, which is a supported OS. I then used tar
to create archives of the created installation folders (DassaultSystemes
and SIMULIA
). This took a while, but once it was done I copied them (using scp
) to my Ubuntu computer and then just extracted the archives to the proper locations. This fixed the problem. I now can run Abaqus and CAE on also on my Ubuntu computer. Very nice!
The only problem that i have left is that abq2020 standard does not terminate properly once a simulation finishes. That is, once the simulation finishes it just gets stuck, and I don’t get the command prompt back. I have also noticed this issue when running abq2020 standard on CentOS 8. The issue does not occur with Explicit. Does anyone have a fix for this? My best solution, so far, is to use a command like the following, or run the job in the background:
timeout -s 9 30 abq2020 -int -job test_01_imp
killall pre
killall standard
killall explicit
killall mpirun
I suspect this is an issue with Abaqus that will be fixed in the next release. This problem has been fixed in Abaqus 2022.
3 thoughts on “Install Abaqus 2020 on Ubuntu 19.10”
The issue is discussed at https://github.com/Kevin-Mattheus-Moerman/Abaqus-Installation-Instructions-for-Ubuntu/issues/1#issuecomment-437934272
A solution can be found at https://learningpatterns.me/posts-output/2018-01-30-abaqus-singularity/
However for newer Ubuntu/Linux-versions you need a at least singularty 3.6.2 (or newer)
You might try my fix (works on Ubuntu 20.04): https://github.com/JoKalliauer/abaqus-centos-7-singularity
Great info. Thanks!
Hi Jorgen, I have access to Abaqus 2022. Could you suggest me installation procedure for ubuntu 20.04 lts