Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] MPI debugging using PTP

Dear Jonah

Thanks for your Email.  The PTP is integrated in the Eclipse for scientific which include C/C++ and Fortran. You are right that the PTP has not been used for the following reasons:

  1. The script for MPICH2 to start debugging was full with logical errors. I revised it and now it works. I can send it to you.
  2. The SDM package which is written in Chas not been maintained.  I organized it as an Eclipse C/C++ project and changed definitions which do not follow the C standard. C98

Let these bad coding to be compiled. Now it is compiled and work. I can send you the SDM as an Eclipse project as well.

 

If you give me the source of the mpiexec and some documentation, I will do the same: repair and send it back to you.

 

Best regards,

Dr. Yehuda Singer

 

 

From: Jonah Graham <jonah@xxxxxxxxxxxxxxxx>
Sent: Tuesday, April 30, 2024 15:29
To: yehuda.singer@xxxxxxxxx
Cc: Eclipse Packaging Project <epp-dev@xxxxxxxxxxx>
Subject: Re: MPI debugging using PTP

 

Hi,

 

The PTP project (https://projects.eclipse.org/projects/tools.ptp) has been archived due to a lack of community investment. 

 

Your email seems to be the same or continuation of https://github.com/eclipse-packaging/packages/issues/115#event-12339274344

 

Jonah


~~~
Jonah Graham (he/him)
Kichwa Coders
www.kichwacoders.com

 

 

On Tue, 30 Apr 2024 at 07:34, Dr. Yehuda Singer <yehuda.singer@xxxxxxxxx> wrote:

Dear All,

 

 

We want to debug MPI programs using the cores on a 16 core machine running Linux.

We have installed the SDM package.

 

We activate the SDM package as a process: /usr/local/bin/sdm/SDM –debug=gdb – debugger_path=/usr/bin –port = 4118 –host=yehuda-linux2  --routing_dile=routes/Routing_file_info.part

 

We do: mpiexec – n 6 –host=yehuda-linux2  -envMPIEXEC_PORT_RANGE=4118:10000  Exe_mpi_debug.out

 

The executable file runs and give results for RANK 0.

No breakpoint is activated even we set the command to break in the entry of the main.

 

 

Best regards,

Yehuda

 

 

Dr. Yehuda Singer

Parallel Solutions Ltd.

www.llp.co.il

Office:  972-74-7012159

Mobile: 972-52-2306-311

 

Please consider the environment before printing this email 
The information contained in this communication is proprietary to Parallel Solutions  Ltd. and/or third parties, may contain confidential or privileged information, and is intended only for the use of the intended addressee thereof.
If you are not the intended addressee, please be aware that any use, disclosure, distribution and/or copying of this communication is strictly prohibited. If you receive this communication in error, please notify the sender immediately and delete it from your computer. 

 

 

 

 

 

 

PNG image


Back to the top