|
[Sponsors] |
Unable to find the master host : at least one required |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 31, 2017, 19:30 |
Unable to find the master host : at least one required
|
#1 |
Senior Member
raunak jung pandey
Join Date: Jun 2016
Posts: 102
Rep Power: 10 |
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 : |
|
May 31, 2017, 20:25 |
use local, or ask sysadmin
|
#2 |
Senior Member
Svetlana Tkachenko
Join Date: Oct 2013
Location: Australia, Sydney
Posts: 416
Rep Power: 15 |
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.
|
|
June 1, 2017, 08:51 |
|
#3 |
Senior Member
Join Date: Jun 2009
Posts: 1,869
Rep Power: 33 |
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. |
|
Tags |
mpi error, parallel, parallel computing |
|
|
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 08:55 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
unable to find any Online Course regarding Basic Computational Fluid Dynamics | Yuska Kamil | Main CFD Forum | 1 | December 17, 2007 15:39 |
find a Phd and a master degree proposal | Sabbagh | Main CFD Forum | 1 | January 7, 2007 01:49 |
Gambit error : Unable to find Exceed X Server | Jarod | FLUENT | 2 | November 4, 2004 07:41 |