-
-
August 25, 2018 at 10:43 pm
pcaicedo
SubscriberHi all,
I have been trying to install ANSYS 19.1 on Linux for half day, and it remains at 89% of the installation for so long. It may be some errors because the administrator of the cluster have tried too and had the same problem.
It would be great if someone could help me to solve this problem.
Regards,
Paul
-
August 27, 2018 at 4:21 pm
tsiriaks
Ansys EmployeeHi Paul,
Please provide the output ofÂ
cat /etc/*release
Then, refer to the Linux Installation guide Chapter 2 : Platform Details . This Chapter would list all prerequisites for different OS level. Make sure that the prerequisites are installed.
Also, don't install it on your home directory. Ask your cluster admin to install it in the directory that's accessible by any users.
Thank you,
Win
Â
-
August 27, 2018 at 6:02 pm
pcaicedo
SubscriberHi Win,
Here is the output
CentOS Linux release 7.4.1708 (Core)
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe
o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
Â
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
Â
CentOS Linux release 7.4.1708 (Core)
CentOS Linux release 7.4.1708 (Core)
Do I need install all the libraries indicated in CentOS 7.3 even if my version is 7.4.1708? I can't use sudo; how could I install the libraries?
I am reading that chapter to check what I am missing, but at this moment I need to install in my home directory because the cluster admin spent a day trying to install in the directory that's accessible by any users without any luck, and he is not willing to spend more time, so if this works in my home directory he will scale up.
Thanks,
Paul -
August 27, 2018 at 6:18 pm
JakeC
Ansys EmployeeHi Paul,
Please try installing libpng12.
Something like:
yum install libpng12
Thank you,
Jake
Â
-
August 27, 2018 at 6:20 pm
pcaicedo
SubscriberHi Jake,
It says this
Loaded plugins: fastestmirror, langpacks, priorities
You need to be root to perform this command.
So, I think there is no option to install those libraries if I am not the admin of the cluster, right?
Thanks,
Paul
-
August 27, 2018 at 6:28 pm
JakeC
Ansys EmployeeHi Paul,
Correct, the admin will need to install that library. It is required to finish the installation.
Thank you,
Jake -
December 2, 2018 at 5:24 pm
hose
SubscriberHi Jake,
I have same problem with installing ANSYS 19.1 on suse 15. It stuck in third installation disk and never progress the installation. The command cat etc/*release gives:
NAME="SLED"
VERSION="15"
VERSION_ID="15"
PRETTY_NAME="SUSE Linux Enterprise Desktop 15"
ID="sled"
ID_LIKE="suse"
ANSI_COLOR="0;32"
CPE_NAME="cpeo:suse:sled:15"
Also I installed libpng12 on the machine and tried to install ANSYS as root, but did not work.
Â
Thanks for help
Hosein
Â
-
December 3, 2018 at 3:01 pm
JakeC
Ansys EmployeeHi Hosein,
Unfortunately Suse15 is not on the list of support platforms. Please see the .pdf here:
https://www.ansys.com/-/media/ansys/corporate/files/pdf/solutions/it-professionals/platform-support/ansys-191-platform-support-by-application.pdf?la=en
Â
My suggestion would be to switch to a supported OS.
Â
Thank you,
Jake
Â
Â
-
January 25, 2019 at 1:07 pm
apurba
Subscriber
Hi pcaicedo,
I too faced similar situation while installation of Ansys 19.0 in my Ubuntu 18.04. and followed the steps of correction as suggested in the posts above. Would you tell if the same is solved or not and how?
Thank u,
apurba
-
January 25, 2019 at 6:18 pm
tsiriaks
Ansys EmployeeHi apurba ,
You might be able to get past this issue with
apt-get install libmotif-dev
apt-get install lsb
However, please note that Ubuntu is not supported and it's very likely that you will run into other issues. The best bet here is to use CentOS , SLES, or RHEL
Thanks,
Win
-
February 9, 2019 at 10:53 am
apurba
SubscriberHi tsiriaks,
thanks for u'r reply. I have changed my platform. Installed in CentOS7. Installed successfully. However there's a different issue. Workbench is opening, but while using static Structural block, I am unable to open the geometry editor. Here's a snap of what happened. How to sort out this issue!!
-
February 11, 2019 at 2:39 pm
JakeC
Ansys EmployeeHi apurba,
Can you please post screenshots of the following commands:
cat /etc/*release*
lspci -nnk | grep -i vga -A3 | grep 'in use'
glxinfo | grep -i "opengl renderer"
Â
Thank you,
Jake
-
March 19, 2019 at 2:15 pm
hisham
SubscriberHello,
I also had exactly the same problem during installation of Ansys 19 on Linux mint OS, the installation stops by 89%.
I am very new in using Linux, so I would highly appreciate if you can answer in simply or provide direct links if I need to install some other preliminary software.
Â
Thanks
Hisham
-
March 19, 2019 at 2:34 pm
JakeC
Ansys EmployeeHi Hisham,
Unfortunately MintOS is not a support OS.
Please see the platform support document here for a list of supported operating systems:
https://www.ansys.com/solutions/solutions-by-role/it-professionals/platform-support
Â
Thank you,
Jake
-
October 13, 2019 at 11:26 am
-
October 13, 2019 at 11:31 am
-
October 14, 2019 at 2:26 pm
JakeC
Ansys EmployeeHi MemoriseXuxu,
Please create a new topic for your issue if the following does not solve your problem.
Â
You do not appear to have any hardware graphics acceleration, which is most likely your issue.
We can try forcing Workbench etc.. into a software rendering mode, but I can't promise it will work.
From the terminal enter:
export LIBGL_ALWAYS_SOFTWARE=1
export LIBGL_ALWAYS_INDIRECT=1
Â
Now try launching workbench from that same terminal session.
Â
Thank you,
Jake
Â
-
October 16, 2019 at 12:38 pm
Memorisexu
SubscriberHi, Jcallery
Thank you for your support!!! And I will have a try on it. But I have a doubt whether the external graphics is necessary. Beceuse this node doesn't have the graphics cards. However, my other compoent like Fluent and CFX works fine with GUI.And my CPU is Xeon Gold 5188.
Or if I install the GraphicsDriver correctly, it will be OK ?
And I read the discussion below which the libpng12 is mentioned. Is it the problem ?
Thank you
Xuxu
-
October 17, 2019 at 9:36 pm
tsiriaks
Ansys EmployeeHi Xuxu,
Different tools in ANSYS have different requirements for graphics. When you don't have a good dedicated graphics card, some tools may not function correctly. The software rendering mode that Jake mentioned could sometimes help out in this situation. But I would recommend to try all of the followings to make sure you are using Mesa library as well
Â
export LIBGL_ALWAYS_INDIRECT=1
export LIBGL_ALWAYS_SOFTWARE=1
export LD_LIBRARY_PATH=/ansys_inc/v195/Framework/bin/Linux64/Mesa
/ansys_inc/v195/Framework/bin/Linux64/runwb2 -oglmesa
Thanks,
Win
-
October 18, 2019 at 1:42 pm
Memorisexu
SubscriberDear Win,
I'm using the Nvidia P6000 Professional Cards. Is it the problem of graph driver .Â
What's more , it is necessary to enter the code that Jake mentioned every time I use the WB.
Thanks,
Xuxu
-
October 18, 2019 at 5:10 pm
tsiriaks
Ansys EmployeeHi Xuxu,
Yes, in that case, there is some issue in systems/graphics setup that doesn't use your Nvidia as default.
If everything is setup properly, output of these commands have to be all Nvidia
lspci -vnn | grep VGA -A 12
glxinfo | grep OpenGL
nvidia-smi
By the way, if you want to keep using software rendering mode for now, you can permanently set those environment variables, so you don't have to do it each time/terminal.
Thanks,
Win
-
January 21, 2020 at 5:20 pm
yskale
SubscriberHi ,
I am installing Ansys 19 on SUSE 15.... when I try to run the ./INSTALL it gives me following errorÂ
 Executing /tmp/ans_install_tmp22270/instcore
instcore: cannot connect to X server localhost:0 -
March 18, 2020 at 9:27 am
olin
SubscriberI'm also having a similar issue with the Geometry editor saying "Unable to start the geometry editor". I tried the following suggestion:
export LIBGL_ALWAYS_INDIRECT=1
export LIBGL_ALWAYS_SOFTWARE=1
export LD_LIBRARY_PATH=/ansys_inc/v195/Framework/bin/Linux64/Mesa
/ansys_inc/v195/Framework/bin/Linux64/runwb2 -oglmesa
Â
However, this didn't help.
I'm using RHEL7 and the outputs of the following commands are as follows:
lspci -nnk | grep -i vga -A3 | grep 'in use'
       Kernel driver in use: i915
glxinfo | grep -i "opengl renderer"
       OpenGL renderer string: Mesa DRI Intel(R) HD Graphics (Whiskey Lake 3x8 GT2) -
March 21, 2020 at 12:23 am
tsiriaks
Ansys EmployeeTry updating your Mesa driver but essentially, ANSYS only officially supports machines with good graphics cards, ref:
https://www.ansys.com/-/media/ansys/corporate/files/pdf/solutions/it-professionals/platform-support/graphical-display-graphics-cards-tested-2020-r1.pdf?la=en&hash=6FAC80890F2CFFD6B74DE7B3361ABA7AE96B035C
-
March 21, 2020 at 8:09 am
olin
SubscriberThanks, that's probably the issue because I have only an integrated GPU in an intel i5 CPU. I have previously used the geometry editor also with an integrated GPU in another intel i5 CPU (some years older machine) but that was running in Windows.
The openGL version seems to be only 3.0 (the chart in the link suggested it should be at least 4.5), but it cannot be updated to a newer version in this RHEL7.
-
March 23, 2020 at 10:03 pm
tsiriaks
Ansys EmployeeYes, unfortunately, that's the issue.
Â
-
- The topic ‘ANSYS 19.1 installation on Linux’ is closed to new replies.
-
3407
-
1057
-
1051
-
896
-
887
© 2025 Copyright ANSYS, Inc. All rights reserved.