First time here? Check out the FAQ!
0

Use WingIDE to debug mpi applications

Hi,Is it possible to debug a parallel python application (parallelization implemented using mpi4py) using wingide? If so, is it possible to do it on a remote server?

Thanks,

Amit Aides

Amit's avatar
56
Amit
asked 2017-12-11 10:16:00 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2019-03-13 10:02:22 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

As far as I know there's nothing special about MPI so it should work, but we don't have setup instructions specifically for it.  Some notes:

1) If MPI is starting sub-processes then whether or not we can debug those automatically depends on how they are started, although with very many processes that probably isn't wanted anyway and you would instead used wingdbstub to initiate debug in the particular contexts where you want it. 

2) Whether it's running remotely or locally is an independent consideration... in general it should work to use Wing 6's remote development capabilities in the same way as working locally.

Please let me know if you have other questions.

Wingware Support's avatar
4k
Wingware Support
answered 2017-12-11 10:43:00 -0500
Wingware Admin's avatar
231
Wingware Admin
updated 2019-03-07 08:09:35 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer