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

Unable to find the master host : at least one required

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By raunakjung
  • 1 Post By Opaque

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 31, 2017, 18:30
Default Unable to find the master host : at least one required
  #1
Senior Member
 
raunak jung pandey
Join Date: Jun 2016
Posts: 102
Rep Power: 9
raunakjung is on a distinguished road
I am using a HPC
Apro green server
Centos 6.3 Linux based
256 core

I am trying to run Platform MPI - distributed Parallel

I get the follwing error :

" An error has occurred in cfx5solve:

A host list or host file is required for a Distributed Parallel run, but
none has been specified.


An error has occurred in cfx5solve:

Unable to find the master host sinbaram13.plsi.or.kr in the host list: at
least one partition must be assigned to the master host. "

My script file is following :

#! /bin/ksh
#@ job_name = ssh

#@ job_type = MPICH
#@ class = engineering
#@ output = ssh.out

#@ error = ssh.err
#@ notification = complete

#@ notify_user = @gmail.com

#@ resources = ConsumableCpus (1) ConsumableMemory(2gb)

#@ wall_clock_limit =72:00:00

#@ total_tasks =32

#@ blocking =unlimited

#@ initialdir =/scratch2/

#@ queue

. /applic/Applications/env_setup/cfx_v150.env

nodes=`cat $LOADL_HOSTFILE`
nodes=`echo $nodes | sed -e 's/ /,/g'`

export CFX5RSH=ssh

cfx5solve -mdef CFX.mdef -start-method "Platform MPI Distributed Parallel"




Please help me in solving the following :
Светлана likes this.
raunakjung is offline   Reply With Quote

Old   May 31, 2017, 19:25
Default use local, or ask sysadmin
  #2
Senior Member
 
Svetlana Tkachenko
Join Date: Oct 2013
Location: Australia, Sydney
Posts: 407
Rep Power: 14
Светлана is on a distinguished road
Try "Platform MPI Local Parallel" if one single computer node is enough for your problem, or if it must be distributed, from this discussion it appears to be a configuration problem. If necessary, please ask your system administrator to install and configure CFX distributed parallel. This section may be relevant for the install process in the case of version 16.2.3; it may be different for a different version.
Светлана is offline   Reply With Quote

Old   June 1, 2017, 07:51
Default
  #3
Senior Member
 
Join Date: Jun 2009
Posts: 1,803
Rep Power: 32
Opaque will become famous soon enough
From cfx5solve -help,

-start-method <name>
Use the named start method to start the ANSYS CFX Solver. This option
allows you to use different parallel methods, as listed in the
ANSYS CFX Solver Manager GUI or in the etc/start-methods.ccl file,
instead of the defaults. For parallel start methods, you must also
provide the -part or -par-dist option.
raunakjung likes this.
Opaque is online now   Reply With Quote

Reply

Tags
mpi error, parallel, parallel computing


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
foam-extend-3.2 Pstream: "MPI_ABORT was invoked" craven.brent OpenFOAM Running, Solving & CFD 5 November 18, 2015 07:55
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug unoder OpenFOAM Installation 11 January 30, 2008 20:30
unable to find any Online Course regarding Basic Computational Fluid Dynamics Yuska Kamil Main CFD Forum 1 December 17, 2007 14:39
find a Phd and a master degree proposal Sabbagh Main CFD Forum 1 January 7, 2007 00:49
Gambit error : Unable to find Exceed X Server Jarod FLUENT 2 November 4, 2004 06:41


All times are GMT -4. The time now is 15:46.