Skip to content
Snippets Groups Projects
Commit dde3e084 authored by Sangbaek Lee's avatar Sangbaek Lee
Browse files

Correct typos

parent 21f879b5
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ Please update the file locations accordingly before job submission ...@@ -50,7 +50,7 @@ Please update the file locations accordingly before job submission
Improv manages jobs with PBS. Improv manages jobs with PBS.
- Useful commands: `lcrc-quota` `sbank-list-allocations`, `qstat -l $USER`, `qdel [JOBID]` - Useful commands: `lcrc-quota` `sbank-list-allocations`, `qstat -u $USER`, `qdel [JOBID]`
``` ```
cd pbs_files cd pbs_files
...@@ -62,7 +62,7 @@ qsub gemc_pipeline_firstindex_lastindex ...@@ -62,7 +62,7 @@ qsub gemc_pipeline_firstindex_lastindex
Crossover manages jobs with slurm. Crossover manages jobs with slurm.
- Useful commands: `squeue -l $USER`, `sinfo`, `scontrol show jobid [JOBID]`, `scancel [JOBID]` `scancel -u $USER` - Useful commands: `squeue -u $USER`, `sinfo`, `scontrol show jobid [JOBID]`, `scancel [JOBID]` `scancel -u $USER`
``` ```
cd slurm_files cd slurm_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment