Re: running MPI programs with xcode
Re: running MPI programs with xcode
- Subject: Re: running MPI programs with xcode
- From: Alejandro Aragon <email@hidden>
- Date: Fri, 5 Jun 2009 22:12:36 -0500
I tried that, but the mpiexec is actually a python script for the mpi
implementation that I use (mpich2), so xcode won't allow me to do
this. Any other ideas?
Alejandro
On Jun 5, 2009, at 10:07 PM, Chris Espinosa wrote:
On Jun 5, 2009, at 7:25 PM, Alejandro Aragon wrote:
Is there a way to configure an executable so that it can be run
using, e.g., mpiexec -n 2 program name??
I can run the program from the terminal, but I like the fact that
you can start start with a performance tool within xcode. How can I
do this? The options when creating the executable do not include
how the program will be run.
This is what Custom Executables are for. Create a custom executable
with mpiexec as the binary to launch, and then pass the path to your
build product as an argument.
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden