Stream: helpdesk (published)

Topic: Revise not working in interactive lsf job


view this post on Zulip DrChainsaw (Oct 16 2021 at 11:15):

This is probably not easy to debug from afar, but could anyone think of reasons why Revise would not work when running as an interactive job on a compute cluster (lsf in this case)?

The job spins up and starts a julia session with the current project active. Doing using Project works just fine and all data and .julia stuff is perfectly accessible. Packages from startup.jl (e.g. OhMyRepl) seem to be correctly loaded Revise is loaded and doing things like Revise.revise(MyProject) returns true without warning.

Things work as expected if I run in a terminal on the job submitting host (even if I ssh into it form another computer e.g. using VS code remote).


Last updated: Oct 02 2023 at 04:34 UTC