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

Error paraller process

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2011, 08:25
Default Error paraller process
  #1
New Member
 
Michal
Join Date: Jul 2010
Posts: 2
Rep Power: 0
kinq is on a distinguished road
Hello
I have a problem running parallel computations (remotely).

I put the script:
----
Quote:
#PBS -S /bin/tcsh
#PBS -l nodes=1pn=5,walltime=16:00:00
#PBS -q batch
#PBS -N SA
cd $PBS_O_WORKDIR
setenv NPROCS `wc -l < $PBS_NODEFILE`
setenv MPICH_PROCESS_GROUP no
setenv NI_VERSIONS_DIR /apl/numeca
setenv MPIR_HOME $NI_VERSIONS_DIR/fineopen211_1/_mpi/
setenv PATH ${PATH}:$NI_VERSIONS_DIR/bin
$MPIR_HOME/bin/mpirun -machinefile $PBS_NODEFILE -np 5 $NI_VERSIONS_DIR/bin/hexstreamsp_parallel /users/me/project/task.run > output.txt
----

In the case of calculations on one processor, everything seems to be ok
kinq is offline   Reply With Quote

Reply

Tags
parallel computation, parallel computing, parallel error

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
inverse process?? mfiandor FLUENT 1 September 1, 2010 05:12
inverse process?? mfiandor OpenFOAM 0 August 30, 2010 05:37
dxFoamExec orphan process bigphil OpenFOAM Post-Processing 0 March 19, 2009 12:08
Fluent coupled with external process Nitesh Goyal FLUENT 0 July 10, 2007 10:35
how to simulate evaporating process of refrigerant chingyou FLUENT 0 October 25, 2005 22:41


All times are GMT -4. The time now is 08:54.