|
[Sponsors] |
July 23, 2013, 08:29 |
Error in Parallel Fluent
|
#1 |
New Member
Phil
Join Date: Jun 2013
Posts: 11
Rep Power: 13 |
hi all,
I am trying to run Fluent v14.5 on 16 cores and am having a problem. Sometimes when I click cancel to interrupt the iterations, it stops as normal then around a second later Fluent disappears without any warning. When I check the error log file it says: "Error [node 999999] [time 7/23/13 12:21:41]". Does anyone have any idea how I can fix this? Any help would be greatly appreciated. Phil |
|
July 23, 2013, 08:40 |
|
#2 |
New Member
Phil
Join Date: Jun 2013
Posts: 11
Rep Power: 13 |
sorry I left out a bit at the end of the error message, the full message should read:
"Error [node 999999] [time 7/23/13 12:21:41] Abnormal Exit!" any help would be hugely appreciated!!! |
|
October 8, 2013, 23:38 |
the same problem
|
#3 |
New Member
Eeethon
Join Date: Oct 2013
Posts: 4
Rep Power: 13 |
hi,
I countered the same problem ,too.Is there anybody can help me out?Thanks |
|
October 22, 2013, 07:47 |
|
#4 |
Member
Join Date: Jul 2013
Posts: 98
Rep Power: 13 |
Hello!
I see that you opened the thread some months ago. Did you find a solution?? Because I am facing the same problem!!!!! Thank you! |
|
October 22, 2013, 09:51 |
|
#5 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Although I am not sure but this may have something to do with node-master communication.
I also suggest you try different method for mesh partition for parallel calculations. |
|
October 22, 2013, 09:59 |
|
#6 |
Member
Join Date: Jul 2013
Posts: 98
Rep Power: 13 |
what do you mean with node-master communication??
The problem happens with the version 14.X, when I run the case with Fluent 12.X, there is no problem... Before closing the window automatically, it shows "[...]fluent14.5.7\cortex\win64\cx1457.exe received fatal signal (ACCESS_VIOLATION)" I tried to execute just the cx1457.exe, and it says that a dll file is missing, but it is actually there!!! Any clue?? Thank you! |
|
October 23, 2013, 02:25 |
|
#7 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
I am not a cluster geek but all I understand is this: if you dont have your MPI set right then there could be issues with communication between nodes.
The 'node 999999' error also has something to do with UDFs. If your UDF is not compiled with right program (32 bit-64 bit) or right way then there could be some issues. If you using academic license then it also comes with some limitations e.g. no. of node that can be used for parallel process. |
|
July 18, 2014, 03:09 |
|
#8 |
Senior Member
Join Date: Mar 2013
Location: B'lr
Posts: 130
Rep Power: 13 |
I'm also having the same problem.
Any help would be appreciated. |
|
July 18, 2014, 06:02 |
|
#9 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Whats exactly is the problem with ansys?
|
|
July 18, 2014, 07:02 |
|
#10 |
Senior Member
Join Date: Mar 2013
Location: B'lr
Posts: 130
Rep Power: 13 |
I tried different methods still am getting the same..
How to overcome from "abnormal exit of fluent"?? |
|
July 24, 2014, 03:36 |
|
#11 |
Senior Member
Paritosh Vasava
Join Date: Oct 2012
Location: Lappeenranta, Finland
Posts: 732
Rep Power: 23 |
Whats exactly you do during or after which the fluent closes abruptly?
|
|
July 24, 2014, 05:36 |
|
#12 |
Senior Member
Join Date: Mar 2013
Location: B'lr
Posts: 130
Rep Power: 13 |
I'm thinking that problem may be due to the boundary conditions, even I tried changing the BCs. But still it is getting the same error and disappearing without giving any information. I'm not understanding what to with this..
"Error node [99999] Abnormal Exit".. Any help would be appreciated... Thanks, Shivakumar |
|
November 16, 2014, 23:52 |
|
#13 |
New Member
zhouyuancong
Join Date: Sep 2014
Posts: 1
Rep Power: 0 |
I use ansys15.0 to simulate a transmission,I also encounter the same problem sa yours,have you solved it?
Thank you! |
|
November 17, 2014, 09:12 |
|
#14 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,761
Rep Power: 66 |
Try using a different MPI or playing with your MPI settings.
|
|
May 3, 2015, 15:02 |
|
#15 |
Senior Member
Join Date: Mar 2013
Location: B'lr
Posts: 130
Rep Power: 13 |
||
May 3, 2015, 19:31 |
|
#16 |
Senior Member
|
Hello;
I do not know exactly how to solve the problem you are facing: But i will share my experience of parallel fluent - PBS File looks like: ### PBS ### #PBS -l nodes=2 : ppn=8 ( Ok there is no space between : and ppn but I had to use it because a weird emoticon << keeps coming up) #PBS -l walltime=30:00:00 #PBS -j oe #PBS -o FILE.log #PBS -V #PBS -N Jobname cd $PBS_O_WORKDIR cd /home/usr [ This is where you are submitting your job from so figure it] /data1/ansys/v150/fluent/bin/fluent 3ddp -i pressurebased.jou -t16 -g -mpi=openmpi -ssh >> logfile OK So using these settings you can create the batch file. Now for the journal file make sure you have it saved in unix format: You can definitely create it in windows also, and transfer it to the linux system: Open the file using VIM editor ( that's what I use) and follow these commands: :w ( write the file once more) : set ff=unix ( set the file format as unix) :wq ( write and quit the file) hope it gets sorted now: if not come back and ask i will try to help |
|
May 6, 2015, 07:44 |
|
#17 |
Senior Member
Join Date: Mar 2013
Location: B'lr
Posts: 130
Rep Power: 13 |
Thanks for the reply.. Nothing worked for me, still the fluent is spitting the same error.
|
|
September 1, 2015, 14:27 |
|
#18 |
Member
thomas
Join Date: Jul 2014
Posts: 50
Rep Power: 12 |
I know this is an old thread, but did you have any luck with this problem?
|
|
September 1, 2015, 17:28 |
|
#19 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,761
Rep Power: 66 |
This is usually an intermitten problem with parallel FLuent and it's usually a problem with the MPI. Is your problem intermittent or does it always happen? Try using a different MPI or reconfiguring your current MPI.
|
|
September 2, 2015, 00:55 |
|
#20 |
Senior Member
Join Date: Mar 2013
Location: B'lr
Posts: 130
Rep Power: 13 |
hi,
I tried every settings which are discussed in this forum but couldn't solve it. Finally, I Uninstalled ANSYS 14.0 and installed 15.0 version, the problem disappeared automatically. Thanks, shiv |
|
Tags |
14.5, error, fluent, node], parallel |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parallel running of Fluent | Bhanu Gupta | FLUENT | 3 | April 7, 2011 10:32 |
Parallel Fluent +UDF | Jack Martinez | FLUENT | 0 | June 28, 2007 12:19 |
Fluent Parallel SUPPORT | MOHAMMED TOLBA | FLUENT | 1 | February 20, 2006 02:27 |
Parallel Fluent with Mandrake | Daniel Dotta | FLUENT | 1 | May 19, 2005 16:30 |
error parallel fluent session | Diet | FLUENT | 2 | January 27, 2005 13:31 |