Add CS FAQ Section
Compare changes
@@ -101,4 +101,25 @@ If you want to test the CryoSPARC OOD App, you can use the [CryoSPARC Introducto
- The logs associated with the CryoSPARC Open OnDemand App can be found in `$WORK/.ondemand/batch_connect/sys/bc_hcc_cryosparc/swan/output/<session_id>/output.log`, where `<session_id>` should be replaced with the **Session ID** printed in the CryoSPARC Info Card. The format of the Session ID is `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`.
- You can monitor completed jobs using [seff and sacct]({{< relref "../submitting_jobs/monitoring_jobs/#monitoring-completed-jobs" >}}). For example, to find the *SLURM Job ID, SLURM Job Name, SLURM Job State, the node the job ran on, the total runtime, as well as the requested and used memory* of all your jobs ran today, you can use:
- The *SLURM Job Name* of the CryoSPARC jobs that run on the `swan` or `swan-highmem` lanes is always in the format `cryosparc_<project_uid>_<job_uid>`, where `<project_uid>` and `<job_uid>` are replaced with the CryoSPARC Project ID and CryoSPARC Job ID respectively. For example, if your CryoSPARC Project ID is 3, and your CryoSPARC Job ID is 187, the SLURM Job Name will be `cryosparc_P3_J187`.