Difference between revisions of "Your first bash job"
From ALICE Documentation
(Created page with "Category:Your first job <font color="orange">work in progress</font> =The first bash job= ==About this walkthrough== This walkthrough will guide you through setting up a...") |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Your_first_job]] |
<font color="orange">work in progress</font> | <font color="orange">work in progress</font> | ||
Revision as of 08:32, 9 September 2020
work in progress
Contents
The first bash job
About this walkthrough
This walkthrough will guide you through setting up and submitting a job on ALICE. It will be a simple Hello-World-type job using only bash commands without any modules. The focus of this walkthrough is on the workflow with slurm.
What you will learn?
- Writing a batch file for your job
- Submit your job
- Monitor your job
- Find information about your job
What this example will not cover?
- Loading and using modules for your job
- Compiling code
What you should know before starting?
- Basic knowledge of how to use a Linux OS from the command line.
- How to connect to ALICE.
- How to move files to and from ALICE.