Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP Debug on local host hang

On Wed, 19 Oct 2011 09:34:41 -0400, Greg Watson wrote:
My problem is solved, it was because of my old MPI.
thanks.

Please try using a recent version of Open MPI, such as 1.4. The old
versions had many problems.

Greg

On Oct 19, 2011, at 2:24 AM, mostafa.barmshory@xxxxxxxxxxxxx wrote:

On Tue, 18 Oct 2011 09:18:59 -0400, Greg Watson wrote:
Mostafa,

What version of PTP is this? What version of OpenMPI? What OS is your
platform?

Regards,
Greg

On Oct 18, 2011, at 3:15 AM, mostafa.barmshory@xxxxxxxxxxxxx wrote:


Hi:
I try to debug an OpenMPI program on local host but eclipse hang. in debug level output on terminal is:

[user4-72.sit:09601] Map for job: 1 Generated by mapping mode: byslot
	Starting vpid: 0	Vpid range
: 4	Num app_contexts: 1
	Data for app_context: index 0	app: /usr/bin/sdm
		Num procs: 4
		Argv[0]
: /usr/bin/sdm
		Argv[1]: --port=54767
		Argv[2]: --host=localhost
		Argv[3]: --debugger=gdb-mi

	Argv[4]: --debug=0
		Argv[5]: --debug=127
		Env[0]: OMPI_MCA_rmaps_base_display_map=1
		Env[1]:

OMPI_MCA_orte_precondition_transports=08d2f0aa4ee6d01e-355b4850f5d133e3
		Env[2]: OMPI_MCA_rds=pro
xy
		Env[3]: OMPI_MCA_ras=proxy
		Env[4]: OMPI_MCA_rmaps=proxy
		Env[5]: OMPI_MCA_pls=proxy
		En
v[6]: OMPI_MCA_rmgr=proxy
Working dir: /home/maso_hoem/projects/Tara-CPP/pi/Debug (user: 0)
		Nu
m maps: 0
	Num elements in nodes list: 1
	Mapped node:
		Cell: 0	Nodename: user4-72.sit	Launch id
: -1	Username: NULL
		Daemon name:
		Data type: ORTE_PROCESS_NAME	Data Value: NULL
		Oversubscri
bed: True	Num elements in procs list: 4
		Mapped proc:
			Proc Name:
			Data type: ORTE_PROCESS_N
AME	Data Value: [0,1,0]
			Proc Rank: 0	Proc PID: 0	App_context index: 0

		Mapped proc:
			Proc
Name:
			Data type: ORTE_PROCESS_NAME	Data Value: [0,1,1]
			Proc Rank: 1	Proc PID: 0	App_context
index: 0

		Mapped proc:
			Proc Name:
			Data type: ORTE_PROCESS_NAME	Data Value: [0,1,2]
			Pr
oc Rank: 2	Proc PID: 0	App_context index: 0

		Mapped proc:
			Proc Name:
			Data type: ORTE_PROC
ESS_NAME	Data Value: [0,1,3]
			Proc Rank: 3	Proc PID: 0	App_context index: 0

SDM: [0] effsize: 0, size: 0, rv: -2

SDM: [0] effsize: 0, size: 0, rv: -2
SDM: [0] effsize: 0, size: 0, rv: -2


and so.

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

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

Eclipse IDE for C/C++ Linux Developers
Version: Indigo Service Release 1
Build id: 20110916-0149

PTP Open MPI Support
Version: 5.0.2.201109141657
Build id: 201109141657

PTP Scalable Debug Manager
Version: 5.0.2.201109141657
Build id: 201109141657

PTP Core Utilities
Version: 5.0.2.201109141657
Build id: 201109141657


$> mpirun --version
mpirun (Open MPI) 1.2.8


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

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



Back to the top