Skip to content

Commit

Permalink
Update account_project.md (#54)
Browse files Browse the repository at this point in the history
* Update account_project.md

* files names fix

* Update exercise_r.md

---------

Co-authored-by: Kylli Ek <[email protected]>
  • Loading branch information
EetuHuuskoCSC and ktiits authored Oct 11, 2023
1 parent 4c2c940 commit a6db427
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions materials/account_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note:

## Managing resources

Your first steps into many CSC services goes via [`https://my.csc.fi`](https://my.csc.fi):
Your first steps into many CSC services goes via [MyCSC](https://my.csc.fi):

* Create an account
* Manage your account
Expand All @@ -55,9 +55,9 @@ Your first steps into many CSC services goes via [`https://my.csc.fi`](https://m
### Applying for billing units

- Billing units can be also applied via [My Projects page in MyCSC](https://my.csc.fi/welcome)
- Please acknowledge use of CSC resources in your publications ([CSC Docs: CSC Acknowledgement](https://docs.csc.fi/support/faq/how-to-cite-csc/)); many tools pages also provide a copyable acknowledgement examples (see for example [CSC Docs: QGIS acknowledgement](https://docs.csc.fi/apps/qgis/#acknowledgement))
- Please acknowledge the use of CSC resources in your publications ([CSC Docs: CSC Acknowledgement](https://docs.csc.fi/support/faq/how-to-cite-csc/)); many tools pages also provide a copyable acknowledgement examples (see for example [CSC Docs: QGIS Acknowledgement](https://docs.csc.fi/apps/qgis/#acknowledgement))
- Please also inform us about your work by adding your publications to the resource application!
- Academic usage is one of the [free-of-use cases](https://research.csc.fi/pricing)
- Academic usage is one of the [free-of-charge use cases](https://research.csc.fi/pricing)
- You can estimate [usage with the online billing calculator](https://research.csc.fi/billing-and-monitoring#buc)
- The calculator can also be used to estimate the value of the resources

Expand Down
1 change: 1 addition & 0 deletions materials/exercise_r.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
* Simple batch job
* Parallel job
* Optional, Array job
* Additional, you can also check out some of the other R examples in [CSC geocomputing repository](https://github.com/csc-training/geocomputing/blob/master/R).

:::{admonition} Key points
:class: important
Expand Down
2 changes: 1 addition & 1 deletion materials/job_monitoring.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Job monitoring

By default, the standard output (e.g. things that you print as part of your script) and standard error (e.g. error messages from SLURM, your tool or package) are written to a file `slurm-jobid.out` respectively.
By default, the standard output (e.g. things that you print as part of your script) and standard error (e.g. error messages from SLURM, your tool or package) are written to files `slurm-jobid.out` and `slurm-jobid.err` respectively. The file names can be changed from batch job script.

You can check the status of your job and follow its progress with the `squeue --me` command.
Resource usage while the job runs, can be queried with `seff jobid` (note that `seff` output can only be trusted after a job has finished).
Expand Down

0 comments on commit a6db427

Please sign in to comment.