Re: running MPI programs with xcode
Re: running MPI programs with xcode
- Subject: Re: running MPI programs with xcode
- From: Chris Espinosa <email@hidden>
- Date: Fri, 5 Jun 2009 20:07:46 -0700
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