|
[Sponsors] |
November 13, 2015, 10:22 |
Running ANSYS Workbench on Ubuntu
|
#241 |
Member
vlg
Join Date: Jul 2011
Location: My home :)
Posts: 81
Rep Power: 18 |
Hello, there's some *piled* instructions, how to run WB on Ubuntu.
Let's assume, you've created /ansys_inc link to the place where ANSYS products had been installed. 1) change default script: Code:
gedit /ansys_inc/v162/Framework/bin/Linux64/runwb2 Code:
#!/bin/bash Code:
sudo apt-get install libx11-dev libxext-dev libmotif-dev libxp-dev libxt-dev libxtst-dev libsm-dev libice-dev libgcc-*-dev For modern v162, it will be: Code:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ansys_inc/v162/Framework/bin/Linux64/Mesa export FLUENT_ARCH="lnamd64" /ansys_inc/v162/Framework/bin/Linux64/runwb2 -oglmesa Code:
setarch x86_64 --uname-2.6 /ansys_inc/v162/Framework/bin/Linux64/runwb2 -oglmesa Code:
setup-mwuser: 149: rpm: not found Code:
ServiceMain failed with 1702 (000006a6) The binding handle is invalid. http://dirkgorissen.com/2011/07/14/a...u-10-10-64bit/ |
|
February 3, 2016, 06:40 |
|
#242 |
New Member
Jens
Join Date: Apr 2014
Posts: 28
Rep Power: 12 |
Hey everybody,
I tried to install fluent17 on ubuntu 14.04. First it seems to work, but after I open a mesh or a case file I get this error: Error: eval: unbound variable Error Object: unquote I can load a dat file as well, but all the options (like viscous model) remain unavailable and I can't start the calculation. Thanks for your help. Jens (btw. fluent161 works fine) |
|
February 9, 2016, 13:52 |
|
#243 |
New Member
Quentin Lux
Join Date: Feb 2012
Location: Quebec
Posts: 23
Rep Power: 14 |
Thanks for the tip on this! I was looking for a fix for OpenSuse!
BTW, CentOs is working really well with ANSYS as long as you installed a lot of packets! And CentOs 7 is announced as a future supported platform! |
|
March 30, 2016, 02:37 |
|
#244 |
New Member
Join Date: Mar 2016
Posts: 2
Rep Power: 0 |
Hi everyone,
I am trying to get ANSYS running on archlinux. These are the steps I have taken: 1. Installing v16.1. This took several attempts: lacking dependencies would cause errors to be entered in the install.err.tmp log, I installed all dependencies until the installation ran without any entries in this log. However, installation hangs at 99%. 2. Creating a dummy "rpm" script (from memory that was the name) that echos the version of glib. 3. Double checking that I have all dependencies mentioned by villager above and trying out his environment variables and runwb2 modification. 4. Installing v15.0. This installed fine first go. This is the problem I am having: Launching the workbench works fine using /ansys_inc/<version>/Framework/bin/runwb2 with and without the oglmesa argument. I can drag Fluent into the project schematic pane but when I try to launch the Design Modeler: - with v16.1 it either opens but segfaults every time I click anything or doesn't open with an "Unable to start the geometry editor." error. - with v15.0 it hangs for quite a while then gives me the same "Unable to start the geometry editor." error. My machine is a lenovo T550 with integrated intel graphics (some kind of low voltage core i5). Any help would be very much appreciated. Thanks, Tom |
|
March 30, 2016, 10:02 |
|
#245 |
New Member
Quentin Lux
Join Date: Feb 2012
Location: Quebec
Posts: 23
Rep Power: 14 |
You must have a missing library. Design Modeler relies mostly on MesaGl so try to install any related package to this one and devel ones also.
You should find log files under ~/.ansys/ that should state the error and the missing library. |
|
April 8, 2016, 02:39 |
|
#246 | |
New Member
Join Date: Apr 2016
Posts: 1
Rep Power: 0 |
Quote:
What localization do you use? I use fluent 17 on Debian Jessie. For me using english localization instead of german fixed the problem. It seem to be an issue with the decimal seperator. Regards, Steffi |
||
April 8, 2016, 06:30 |
|
#247 |
New Member
Yves Delannoy
Join Date: Feb 2010
Location: Grenoble, France
Posts: 24
Rep Power: 16 |
Yes, there is a problem of localization with Fluent 17.0, but by the way it is not only on uncertified distros (the title of this post...
I had the same error as Jensi_t (post #242) on CentOS 6.7, which is the exact clone of Redhat 6.7, a supported distro (even if the Ansys support hardly answer the questions of CentOS users because they want to be able to involve the Redhat support). The solution, known bu the support for redhat users, is to set the LANG environment variable to en8US or to C, i.e. : export LANG=en_US (on sh,bash,...) setenv LANG en_US (on csh,tcsh,...) before running fluent or workbench. I was using French (LANG=fr_FR-UTF8), it worked in v16.2 but not in v17.0 |
|
April 10, 2016, 22:04 |
|
#248 | |
New Member
Join Date: Mar 2016
Posts: 2
Rep Power: 0 |
Quote:
I've been chipping away quite slowly at the problem between other work. I've also had an unsuccessful attempt at getting ansys going in CentOS through virtualbox but I'm going to focus on getting it to work in Arch. Here is my progress: 1. Fluent and CFD-Post both run well. Geometry and Mesh both give the error "A fatal error has occurred within AnsysWBU.exe and it must be closed...". 2. The only useful error log I found told me I had an out of date licence manager. I reinstalled the licence manager using the v161 ISO. No change. 3. I have installed every package listed in the official linux installation guide, every package related to mesa and the xf86-video-intel graphics driver for my graphics card. Any ideas?? |
||
April 25, 2016, 08:18 |
error,ubuntu,ansys,deignmodeler
|
#249 |
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
Hello! I have an problem with Ansys 17 (in Ansys 16.2 i has the error too) on Ubuntu x64. In DesignModeler i can not see 3d graphics like the pic.
In terminal i has: Unable to resolve function glXMakeCurrent My GPU is intel. |
|
April 25, 2016, 10:53 |
|
#250 |
New Member
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10 |
i have the same errors and screen!
|
|
April 25, 2016, 10:56 |
|
#251 |
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
||
April 25, 2016, 10:58 |
|
#252 |
New Member
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10 |
||
April 25, 2016, 12:33 |
|
#253 |
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
||
April 25, 2016, 12:36 |
|
#254 |
New Member
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10 |
||
April 25, 2016, 12:42 |
|
#255 |
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
||
April 25, 2016, 12:43 |
|
#256 |
New Member
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10 |
I have an integrated graphics card, ati 5470 HD
|
|
April 25, 2016, 13:36 |
|
#257 |
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
||
April 25, 2016, 15:23 |
|
#258 | |
Member
vlg
Join Date: Jul 2011
Location: My home :)
Posts: 81
Rep Power: 18 |
Quote:
|
||
April 25, 2016, 15:59 |
|
#259 | |
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
Quote:
because the lib have not got actual for my ubuntu. I has: sudo apt-get install libx11-dev libxext-dev libmotif-dev libxp-dev libxt-dev libxtst-dev libsm-dev libice-dev libgcc-*-dev Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libgcc-4.9-dev' for glob 'libgcc-*-dev' Note, selecting 'libgcc-4.7-dev' for glob 'libgcc-*-dev' Note, selecting 'libgcc-5-dev' for glob 'libgcc-*-dev' Note, selecting 'libgcc-4.8-dev' for glob 'libgcc-*-dev' Package libxp-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libxp-dev' has no installation candidate Last edited by Cipis; April 25, 2016 at 16:45. Reason: add info |
||
April 26, 2016, 04:28 |
|
#260 | ||
New Member
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10 |
Quote:
Quote:
ADD: I am install libxp-dev from old repo and this not work. Last edited by Cipis; April 26, 2016 at 05:43. |
|||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
LINUX Experts: Help with installing ANSYS workbench | faisal_durr | ANSYS | 1 | May 30, 2014 09:07 |
Ansys workbench problem | Jonny6001 | ANSYS | 2 | September 30, 2010 13:59 |
How can I start the ANSYS 12 workbench in LINUX | Ardisia | ANSYS | 3 | September 7, 2010 01:19 |
ANSYS Workbench on Linux | CPUcruncher | ANSYS | 4 | July 11, 2010 10:19 |
ANSYS Workbench on "Certified" linux distro | mechanicaldesign | CFX | 0 | April 16, 2010 02:56 |