Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Resource Manager hanging and PTP Server compiling problems

Dear Mr. Houssen,

Thank you for your reply.
1) I have Open MPI (openmpi-bin) together with developer headers (libopenmpi-dev)
installed in Synaptic Package Manager.
I guess if I don't not have it, I won't be able to compile because of including mpi.h. Another thing is that Resource Manager actually starts fine and is "green".

Strange enough I end up with /bin/sdm/ executable even though I have some building problems.

Kind regards,
Denis.

On 16.01.2012 00:12, Franck Houssen wrote:
Hello,

1) to enable debugging, you must first build and install OpenMPI :
configure must be done with --with-devel-headers. Then "sh BUILD" in
org.eclipse.ptp.linux.x86_64_xxx should be OK and you will end up with
./bin/sdm.
2) I guess that when 1) will be OK, 2) should be OK too

I use also Ubuntu 11.10 : running and debugging is OK for me =>
http://www.eclipse.org/ptp/docs/releases/release-1.1.php [1]

Hope it helps...

FH

Date: Sun, 15 Jan 2012 16:23:34 +0100
From: denis.davydov@xxxxxxxxxxxxxxxxxxx
To: ptp-user@xxxxxxxxxxx
Subject: [ptp-user] Resource Manager hanging and PTP Server
compiling problems

Dear users,

I'm using Ubuntu 11.10 (64bit) and recently switched to Eclipse PTP
5.0
(from NetBeans)
in order to be able to debug MPI.

I have two problems I could not find an answer to:

1) When I build PTP Server Components
org.eclipse.ptp.linux.x86_64_5.0.4.201111121445

I have the following error:

checking build system type... x86_64-unknown-linux-gnu
configure: line 2275: 0: command not found
configure: error: The top installation directory of SLURM rms must
be specified via "--with-slurm=DIR".

Do I need to have SLRUM installed in order to be able to use
Parallel
Debugging ?
Nevertheless, I have SDM executable built in bin folder which I try
to
use to debug.


2) I added Local OpenMPI resource manager with default settings.

but when I try to debug "MPI Hello World" (C executable project)
debugger hangs on

MPI_Init(&argc, &argv);

trying to Open MPI Job. Same happens when I debug my own project.

Am I missing something?


Thank you in advance,

Kind regards,
Denis.


_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user


Links:
------
[1] http://www.eclipse.org/ptp/docs/releases/release-1.1.php

--
----------------------------------------
Advanced School
Molecular and Continuum Modelling of Polymers:
Molecular Dynamics Meets Finite Elements
Organizers: S. Reese, Ch. Holm, P. Steinmann
March 12-14, 2012
Pommersfelden, Schloss Weissenstein (Germany)
http://www.ltm.uni-erlangen.de/mcmp.html
----------------------------------------
----------------
Dr. Mgr. Denis Davydov

Lehrstuhl für Technische Mechanik
Universität Erlangen-Nürnberg
Egerlandstraße 5
D-91058 Erlangen

mailto: denis.davydov@xxxxxxxxxxxxxxxxxxx
www:    http://www.ltm.uni-erlangen.de


Back to the top