This doesn't sound like a linking problem; this sounds like there's an error in
your application that is causing it to abort before completing.
On Jun 25, 2014, at 12:19 PM, Sergii Veremieiev wrote:
> Dear Sir/Madam,
>
> I'm trying to run a parallel finite element analysis 64-bit code on my
>
Sounds like you have a problem with the physical layer of your InfiniBand. You
should run layer 0 diagnostics and/or contact your IB vendor for assistance.
On Jun 24, 2014, at 4:48 AM, Diego Saúl Carrió Carrió
wrote:
> Dear all,
>
> I have problems for a long time related with mpirun. When
Just curious -- if you run standard ping-pong kinds of MPI benchmarks with the
same kind of mpirun command line that you run your application, do you see the
expected level of performance? (i.e., verification that you're using the low
latency transport, etc.)
On Jun 25, 2014, at 9:52 AM, Fisc
You might try restarting the device drivers.
$pdsh -g yourcluster service openibd restart
Josh
Sent from my iPhone
> On Jun 26, 2014, at 6:55 AM, "Jeff Squyres (jsquyres)"
> wrote:
>
> Just curious -- if you run standard ping-pong kinds of MPI benchmarks with
> the same kind of mpirun com
I'm currently working towards setting up a single node system with a
xeon phi card. We have intel compilers (v.13.1.3) installed and I was
able to get the standard openmpi (v1.6.5) to install.
Right now, I am just hoping to run codes natively on the xeon phi.
When trying to compile a hello world c
I'm on the road today, but will be back tomorrow afternoon (US Pacific
time) and can forward my notes on this again. In the interim, just go to
our user mailing list archives and search for "phi" and you'll see the
conversations. Basically, you have to cross-compile OMPI to run on the Phi.
I've be
Here's what I used to build 1.8.1 with Intel 13.5 recently:
module load compiler/13.5.192
export PATH=/usr/linux-k1om-4.7/bin/:$PATH
../configure --prefix=/path/to/your/ompi/install \
CC="icc -mmic" CXX="icpc -mmic" \
--build=x86_64-unknown-linux-gnu --host=x86_64-k1om-linux \
AR=x86_64-k1o