CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

ANSYS Workbench on "Uncertified" Linux Distros

Register Blogs Community New Posts Updated Threads Search

Like Tree26Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 10, 2013, 15:11
Default
  #221
New Member
 
Join Date: Aug 2013
Posts: 7
Rep Power: 12
Jenne is on a distinguished road
Yes, on Windows 7 I have Workbench 14.5.7 also working. It seems to be a "Linux-Problem".

I the last weeks I tried to install the WB 14(.5) on different notebooks (dell M6300 with NVidia FX 1600M, Fujitsu E743 with Intel HD4000) and desktop computers (i7 with AMD Firepro V3900, ATI HD 7750) to test different hardware and software configurations (CentOS 6 and Mint 15). While it was possible to get WB 13 running on all machines, WB is not working in all cases. Even on an old Xeon-Workstation with redhat 5 I got graphic issues.

I don't like it, but maybe I have to switch to Windows to get a new version of the WB.
Jenne is offline   Reply With Quote

Old   October 10, 2013, 15:38
Default
  #222
New Member
 
Tsaba Nagy
Join Date: Nov 2011
Location: Miskolc, Hungary
Posts: 10
Rep Power: 14
NTSbike is on a distinguished road
I solved it. I do not use the new
NTSbike is offline   Reply With Quote

Old   October 10, 2013, 16:17
Default
  #223
New Member
 
Join Date: Aug 2013
Posts: 7
Rep Power: 12
Jenne is on a distinguished road
Yes, this is also a possible solution.

However, I use a (non parallel) Academic License and I have heard that the new version of the workbench should allow to parallelize the meshing tool (up to 4 cores). Is this correct? In version 13 I can only use one core for meshing, while Fluent is working on 4 cores. I will test this with the Windows version. If this is not the case then I will also stay with the old version.
Jenne is offline   Reply With Quote

Old   October 11, 2013, 20:57
Default
  #224
New Member
 
Charlotte
Join Date: Oct 2009
Posts: 17
Rep Power: 16
charlotte is on a distinguished road
Do you get any other error message in the terminal? Can you launch cfx5 or cfx5pre? When I upgraded to 14.5, I got a similar error message and in the terminal I had:
No protocol specified - Cannot open X display ":0.0"

I solved this by doing:
xhost +
export display:=0.0

Not a great solution though... but it allows me to run DM and the mesher
charlotte is offline   Reply With Quote

Old   November 4, 2013, 16:01
Default Installation of ANSYS 14 on Ubuntu 12.04
  #225
New Member
 
Hassan Adel
Join Date: Oct 2013
Location: Egypt
Posts: 18
Rep Power: 12
hassan1201 is on a distinguished road
I have Ubuntu 12.04, and I'm beginner in Linux system, I've got ANSYS 14 with exe crack file.
Can anyone give me steps to install ansys 14 on my machine, and how can i run exe file on ubuntu?
Thank you for help
__________________
H.Elsheshtawy
hassan1201 is offline   Reply With Quote

Old   November 4, 2013, 16:42
Default Not advisable...
  #226
New Member
 
David
Join Date: Mar 2010
Location: Vancouver, Canada
Posts: 13
Rep Power: 16
PEM_GUY is on a distinguished road
Hassan,

It is generally very poor form to post on a public forum seeking help in breaking copyright. If you wish to use Fluent, do so under commericial or an academic license.

If you, liike myself, find that the licenses fees and such are unnecessarily prohibitive then focus your time and energy on learning an opensource CFD code. They are not what they were a decade or so ago and a few of the opensource movements in numerical computing are sufficiently mature (and are further maturing based on community involvement).

Regards

D



Quote:
Originally Posted by hassan1201 View Post
I have Ubuntu 12.04, and I'm beginner in Linux system, I've got ANSYS 14 with exe crack file.
Can anyone give me steps to install ansys 14 on my machine, and how can i run exe file on ubuntu?
Thank you for help
PEM_GUY is offline   Reply With Quote

Old   November 4, 2013, 16:53
Default
  #227
New Member
 
Hassan Adel
Join Date: Oct 2013
Location: Egypt
Posts: 18
Rep Power: 12
hassan1201 is on a distinguished road
Dear PEM_GUY
I've already ANSYS 14.5 licence on windows, and I need only to see if there are differences in ANSYS on window and linux
__________________
H.Elsheshtawy
hassan1201 is offline   Reply With Quote

Old   November 4, 2013, 16:56
Default
  #228
New Member
 
David
Join Date: Mar 2010
Location: Vancouver, Canada
Posts: 13
Rep Power: 16
PEM_GUY is on a distinguished road
Hi Hassan,

In that case, go to the Fluent site and download the binary files meant for linux. The method of installation for a linux O/S is detailed in the install instructions on Fluent's portal website.

If you run into issues - feel free to post back here and I will try to assist.

D

Quote:
Originally Posted by hassan1201 View Post
Dear PEM_GUY
I've already ANSYS 14.5 licence on windows, and I need only to see if there are differences in ANSYS on window and linux
PEM_GUY is offline   Reply With Quote

Old   December 10, 2013, 12:32
Default For everyone having problems with cfx5solve on newer distros
  #229
New Member
 
Sven Schumacher
Join Date: Dec 2013
Posts: 1
Rep Power: 0
sschu is on a distinguished road
Hi,

I just walked a bit through the code auf ansys_inc/v[14|15].*/CFX/bin/cfx5arch
because everytime users of our clusters reported some errors about missing partitioner for the architecture...

in this file you will find near line 197:
Code:
     if test -n "$libc_file"; then
       case `basename $libc_file | sed 's/\.so//g'` in
         glibc-*|libc-[0123].*) # this is almost certainly a glibc version
after that I added:
Code:
           libc_file_tmp=`echo $libc_file | sed -e 's/x86_64-linux-gnu//g'`
and modified the following line from:
Code:
 libc_version=`echo $libc_file | sed -e 's/^[^-]*-//' -e 's/\.so//g'`
to
Code:
 libc_version=`echo $libc_file_tmp | sed -e 's/^[^-]*-//' -e 's/\.so//g'`
Especially Debian-based multiarch distributions have their libc in /lib/x86_64-linux-gnu/ instead in /lib/
So that regular-expression for fetching the libc_version misses because of the two hyphens in x86_64-gnu-linux...
After that modification everything seems to be fine...
sschu is offline   Reply With Quote

Old   January 16, 2014, 05:19
Default
  #230
New Member
 
Saad
Join Date: Jan 2011
Posts: 4
Rep Power: 15
saad3000 is on a distinguished road
Quote:
Originally Posted by irw View Post
Kevin,


The _XGetRequest function is a new function in libX11.so. You can check if its on your system using:
  • readelf -s /usr/lib/x86_64-linux-gnu/libX11.so | grep XGetRequest
The requirement for the function is in libXext.so, i.e. there is an UNDefined reference when using:
  • readelf -s /usr/lib/x86_64-linux-gnu/libXext.so | grep XGetRequest
To get rid of this error message I had to:To make sure the libX11 library was loaded when I started workbench I used LD_PRELOAD:
  • export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libX11.so:$LD_PRELOAD; runwb2 -oglmesa
It looks like I'll have to play similar games to get glx (i.e. libGL) working, e.g.:
setenv LD_LIBRARY_PATH /usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH



Ian
I upgraded the above packages and yet it did not resolve the issue any more ideas?

I am running ubuntu 12.04 x64 and Ansys 14 x64.

thanks alot!
saad3000 is offline   Reply With Quote

Old   January 16, 2014, 05:30
Default
  #231
irw
New Member
 
Join Date: Mar 2010
Posts: 21
Rep Power: 16
irw is on a distinguished road
Do your upgraded libraries have XGetRequest in them? If you are still getting errors about XGetRequest and libXext you can't have installed the right libraries.

I would seriously consider trying SuSe Linux 12.x as the libraries are closer to those used by ANSYS. My recent experience though is that even when I did get it all running under SuSe Linux, there are bugs in the Linux version for example:
* There are geometries that mesh fine with CutCell meshing on an old 32bit windows machine but will not mesh in 64bit Linux.
* I have often destroyed case files by creating them in Linux then opening them in windows and opening them in Linux again. This seems to corrupt the ANSYS DesignModeller and Meshing saved files.

I currently do my geometry and meshing in windows but run the Fluent jobs on the linux cluster without using Workbench. I won't be meshing in Linux until v15. I hope they've made some progress by then with Linux support because if they haven't I'll be ready to switch to OpenFOAM and stop paying for licences..
irw is offline   Reply With Quote

Old   January 16, 2014, 05:48
Default
  #232
New Member
 
Saad
Join Date: Jan 2011
Posts: 4
Rep Power: 15
saad3000 is on a distinguished road
@irw thank you for the useful information you provided!
Yes since the Lab I prepared all has ubuntu 12.04 x64 bit I dont have time to switch to SuSE.

Below packages were the upgrade:

ii libxext-dev 2:1.3.2-1 X11 miscellaneous extensions library (development headers)
ii libxext6 2:1.3.2-1 X11 miscellaneous extension library


ii libx11-6 2:1.6.1-1ubuntu1 X11 client-side library
ii libx11-data 2:1.6.1-1ubuntu1 X11 client-side library
ii libx11-dev 2:1.6.1-1ubuntu1 X11 client-side library (development headers)

readelf -s /usr/lib/x86_64-linux-gnu/libX11.so | grep XGetRequest
234: 000000000003ec80 200 FUNC GLOBAL DEFAULT 11 _XGetRequest


readelf -s /usr/lib/x86_64-linux-gnu/libXext.so | grep XGetRequest
25: 0000000000000000 0 FUNC GLOBAL DEFAULT UND _XGetRequest

I still don't know why on earth it is still "UND" after the upgrades.
saad3000 is offline   Reply With Quote

Old   January 16, 2014, 06:05
Default
  #233
irw
New Member
 
Join Date: Mar 2010
Posts: 21
Rep Power: 16
irw is on a distinguished road
The libX mailing lists have a very brief comment about this bug:
http://lists.x.org/archives/xorg/2012-June/054482.html

I think you need to get exactly the right version of libX11 and libXext installed. I installed libX11 v1.50 and libxext v1.3.1.
irw is offline   Reply With Quote

Old   February 23, 2014, 11:31
Default Keyboard not working in Ansys APDL launcher
  #234
New Member
 
Malo
Join Date: Nov 2013
Posts: 5
Rep Power: 12
mailord is on a distinguished road
Dear all,

I got Ansys 14.0 amd64 up and running on Ubuntu 13.10 having also the problem starting workbench, where these lines were in the install.err file:
Code:
/ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/libans.common.clrhostmonou.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/libans.common.controlsu.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/libans.graphics.controlsu.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/libans.graphics.graphutilityu.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   /ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigWB.sh: 152: [: /ansys_inc/v140/aisol/dll/linx64/*ud.so: unexpected operator
   /ansys_inc/v140/aisol/.workbench: 103: [: x: unexpected operator
   Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for Ansys.Utilities.ApplicationConfiguration ---> System.InvalidOperationException: UNIX OS version 3 is not recognised.
     at Ansys.Utilities.ApplicationConfiguration.getRunningOSName () [0x00000] 
     at Ansys.Utilities.ApplicationConfiguration..ctor () [0x00000] 
     at Ansys.Utilities.ApplicationConfiguration..cctor () [0x00000] 
     --- End of inner exception stack trace ---
     at CADConfigurationUtility.ReleaseValues.GetReleaseNumber () [0x00000] 
     at CADConfigurationUtility.ReleaseValues.GetProeStartCmdVariableName () [0x00000] 
     at CADConfigurationUtility.CadEnvironment..ctor () [0x00000] 
     at CADConfigurationUtility.CADConfigUtility.Main (System.String[] args) [0x00000] 
   ###### Error #######
   Error executing configuration script '/ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigRSM.sh'
   '"/ansys_inc/v140/commonfiles/configs/linx64/config/AnsConfigRSM.sh"  -installdir "/ansys_inc" -rev 140 -scripttosource "/ansys_inc/v140/commonfiles/configs/linx64/config/ConfigCommon.tcl" -os_lang en-us -install' terminated with the following error(s): 
       Unknown error
   readlink: invalid option -- 'p'
   Try 'readlink --help' for more information.
   dirname: missing operand
   Try 'dirname --help' for more information.
   dirname: missing operand
   Try 'dirname --help' for more information.
   dirname: missing operand
   Try 'dirname --help' for more information.
   dirname: missing operand
   Try 'dirname --help' for more information.
   dirname: missing operand
   Try 'dirname --help' for more information.
   /ansys_inc/v140/RSM/Config/tools/linux/rsmconfig: 26: /ansys_inc/v140/RSM/Config/tools/linux/rsmconfig: /Framework/bin/Linux64/runwb2: not found
Where the following command helped to start workbench:
Code:
setarch x86_64 --uname-2.6 /ansys_inc/v140/Framework/bin/Linux64/runwb2
However, I have a problem when starting Ansys APDL which might have sth. to do with x11 libs: The Keyboard does not work, neither in the launcher window nor in the command line of APDL. However, the keyboard works when I open a menu from the main menu, e.g. create keypoint; within these new popped up windows the keyboard is working.

Does anybody encountered this problem or knows where the problem is? I assume it has sth. to do with xorg x11?

Best,
mailord
mailord is offline   Reply With Quote

Old   April 29, 2014, 11:10
Default RSM Ubuntu 12.04 LTS
  #235
New Member
 
Andres Cuervo
Join Date: Apr 2014
Posts: 1
Rep Power: 0
zekeand is on a distinguished road
hey everyone i'm trying to configure an Ubuntu server with the ansys package, we have academic ansys working over w7 but we are trying to configure a solver server

the key feature is the RSM program, but for us just doesn't run (not even the rsmwizard file or any other file of the rsm folder)

anyone know if it's required an special lib to work on Ubuntu?
zekeand is offline   Reply With Quote

Old   July 2, 2014, 07:49
Default
  #236
New Member
 
Join Date: Jan 2011
Posts: 13
Rep Power: 15
ginggs is on a distinguished road
Quote:
Originally Posted by lihuang View Post
Quote:
Originally Posted by Hìr0 View Post
I followed this guide but when I open a case file or msh file I receive this error for each processor:

setting process affinity:

failed opening libc

what does it mean? It's important....how do I fix it?
I solved by creating a soft link to libc.so.6 under /lib. I have Fluent v13 running on Ubuntu 11 x64.
This is actually what I did:

sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
When the error message disappears, it shows you info about your processors. So I GUESS it's OK if you don't fix this at all.
Thanks, lihuang! We've done something similar for Ubuntu 12.04 64-bit, except we placed the symlink in /lib64:
Code:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6
Without this symlink in place there seems to be an impact on performance, so I don't think it is purely cosmetic. Watching CPU usage graphs one can see a dip at the end of every iteration.
ginggs is offline   Reply With Quote

Old   December 10, 2014, 15:06
Default EL6.6 Workbench 15
  #237
New Member
 
Helio Villanueva
Join Date: Apr 2013
Location: Brazil
Posts: 14
Rep Power: 13
HelioVillanueva is on a distinguished road
Hi all!

I was using Scientific Linux 6.5 with Ansys Workbench 15 (fluent/CFX/DesignModeler/ICEM/Meshing) with no problems until an update to Scientific linux 6.6. I actually don't know what happened but DesignModeler and Meshing stopped work. I tried re-install SL 6.5 without updating the system but after intalling the pre requisites for RHEL 6 on the official Installation guide, the problem persisted. Luckily I found this article about this issue. I did exactly as they explained and everything works fine again now. So if anybody experience the same issue this workaround can be a solution.

http://www.padtinc.com/blog/the-focu...and-workaround

Thanks everyone for the effort here

Helio
alsaeng likes this.
HelioVillanueva is offline   Reply With Quote

Old   May 30, 2015, 03:37
Default
  #238
Member
 
Join Date: Oct 2011
Posts: 36
Rep Power: 14
vigges is on a distinguished road
Hello everyone,

for the sake of completeness, the instructions helios has posted also work for SuSE 13.1.

We recently decided to give ANSYS 16, v16.1 that is, a try.
On Windows 7, it works like a charm, however, this should not be surprising.

On our SuSE 13.1 system, DesignModeler and ANSYS Meshing runs flawlessly, but when executing CFX Pre, it throws following error:
Code:
*** Error in '/ansys_inc/v161/CFX/bin/linux-amd64/PreGui_ogl.exe': malloc(): memory corruption: 0x000000000378e0f0 ***
After that, the terminal window freezes and can only be "unfrozen" by "pkill -9 perl" in another terminal window.
It seems to me that this error cannot be amended easily by installing a missing or an older lib.

But maybe someone here has a hint how to solve this problem, if it's even possible.

Thanks a lot and have a nice weekend.

Best regards,
Victor
vigges is offline   Reply With Quote

Old   August 19, 2015, 11:46
Default
  #239
New Member
 
Rich
Join Date: Jul 2014
Posts: 23
Rep Power: 11
cfdnoob is on a distinguished road
Anyone has a solution for making the solver run parallel via workbench in UBUNTU 14.0?

(probably because it does not recognize the cpu or can't find the partitioner. It works with the command line when directing it to the partitioner)
cfdnoob is offline   Reply With Quote

Old   September 26, 2015, 08:21
Default
  #240
New Member
 
Søren Rindom Andersen
Join Date: Sep 2015
Posts: 1
Rep Power: 0
natlampen is on a distinguished road
Quote:
Originally Posted by dr-kart View Post
OpenSUSE 11.4 . Running Workbench
Code:
System.DllNotFoundException: Ans.QT.dll
  at (wrapper managed-to-native) Ansys.UI.Toolkit.QTC.Application:new_ans_qt_Application ()
  at Ansys.UI.Toolkit.QT.Application..ctor () [0x00000] in <filename unknown>:0 
  at Ansys.UI.Toolkit.QT.UIFactory.newApplication () [0x00000] in <filename unknown>:0 
  at Ansys.UI.Toolkit.UIFactory.newApplication () [0x00000] in <filename unknown>:0 
  at Ansys.UI.Toolkit.Application.InstantiateIApplication () [0x00000] in <filename unknown>:0 
  at Ansys.UI.Toolkit.Application..cctor () [0x00000] in <filename unknown>:0 
--- System.TypeInitializationException: An exception was thrown by the type initializer for Ansys.UI.Toolkit.Application
  at Ansys.UI.UIManager..ctor () [0x00000] in <filename unknown>:0 
  at Ansys.UI.UIManager.get_Instance () [0x00000] in <filename unknown>:0 
  at Ans.Program.Runtime.InitializeSplashScreen () [0x00000] in <filename unknown>:0 
  at Ans.Program.Runtime.Initialize (Ans.Program.RuntimeSettings settings) [0x00000] in <filename unknown>:0 
  at Ans.Program.Executable.Run (Ans.Program.CommandLineParse parser) [0x00000] in <filename unknown>:0 
  at Ans.Program.Executable.Main (System.String[] args) [0x00000] in <filename unknown>:0
Help
I found out I needed libpng12 installed. I found out by issuing:
Code:
ldd /ansys_inc/v161/Framework/bin/Linux64/libAns.QT.so
This of course is a newer version but I assume it is the same problem. I also realize that this thread is old, but it seems to be the best resource at the time for running ANSYS on linux
natlampen is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LINUX Experts: Help with installing ANSYS workbench faisal_durr ANSYS 1 May 30, 2014 08:07
Ansys workbench problem Jonny6001 ANSYS 2 September 30, 2010 12:59
How can I start the ANSYS 12 workbench in LINUX Ardisia ANSYS 3 September 7, 2010 00:19
ANSYS Workbench on Linux CPUcruncher ANSYS 4 July 11, 2010 09:19
ANSYS Workbench on "Certified" linux distro mechanicaldesign CFX 0 April 16, 2010 01:56


All times are GMT -4. The time now is 12:16.