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

Fluent under SGE

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 18, 2008, 08:44
Default Fluent under SGE
  #1
JoĆ£o Fernandes
Guest
 
Posts: n/a
Hello to everybody.

At the moment I am trying to run Fluent6.3.26 in a computational cluster under SGE (the system is Linux and the architecture is lnamd64). For this purpose I developed a script and I am able to submit jobs for the SGE queues. The problem is that even though SGE accepts the jobs, it doesn't attribute them any resources (memory) so the Fluent is completely loaded but than it stops and in the output file appears the following:

Can“t create thread 0. Cannot allocate memory.

Please if anyone knows anything about this, just drop your ideas I will appreciate any help you give. Many thanks in advance!

Joćo

PS: I am sending here my script (maybe the error is not from SGE but mine):

#! /bin/bash #$ -S /bin/bash #$ -N chip2 #$ -cwd #$ -j y #$ -r y # /bin/echo Running on host 'hostname' /bin/echo In directory: 'pwd' #$ -m be #$ -M joao.fernandes@dq.fct.unl.pt # export FLUENT_ARCH=lnamd64 # export FLUENT_INC=/home/pmota_soft/Ansys/Fluent.Inc/Fluent.Inc export LM_LICENSE_FILE=/home/pmota_soft/Ansys/Fluent.Inc/Fluent.Inc/license/license.dat export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/pmota_soft/Ansys/Fluent.Inc/Fluent.Inc/fluent6.3.26/lib # export PATH=$PATH:/home/pmota_soft/Ansys/Fluent.Inc/Fluent.Inc/bin # /bin/echo "Got $NSLOTS processors." /bin/echo "Machines:" # fluent -r6.3.26 3ddp -path/home/pmota_soft/Ansys/Fluent.Inc/Fluent.Inc/fluent6.3.26/bin -sge -g -i /home/jfernandes/scripts/script2_chip.jou

  Reply With Quote

Old   April 25, 2008, 17:57
Default Re: Fluent under SGE
  #2
rj
Guest
 
Posts: n/a
If you want to run a 4-way job and on a sge queue "que-a" and sge parallel evironment "pe-a", you may run with the following command in a command console:

/home/pmota_soft/Ansys/Fluent.Inc/Fluent.Inc/fluent6.3.26/bin/fluent 3ddp -sge -sgeq que-a -sgepe pe-a 4 -g -i /home/jfernandes/scripts/script2_chip.jou

If you don't know what is sge queue or sge parallel evironment, check with your admin.
  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
Fluent in Linux vs. Fluent in Windows Melih FLUENT 6 November 16, 2014 09:39
Fluent/Unix vs. Fluent/Windows sjjaber FLUENT 10 January 5, 2005 16:58
Running FLUENT 6.0 sims. on FLUENT 6.1 ozgur FLUENT 2 April 2, 2004 13:23


All times are GMT -4. The time now is 23:48.