CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Fidelity CFD

Parallel partition memory allocation problem

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 25, 2015, 07:11
Default Parallel partition memory allocation problem
  #1
New Member
 
Tomas
Join Date: Jun 2015
Posts: 3
Rep Power: 10
Jepice is on a distinguished road
Hi there,

I have problem with the manual setup of the memory allocation for my computation. I'm getting errors like:

IPUSHX: WORK IS OUT OF BOUNDS, INCREASE MXRVAR
DATA TREE ENDS: 31695886 STACK: 30391549
EURANUS KILLED BY PROCESS 1
IPUSHX: WORK IS OUT OF BOUNDS, INCREASE MXRVAR
DATA TREE ENDS: 31695886 STACK: 31311613
EURANUS KILLED BY PROCESS 30

I know how to prevent this in the case of the normal (blocks based) parallel metod, but partition parallel method allocates memory automaticaly. In the manual are described two parameters: -nbint # and -nbreal #. The problem is that even if I use them in the run script nothing changes.

Run script:

#$ -m ae
#$ -M aa@aa.com
#$ -v PATH
#$ -cwd
#

VAR=bez_sani_rad
SIM=000-SST
MESH=_mesh/bez_sani_rad4.igg
#
#
#
#

cat $PE_HOSTFILE | awk '{print $1" "$2}' > ./hosts2

X1=`cat hosts2 | sed -n 1p | awk '{print $2}'`
X2=`expr $X1 - 1`
sed 0,/"local "$X1/s/"local "$X1/"local "$X2/ hosts2 > hosts
rm hosts2

hostname
cat $PE_HOSTFILE
echo "CouCou"
#
fine91_2 -batch -partition -computation $VAR\_$SIM/$VAR\_$SIM.run -machine_file ./hosts -nbint 600 -nbreal 6000

mv $VAR\_$SIM/$VAR\_$SIM.batch $VAR\_$SIM/$VAR\_$SIM.batch.orig
cat $VAR\_$SIM/$VAR\_$SIM.batch.orig | sed s/euranusTurbo_parallel/"euranusTurbo_parallel -mca=btl=openib,sm,self"/g > $VAR\_$SIM/$VAR\_$SIM.batch
chmod a+x $VAR\_$SIM/$VAR\_$SIM.batch
#
#
date
$VAR\_$SIM/$VAR\_$SIM.batch > $VAR\_$SIM/$VAR\_$SIM.LOG 2>&1
date

Could anyone help me with this and say what is wrong?

Thank you
Jepice is offline   Reply With Quote

 


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
Problem with parallel computation (case inviscid onera M6) Combas SU2 11 January 30, 2014 01:20
problem in the CFX12.1 parallel computation BalanceChen ANSYS 2 July 7, 2011 10:26
Fluent Parallel Memory Usage David Christopher FLUENT 1 March 3, 2011 02:20
Problem on Parallel Run Setup Hamidur Rahman CFX 0 September 23, 2007 17:11
Dynamical memory allocation for multiblock? peter.zhao Main CFD Forum 2 May 20, 2002 04:58


All times are GMT -4. The time now is 11:26.