Sponsored Content
Full Discussion: Regarding mpexec
Special Forums UNIX and Linux Applications High Performance Computing Regarding mpexec Post 302298673 by sabeeralict on Wednesday 18th of March 2009 09:30:45 AM
Old 03-18-2009
Regarding mpexec

I am using mvapich2-0.9.8-15 version of mpiexec. I want to run a model named SINTEX-G in AMD 64 bit machine. I am using the command mpiexec -np 1 -max_np 6 oasis. where 6 is the maximum number of processor and 1 is the number of process to start. oasis is the executable. But iwhen I execute the script it shows as follows.

invalid "local" arg: -max_np

usage:
mpiexec [-h or -help or --help] # get this message
.
.
.
Any help would be much appreciated.
 
IPCLUSTER(1)															      IPCLUSTER(1)

NAME
ipcluster - IPython parallel computing cluster control tool SYNOPSIS
ipcluster {piexec,local,mpirun,pbs,ssh} [options] DESCRIPTION
ipcluster is a control tool for IPython's parallel computing functions. IPython cluster startup. This starts a controller and engines using various approaches. Use the IPYTHONDIR environment variable to change your IPython directory from the default of .ipython or _ipython. The log and security subdirectories of your IPython directory will be used by this script for log files and security files. POSITIONAL ARGUMENTS
The first positional argument should be one of: {mpiexec, local, mpirun, pbs, ssh}, which are the available cluster types. For detailed help on each, type "ipcluster TYPE --help". Briefly: local run a local cluster mpirun run a cluster using mpirun (mpiexec also works) mpiexec run a cluster using mpiexec (mpirun also works) pbs run a pbs cluster ssh run a cluster using ssh, should have ssh-keys setup OPTIONS
-h, --help show help message and exit EXAMPLE
ipcluster local -n 4 This command will start 4 IPython engines on the local computer. SEE ALSO
ipython(1),ipcontroller(1),ipengine(1) AUTHOR
ipcluster is a tool that ships with IPython, created by the IPython Development Team. This manual page was written by Stephan Peijnik <debian@sp.or.at>, for the Debian project (but may be used by others). Modified by Fer- nando Perez <Fernando.Perez@berkeley.edu> for inclusion in IPython. October 28, 2008 IPCLUSTER(1)
All times are GMT -4. The time now is 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy