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   November 13, 2015, 09:22
Post Running ANSYS Workbench on Ubuntu
  #241
Member
 
vlg
Join Date: Jul 2011
Location: My home :)
Posts: 81
Rep Power: 17
villager is on a distinguished road
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
change first line to
Code:
#!/bin/bash
2) install libraries
Code:
sudo apt-get install libx11-dev libxext-dev libmotif-dev libxp-dev libxt-dev libxtst-dev libsm-dev libice-dev libgcc-*-dev
3) run WB with configured variables.
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
For old version of ansys WB (13,14) you should use
Code:
setarch x86_64 --uname-2.6 /ansys_inc/v162/Framework/bin/Linux64/runwb2 -oglmesa
Some other errors:
Code:
setup-mwuser: 149: rpm: not found
Code:
ServiceMain failed with 1702 (000006a6) The binding handle is invalid.
are covered here:
http://dirkgorissen.com/2011/07/14/a...u-10-10-64bit/
flotus1 likes this.
villager is offline   Reply With Quote

Old   February 3, 2016, 05:40
Default
  #242
New Member
 
Jens
Join Date: Apr 2014
Posts: 28
Rep Power: 12
jensi_t is on a distinguished road
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)
jensi_t is offline   Reply With Quote

Old   February 9, 2016, 12:52
Default
  #243
New Member
 
huey1080's Avatar
 
Quentin Lux
Join Date: Feb 2012
Location: Quebec
Posts: 23
Rep Power: 14
huey1080 is on a distinguished road
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!
huey1080 is offline   Reply With Quote

Old   March 30, 2016, 01:37
Default
  #244
New Member
 
Join Date: Mar 2016
Posts: 2
Rep Power: 0
Nut Tool is on a distinguished road
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
Nut Tool is offline   Reply With Quote

Old   March 30, 2016, 09:02
Default
  #245
New Member
 
huey1080's Avatar
 
Quentin Lux
Join Date: Feb 2012
Location: Quebec
Posts: 23
Rep Power: 14
huey1080 is on a distinguished road
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.
huey1080 is offline   Reply With Quote

Old   April 8, 2016, 01:39
Default
  #246
New Member
 
Join Date: Apr 2016
Posts: 1
Rep Power: 0
coati is on a distinguished road
Quote:
Originally Posted by jensi_t View Post
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)
Hey Jens,

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
villager likes this.
coati is offline   Reply With Quote

Old   April 8, 2016, 05:30
Default
  #247
New Member
 
Yves Delannoy
Join Date: Feb 2010
Location: Grenoble, France
Posts: 24
Rep Power: 16
Yankee is on a distinguished road
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
villager likes this.
Yankee is offline   Reply With Quote

Old   April 10, 2016, 21:04
Default
  #248
New Member
 
Join Date: Mar 2016
Posts: 2
Rep Power: 0
Nut Tool is on a distinguished road
Quote:
Originally Posted by huey1080 View Post
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.
Thanks Huey,

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??
Nut Tool is offline   Reply With Quote

Old   April 25, 2016, 07:18
Default error,ubuntu,ansys,deignmodeler
  #249
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
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.
Attached Images
File Type: jpg ansys.jpg (58.9 KB, 40 views)
Cipis is offline   Reply With Quote

Old   April 25, 2016, 09:53
Default
  #250
New Member
 
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10
chikko04 is on a distinguished road
i have the same errors and screen!
chikko04 is offline   Reply With Quote

Old   April 25, 2016, 09:56
Default
  #251
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
Quote:
Originally Posted by chikko04 View Post
i have the same errors and screen!
What is your distribution and version the distro?
Cipis is offline   Reply With Quote

Old   April 25, 2016, 09:58
Default
  #252
New Member
 
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10
chikko04 is on a distinguished road
Quote:
Originally Posted by Cipis View Post
What is your distribution and version the distro?
I am using ubuntu 14.04.3 and ansys 16.2.
chikko04 is offline   Reply With Quote

Old   April 25, 2016, 11:33
Default
  #253
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
Quote:
Originally Posted by chikko04 View Post
I am using ubuntu 14.04.3 and ansys 16.2.
Do you have some ideas on this?
I think that we need to install libs but i dont know what this libs.
Cipis is offline   Reply With Quote

Old   April 25, 2016, 11:36
Default
  #254
New Member
 
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10
chikko04 is on a distinguished road
Quote:
Originally Posted by Cipis View Post
Do you have some ideas on this?
I think that we need to install libs but i dont know what this libs.
No i have no idea, i searched on line something about it, but i didn't see anything to solve the issue.
chikko04 is offline   Reply With Quote

Old   April 25, 2016, 11:42
Default
  #255
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
Quote:
Originally Posted by chikko04 View Post
No i have no idea, i searched on line something about it, but i didn't see anything to solve the issue.
It is bad. What a graphics card do you have?
Cipis is offline   Reply With Quote

Old   April 25, 2016, 11:43
Default
  #256
New Member
 
VT
Join Date: Jan 2016
Posts: 16
Rep Power: 10
chikko04 is on a distinguished road
I have an integrated graphics card, ati 5470 HD
chikko04 is offline   Reply With Quote

Old   April 25, 2016, 12:36
Question
  #257
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
Quote:
Originally Posted by chikko04 View Post
I have an integrated graphics card, ati 5470 HD
Can you write to support Ansys about it?
Cipis is offline   Reply With Quote

Old   April 25, 2016, 14:23
Smile
  #258
Member
 
vlg
Join Date: Jul 2011
Location: My home :)
Posts: 81
Rep Power: 17
villager is on a distinguished road
Quote:
Originally Posted by Cipis View Post
Do you have some ideas on this?
I think that we need to install libs but i dont know what this libs.
Have your read my post carefully and done steps 1-3?
villager is offline   Reply With Quote

Old   April 25, 2016, 14:59
Exclamation
  #259
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
Quote:
Originally Posted by villager View Post
Yes. It is not work. But i can not run sudo apt-get install libx11-dev libxext-dev libmotif-dev libxp-dev libxt-dev libxtst-dev libsm-dev libice-dev libgcc-*-dev
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 15:45. Reason: add info
Cipis is offline   Reply With Quote

Old   April 26, 2016, 03:28
Default
  #260
New Member
 
User
Join Date: Apr 2016
Posts: 7
Rep Power: 10
Cipis is on a distinguished road
Quote:
Originally Posted by Cipis View Post
Yes. It is not work. But i can not run sudo apt-get install libx11-dev libxext-dev libmotif-dev libxp-dev libxt-dev libxtst-dev libsm-dev libice-dev libgcc-*-dev
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
Quote:
Originally Posted by Cipis View Post
Yes. It is not work. But i can not run sudo apt-get install libx11-dev libxext-dev libmotif-dev libxp-dev libxt-dev libxtst-dev libsm-dev libice-dev libgcc-*-dev
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
Now i install all of them without libxp-dev, it not work still.

ADD:
I am install libxp-dev from old repo and this not work.

Last edited by Cipis; April 26, 2016 at 04:43.
Cipis 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 02:58.