Tags

Remote computing for FMB

More details on these steps can be found in the CHESS user guide: https://www.chess.cornell.edu/user-guide

Getting started: checklist

1. Do you have a CLASSE ID?

This is the same ID you would use to access BeamPASS user portal.
  • If you have a Cornell affiliation, your CLASSE ID is probably the same as your NetID
If you will be a CHESS user and do not have a CLASSE ID or if you forgot CLASSE ID password, visit BeamPASS and follow the appropriate link.

2. Is your CLASSE account active?

If you don't remember the last time you logged in to your CLASSE account: activate your account or reset your password.

3. Are you enrolled in CLASSE Duo?

Most CHESS computing resources require CLASSE Duo two-factor authentication. Please follow the instructions here: https://wiki.classe.cornell.edu/Computing/CLASSEDuo

4. Have you installed and tested your NoMachine connection?

If you haven't connected to CHESS resources via NoMachine before, please install the client and test your connection by following the instructions here: https://wiki.classe.cornell.edu/CHESS/RemoteUserGuide

Setting up your JupyterHub Environment for remote data analysis

For convenience, CHESS offers the option of remote interaction with data, including complext data analysis, through a web-based interface called JupyterHub.
Step 1: Set up an FMB-specific "kernal" for your JupyterHub environment.

This an FMB-specifc version of the "Adding new environments" on the CLASSE page (JupyterHub)

  1. Log onto a linux terminal window on the CLASSE cluster. This can be done in several ways:
    • Launch a terminal window within a NoMachine session
    • If you are on-site, find a terminal window (e.g. on the station computer of lnx-id3b-1) and type ssh [your-classe-id]@lnx201, and follow the steps to complete logon
    • Launch JupyterHub using a default environment, and launch a Terminal within JupyterHub
  2. Make sure you're in your own user directory: cd /nfs/user/yourCLASSEID
  3. Activate the SAXS/WAXS workflow environment:

    • source /nfs/chess/sw/miniforge3_chap/bin/activate; conda activate saxswaxsworkflow

  4. Run: python -m ipykernel install --user --name=saxswaxsworkflow --display-name “SAXSWAXSWorkflow”
  5. (Optionally): place a alias in your .bashrc file to more easily activate this environment from a terminal window, e.g. by placing the line alias activate_workflow="source /nfs/chess/sw/miniforge3_chap/bin/activate; conda activate saxswaxsworkflow".

Optional- these environments are not current as of 2024-1:
  1. Activate the InstantPlot environment
    • Either run the shortcut activate_instantplot, OR run:
    • source /nfs/chess/opt/miniconda3_msnc/bin/activate; conda activate saxswaxs-viewer
  2. Run:

    python -m ipykernel install --user --name=saxswaxs-viewer --display-name “InstantPlot”

  3. Deactivate the environment: conda deactivate

Step 2: Launching JupyterHub

  1. Open a browser on your computer (on or off site), then follow the ste
  2. Follow the steps documented here: Jupyter Hub: https://wiki.classe.cornell.edu/Computing/JupyterHub
  3. When opening a new or existing notebook, the "SAXSWAXSWorkflow" kernal should appear as an option.

When you connect to JupyterHub, generally you'll want to connect to the CLASSE Compute Farm server, using the option with the 32 CPUs if you plan to do batch processing. There is also and FMB-specific queue which will become available to FMB users.

-- LouisaSmieska - 26 June 2023
Topic revision: r16 - 24 Mar 2025, ArthurWoll
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding CLASSE Wiki? Send feedback