Analysis3 dask_jobqueue storage flags query

Yeah, I don’t think that they’re the issue, so you should be safe to add them back in now.

The offending block of code in your .bashrc is autogenerated by conda, I think when you first create a conda environment.

Glad to have got it fixed! :sweat_smile:


For anyone else that comes across this in future:

  • .bash_rc is sourced on every shell invocation, so can be a source of subtle & persistent configuration bugs.
  • Anything like eg. module load generally should not live in .bashrc, but instead in .bash_profile - module load pbs is an exception.
  • Unfortunately, conda generates the offending block of code when conda init is run.
  • If you have previously run conda init on Gadi, you might potentially experience this bug.
2 Likes