For Members

  • Tips for using Taki

    • Read the guide in https://hpcf.umbc.edu/cpu/using-your-taki-account/
    • Set up the bashrc file in your home directory following the example in zzbatmos_common/Exchange/bashrc_zz
    • Or, simply copy it to your home directory (you may want to back up your own bashrc in case something goes wrong)
      • cp zzbatmos_common/Exchange/bashrc_zz ~/.bashrc ; source ~/.bashrc
  • Codes & Software for group members

    • Codes in zbatmos_common/Codes
    • Softwares in zzbatmos_common/Softwares
  • How to use Jupyter notebook/lab remotely from Taki

    • In Taki, run the either one of the following commands ( the first for Jupyter notebook and the second for Jupyter lab) and keep the window open
      • jupyter notebook –no-browser –port=8889
      • jupyter lab –no-browser –port=8889
    • In your local machine, open a terminal and run
      • ssh -N -f -L localhost:8888:localhost:8889 username@taki.rs.umbc.edu
    • Then, open the browser (e.g., Chrome) in your local machine and paste the line below to your address bar
      • localhost:8888
    • Hopefully, the Jupyter notebook/lab will load to your browser. You may be asked for a password to proceed. If you don’t know or forget the password, read the article to (re)set it.  https://jupyter-notebook.readthedocs.io/en/stable/public_server.html 
  • Compile/run CESM2 in Taki