On Apr 29, 2010, at 2:25 PM, Srujan Enaganti wrote:
> I am trying to run an MPI program as a CGI Python script which is running
> over an Apache web server running locally on my computer.
>
> I have a test.py file which has the code snippet
>
> cmd = 'opt/local/bin/mpiexec -np 10 testmpi'
> outp
Sent: Thursday, April 29, 2010 2:26 PM
To: us...@open-mpi.org
Subject: [OMPI users] Calling MPI from a CGI script
Hi,
I am trying to run an MPI program as a CGI Python script which is running
over an Apache web server running locally on my computer.
I have a test.py file which has the code snippet
Hi,
I am trying to run an MPI program as a CGI Python script which is running
over an Apache web server running locally on my computer.
I have a test.py file which has the code snippet
cmd = 'opt/local/bin/mpiexec -np 10 testmpi'
output = commands.getoutput(cmd)
When I run the file test.py