Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ledm authored Nov 28, 2023
1 parent 4f82bfd commit 31cc3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ batch_timeseries - y comparison_recipe.yml

This will submit a time-series analysis for each job, using a command which looks like this:
```
sbatch -J u-aa111 --error=logs/u-aa111.err --output=logs/u-aa111.out lotus_timeseries.sh u-aa111 kmf physics bgc
sbatch -J jobID --error=logs/jobID .err --output=logs/jobID .out lotus_timeseries.sh jobID kmf physics bgc
```
The output and error messages will be in the `logs` directory which the jobID as the file prefix.
The job name on slurm will also be the jobID, so it's easy to tell which jobs are running.
Expand Down

0 comments on commit 31cc3c4

Please sign in to comment.