Wow - that's the ugliest configure line I think I've ever seen :-/
I note you have a --with-platform in the middle of it, which is really
unusual. Normally, you would put all that stuff in a platform file if
that's what you were going to do. Note that anything in the platform file
will override an
Hello Ralph,
Thanks for your reply.
In order to start my job, I tried the following two ways
(1) configured/compiled open-mpi and compiled benchmark on head node.
submitted a pbs job.
(2) submitted an interactive job to redo config/compile on compute node.
And then used "/path/to/mpic
How did you attempt to start your job, and what does your configure line look
like?
Sent from my iPad
On Mar 5, 2012, at 2:11 PM, bin Wang wrote:
> Hello All,
>
> I'm trying to run the latest OpenMPI code on Jaguar.
> (Cloned from the Open MPI Mercurial mirror of the Subversion repository)
>
Hello All,
I'm trying to run the latest OpenMPI code on Jaguar.
(Cloned from the Open MPI Mercurial mirror of the Subversion repository)
The configuration and compilation of OpenMPI were fine, and benchmark
was also successfully compiled. I tried to launch my program using mpirun
within an intera