|
[Sponsors] |
October 10, 2013, 16:11 |
|
#221 |
New Member
Join Date: Aug 2013
Posts: 7
Rep Power: 13 |
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. |
|
October 10, 2013, 16:38 |
|
#222 |
New Member
Tsaba Nagy
Join Date: Nov 2011
Location: Miskolc, Hungary
Posts: 10
Rep Power: 15 |
I solved it. I do not use the new
|
|
October 10, 2013, 17:17 |
|
#223 |
New Member
Join Date: Aug 2013
Posts: 7
Rep Power: 13 |
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. |
|
October 11, 2013, 21:57 |
|
#224 |
New Member
Charlotte
Join Date: Oct 2009
Posts: 17
Rep Power: 17 |
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 |
|
November 4, 2013, 17:01 |
Installation of ANSYS 14 on Ubuntu 12.04
|
#225 |
New Member
Hassan Adel
Join Date: Oct 2013
Location: Egypt
Posts: 18
Rep Power: 13 |
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 |
|
November 4, 2013, 17:42 |
Not advisable...
|
#226 |
New Member
David
Join Date: Mar 2010
Location: Vancouver, Canada
Posts: 13
Rep Power: 16 |
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 |
|
November 4, 2013, 17:53 |
|
#227 |
New Member
Hassan Adel
Join Date: Oct 2013
Location: Egypt
Posts: 18
Rep Power: 13 |
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 |
|
November 4, 2013, 17:56 |
|
#228 |
New Member
David
Join Date: Mar 2010
Location: Vancouver, Canada
Posts: 13
Rep Power: 16 |
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 |
|
December 10, 2013, 13:32 |
For everyone having problems with cfx5solve on newer distros
|
#229 |
New Member
Sven Schumacher
Join Date: Dec 2013
Posts: 1
Rep Power: 0 |
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 Code:
libc_file_tmp=`echo $libc_file | sed -e 's/x86_64-linux-gnu//g'` Code:
libc_version=`echo $libc_file | sed -e 's/^[^-]*-//' -e 's/\.so//g'` Code:
libc_version=`echo $libc_file_tmp | sed -e 's/^[^-]*-//' -e 's/\.so//g'` 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... |
|
January 16, 2014, 06:19 |
|
#230 | |
New Member
Saad
Join Date: Jan 2011
Posts: 4
Rep Power: 15 |
Quote:
I am running ubuntu 12.04 x64 and Ansys 14 x64. thanks alot! |
||
January 16, 2014, 06:30 |
|
#231 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
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.. |
|
January 16, 2014, 06:48 |
|
#232 |
New Member
Saad
Join Date: Jan 2011
Posts: 4
Rep Power: 15 |
@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. |
|
January 16, 2014, 07:05 |
|
#233 |
New Member
Join Date: Mar 2010
Posts: 21
Rep Power: 16 |
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. |
|
February 23, 2014, 12:31 |
Keyboard not working in Ansys APDL launcher
|
#234 |
New Member
Malo
Join Date: Nov 2013
Posts: 5
Rep Power: 13 |
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 Code:
setarch x86_64 --uname-2.6 /ansys_inc/v140/Framework/bin/Linux64/runwb2 Does anybody encountered this problem or knows where the problem is? I assume it has sth. to do with xorg x11? Best, mailord |
|
April 29, 2014, 12:10 |
RSM Ubuntu 12.04 LTS
|
#235 |
New Member
Andres Cuervo
Join Date: Apr 2014
Posts: 1
Rep Power: 0 |
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? |
|
July 2, 2014, 08:49 |
|
#236 | ||
New Member
Join Date: Jan 2011
Posts: 13
Rep Power: 15 |
Quote:
Code:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6 |
|||
December 10, 2014, 16:06 |
EL6.6 Workbench 15
|
#237 |
New Member
Helio Villanueva
Join Date: Apr 2013
Location: Brazil
Posts: 14
Rep Power: 13 |
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 |
|
May 30, 2015, 04:37 |
|
#238 |
Member
Join Date: Oct 2011
Posts: 36
Rep Power: 15 |
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 *** 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 |
|
August 19, 2015, 12:46 |
|
#239 |
New Member
Rich
Join Date: Jul 2014
Posts: 23
Rep Power: 12 |
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) |
|
September 26, 2015, 09:21 |
|
#240 | |
New Member
Søren Rindom Andersen
Join Date: Sep 2015
Posts: 1
Rep Power: 0 |
Quote:
Code:
ldd /ansys_inc/v161/Framework/bin/Linux64/libAns.QT.so |
||
|
|
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 |