Running OpenSeesSP

This forum is for issues related to parallel processing
and OpenSees using the new interpreters OpenSeesSP and OpenSeesMP

Moderator: selimgunay

Post Reply
castonguay.pierre
Posts: 14
Joined: Mon Mar 30, 2009 5:28 am
Location: Montreal, QC
Contact:

Running OpenSeesSP

Post by castonguay.pierre » Tue Jul 07, 2009 11:51 am

Hi,

I've tried (unsuccessfully) to install OpenSeesSP on Windows Server 2008. I'm at the point where I can actually open OpenSeesSP and write commands... except that when I write:

mpirun -np 4 OpenSeesSingleParallelInterpreter mymodel.tcl

I get the message that mpirun is not a valid command. What could be the cause of this?

I'm sorry if this is a pretty elementary question... I have no experience with parallel processing (hence the reason I'm trying to use OpenSeesSP and not MP)

Any help is much appreciated.

neallee
Posts: 62
Joined: Sun Aug 14, 2005 4:50 am
Location: Tianjin University

Post by neallee » Tue Jul 07, 2009 5:51 pm

try
mpiexec -np ....

It should be some configuration problems about the enviromental variables.

check your command console with the command
path

make sure the path includes the mpi bin folder
Li Ning, Ph.D. and Professor of Civil Engineering
TJU, China

Post Reply