Using Dedalus: Difference between revisions

From UW-Math Wiki
Jump to navigation Jump to search
(Created page with "= Using Dedalus = Dedalus is "A flexible framework for spectrally solving differential equations."[https://dedalus-project.org/] Our research servers have version 3-beta(fro...")
(No difference)

Revision as of 15:01, 20 May 2022

Using Dedalus

Dedalus is "A flexible framework for spectrally solving differential equations."[1]

Our research servers have version 3-beta(from the Git master branch of 19 May 2020).

More information is available here:

Using

  1. Log in to a research server or Linux workstation.
  2. Run: source /usr/local/dedalus/setup
  3. You will see that the prompt is prefixed with '(main)'.
  4. Run: conda activate dedalus3
  5. You will see that the prompt is prefixed with '(dedalus3)'.
  6. You can now run Python3 code using the Dedalus modules.

FAQ

When I try to run conda it says command not found

If your prompt is not prefixed with '(main)' then Conda is not initialized. Depending on how your account is configured(Bash login scripts to be speciic) you may need to do one of the following:

  • A temporary fix is to run Bash again: 'bash
  • A permanent fix is to copy the "conda initialize" block of code from ~/.bashrc to the end of ~/.profile. If you do not have a .profile file then check if you have a .bash_profile file.