Step 3- Interacting with the CRCD Ecosystem¶
In this step
Upload files, find software, request resources, and run jobs
Now that you have successfully logged in an access portal, work through these in order to get jobs running:
-
1. Upload files
Move your data and code onto the cluster from your computer or cloud storage.
-
2. Discover software
Find the applications and libraries you need and load them with the module system.
-
3. Request resources
Ask the scheduler for the cores, memory, and time your work needs — as a batch job or an interactive session.
-
4. Manage jobs
Monitor, inspect, and control your jobs while they run and after they finish.
A schematic of this part of the process is highlighted below.

Definitions
- back-end -- the dedicated computing nodes, storage arrays, networking, and supporting management infrastructure are often referred to collectively as the back-end. Access to the back-end are restriced based on access policy.
- front-end -- these are the access portals, the gateway to the back-end. The Slurm workload manager controls access to the back-end computing nodes.