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 Members List Search Today's Posts Mark Forums Read

Like Tree25Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 24, 2011, 10:48
Default
  #121
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
There are to many!!!!
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 10:53
Default
  #122
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Conakry View Post
Hi all!

I have the ArchlinuxOS x86_64, Ansys 13 and two questions...
1. Why does DM start so looong time? It`s 10 minutes approximately.
2. Why does ME crach after the looong attempt to start?

My regards!
I must claim! Ansys13 is playing fine on RHEL6 x86_64!
Conakry is offline   Reply With Quote

Old   February 24, 2011, 10:55
Default
  #123
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Nikolopoulos View Post
There are to many!!!!
Perform:
Code:
# ls /lib64/ld*
Conakry is offline   Reply With Quote

Old   February 24, 2011, 11:05
Default this code doesn't seem to do anything...
  #124
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
However:

/lib/ld-linux.so.2 doesnot exist

lib folder doesn't have such files.

in /lib64 there is a ld-linux-x86-64.so.2

I appreciate your help!
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 11:27
Default
  #125
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Nikolopoulos View Post
However:

/lib/ld-linux.so.2 doesnot exist

lib folder doesn't have such files.

in /lib64 there is a ld-linux-x86-64.so.2

I appreciate your help!
Enter to /lib64 and make simlink:
Code:
# ln -sf ./ld-linux-x86-64.so.2 ./ld-lsb-x86-64.so.3
After that you can repeat to run INSTALL-script.
Conakry is offline   Reply With Quote

Old   February 24, 2011, 11:36
Default
  #126
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
I solved the problem
yum install glibc.i686



but now i have the same problem with libstdc++.so.6
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 11:45
Default
  #127
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Nikolopoulos View Post
I solved the problem
yum install glibc.i686



but now i have the same problem with libstdc++.so.6
glibc.i686 you needn`t
You can install redhat-lsb package also instead of simlink making.
Conakry is offline   Reply With Quote

Old   February 24, 2011, 11:54
Default
  #128
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
I installed redhat -lsb package but still libstdc++.so.6 is not available
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 12:22
Default
  #129
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Conakry View Post
glibc.i686 you needn`t
You can install redhat-lsb package also instead of simlink making.
Remove glibc.i686 and try to upgrade glibc.x86_64.
Conakry is offline   Reply With Quote

Old   February 24, 2011, 12:29
Default
  #130
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
i did it. but glibc.x86_64 is already installed!!!

When i remove glibc.i686 the problem with ld-linux.so.2 occurs again
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 12:38
Default
  #131
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Nikolopoulos View Post
i did it. but glibc.x86_64 is already installed!!!

When i remove glibc.i686 the problem with ld-linux.so.2 occurs again
So, you need make simlink (see my previous post about it).
Also you could need to make such simlink:
Code:
# ln -sf /lib64/ld-linux.so.2 /lib/ld-linux.so.2
Conakry is offline   Reply With Quote

Old   February 24, 2011, 12:56
Default
  #132
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
Quote:
Originally Posted by Conakry View Post
So, you need make simlink (see my previous post about it).
Also you could need to make such simlink:
Code:
# ln -sf /lib64/ld-linux.so.2 /lib/ld-linux.so.2

I removed i686.
I made ln command and the file was copied.

However i get the message
copying necessary files to /tmp/ans_install_tmp7323/
Executing /tmp/ans_install_tmp7323/instcore
/tmp/ans_install_tmp7323/INSTALL: /tmp/ans_install_tmp7323/instcore: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

How i make simlink?

Thank you for your time and effort!
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 13:09
Default
  #133
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Nikolopoulos View Post
I removed i686.
I made ln command and the file was copied.

However i get the message
copying necessary files to /tmp/ans_install_tmp7323/
Executing /tmp/ans_install_tmp7323/instcore
/tmp/ans_install_tmp7323/INSTALL: /tmp/ans_install_tmp7323/instcore: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

How i make simlink?

Thank you for your time and effort!
Hmmm...
What`s a platform-version of your Ansys-package?
Conakry is offline   Reply With Quote

Old   February 24, 2011, 13:11
Default
  #134
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
It is ANSYS13.0 for Linux 64.

I'm using Fedora 14 (64bit)
Nikolopoulos is offline   Reply With Quote

Old   February 24, 2011, 13:33
Default
  #135
New Member
 
Vadim
Join Date: Feb 2011
Posts: 12
Rep Power: 15
Conakry is on a distinguished road
Quote:
Originally Posted by Nikolopoulos View Post
It is ANSYS13.0 for Linux 64.

I'm using Fedora 14 (64bit)
So, that does mean you can solve the problem by making
symbolic link of /lib64/ld-linux-x86-64.so.2 to /lib64/ld-lsb-x86-64.so.3 and
second of /lib64/ld-lsb-x86-64.so.3 to /lib/ld-linux.so.*
There are no more troubles.
Conakry is offline   Reply With Quote

Old   February 25, 2011, 06:39
Default Thanks!
  #136
Member
 
Nikolopoulos Aristeidis
Join Date: Jan 2011
Location: Athens, Greece
Posts: 62
Rep Power: 15
Nikolopoulos is on a distinguished road
I installed fluent!

but now when i run fluent this problem occurs:


/usr/ansys_inc/v130/fluent/fluent13.0.0/lnamd64/3ddp/fluent.13.0.0: error while loading shared libraries: libiomp5.so: cannot enable executable stack as shared object requires: Permission denied
The fluent process could not be started.

Do you have any idea?
Nikolopoulos is offline   Reply With Quote

Old   February 26, 2011, 18:42
Default Ansys 13 and license manager
  #137
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 16
fivos is on a distinguished road
Hi to everyone,

I would like to share my experiences trying to use ansys 13 on linux (Ubuntu 64 8.10 to be more specific), since they might help others.

So on my ubuntu 8.10 x64 pc, I had already installed ansys 12 and set up the license server etc. Fluent and CFX components of ansys 12 worked as they should (serial & parallel) - since I am more concerned on CFD I only tried cfx and fluent, also I never liked workbench.

Today I decided to install ansys 13. Even if I tried the method described in page 5 of the current thread (I created the rpm and uname commands, commented out the second entry of MYHOSTNAME in etc/hosts, .....) I was still unable to connect to the license server, getting the same message as Siden (check at page 5 of current thread), namely :

couldn't execute "/ansys_inc/shared_files/licensing/linx64/lmutil": no such file or directory

I tried to execute lmutil from terminal to see what happens, but got the same response. Thinking that the lmutil might got corrupt somehow (?), I replaced it with the old lmutil from the old license manager of Ansys 12. Well now I was able to connect to the server, identify my license and start the licensing interconnect and the licensing interconnect monitor, the FlexLm however didn't start. Of course neither Fluent nor CFX started (12 or 13), giving me various responses from 'could not connect to license server' to 'segmentation fault' (!). Reverting to the old License manager solved the problems, but only for the old Fluent and CFX (12), the new ones requested the new version of the license manager.

So what I did was to replace the executables/files of the new license manager located at .../ansys_inc/shared_files/licensing/linx64 with the old executables/files of the Ansys 12 license manager apart from the ansyssli_server executable, which is neccessary for the new program versions to run. Well then all license manager components worked and, at last, both CFX and Fluent (12 and 13, including CFX pre, Solver and post) ran without errors, as long as I tried, serial and parallel !

I have tried to run workbench too using the script 'runwb2' at '/ansys_inc/v130/Framework/bin/Linux64/' but it didnt work, I got the following errors in terminal :

QPainter::setFont: Painter not active
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread
QPixmap: It is not safe to use pixmaps outside the GUI thread

as already encountered by makkemal and Yankee (page 5 same thread). I have not tried the solution Yankee proposed, but I dont really care about workbench, I am happy fluent and cfx work.

To conclude I think that an important part of the trouble is the new license manager. My solution is rather cumbersome, since you need to mix the two license managers, but at least works for me.
fivos is offline   Reply With Quote

Old   February 28, 2011, 14:25
Default How to install ANSYS 13 on RHEL 6.0 x64 Workstation?
  #138
New Member
 
Karl Scmied
Join Date: Feb 2011
Posts: 1
Rep Power: 0
subway1958 is on a distinguished road
Quote:
Originally Posted by Conakry View Post
I must claim! Ansys13 is playing fine on RHEL6 x86_64!

please, can you give me some help regarding this topic?

thanx in advance,
subway1958 is offline   Reply With Quote

Old   March 7, 2011, 13:30
Default
  #139
New Member
 
Join Date: Jan 2011
Posts: 13
Rep Power: 15
ginggs is on a distinguished road
Quote:
Originally Posted by fivos View Post
couldn't execute "/ansys_inc/shared_files/licensing/linx64/lmutil": no such file or directory
New flexlm tools are compiled for Linux Standard Base, if you don't have the lsb-core package installed you will see this error.

To fix:
sudo apt-get install lsb-core
ginggs is offline   Reply With Quote

Old   March 8, 2011, 06:20
Default
  #140
Senior Member
 
Phoevos
Join Date: Mar 2009
Posts: 104
Rep Power: 16
fivos is on a distinguished road
Quote:
Originally Posted by ginggs View Post
New flexlm tools are compiled for Linux Standard Base, if you don't have the lsb-core package installed you will see this error.

To fix:
sudo apt-get install lsb-core
Thanks ginggs, I' ll keep that in mind for the next time.
fivos is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 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


All times are GMT -4. The time now is 06:38.