First time here? Check out the FAQ!
1

Issue with loading modules on hpc system

I am using a remote hpc host and need to load some specific modules before running a debug session. I have created a shell script that loads the module and then sets the python path, and am then using the command option to start the debug process. At present it doesn't seem to be working. Any suggestions

johnri99's avatar
11
johnri99
asked 2020-03-06 05:53:40 -0500
Wingware Support's avatar
4k
Wingware Support
updated 2020-03-06 06:53:34 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

If you can't set up the environment in Wing's Project Properties to accomplish the same thing as the shell script then you'll have to launch the debug process from outside of Wing and use wingdbstub to start debugging. Assuming you're using a Wing Pro remote host configuration, this is described here:

https://wingware.com/doc/debug/remote...

If you're not using a remote host configuration in Wing Pro (or not using Wing Pro) then the instructions are more complex:

https://wingware.com/doc/debug/manual...

If that doesn't help please post what errors you are seeing or you can email us at support@wingware.com.

Wingware Support's avatar
4k
Wingware Support
answered 2020-03-06 06:58:34 -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