Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a rough outline for SF201 #6

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion theme2/SF201/batch-systems-and-compute-farms.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,33 @@
# Batch Systems and Compute Farms
---
title: Batch Systems and Compute Farms
lightbox: true
---

# Compute clusters

TODO: add a general description.

# The CHESS compute farm

TODO: write specifics of CHESS.

# Using CHESS compute farm

TODO: expand this.

Basic commands for the job manager at chess compute farm (show queue,
show jobs, run jobs, show status of jobs etc)

# An example job submission script

TODO: expand this.

Example job submit script for the chess compute farm and show basic
entities in the script (walltime, requested resources, command to
execute job, etc)

# Job submission, status, output files

TODO: expand this.

Example job submission, show status, show output files..