diff --git a/1_single_core_job/README.md b/1_single_core_job/README.md index 0f92e67a5ff757764b4069c313f4d612c660b852..acda6518f9b946b3e8590f4880c3bd48e91af5d2 100644 --- a/1_single_core_job/README.md +++ b/1_single_core_job/README.md @@ -31,4 +31,4 @@ The job step with the single task is allocated and performed with the __srun__ c #### The python script The python script represents the taskt to be done. In this case the task is to print out some environment variables that are set by Slurm. -The environment variable __JOB_ID__ can be used to create temporary files and folders. In this example it creates a file named <JOB_ID>.txt and writes the job name into it. \ No newline at end of file +The environment variable __JOB_ID__ can be used to create temporary files and folders. In this example it creates a file named _<JOB_ID>_.txt and writes the job name into it. \ No newline at end of file diff --git a/README.md b/README.md index 22c72cfbbb801cdd48a73813516eff4a4be46242..24c88c75fbce124fb9f3184b963b1c28717531d7 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ A single core job is a job with only a single thread. This type of job is used w A simple example could be a data parser that reads a file and transforms it into a more suitable format. -Learn more about the [example](https://gitlab.liu.se/rasri17/lundgren-examples/-/blob/main/1_single_core_job/README.md). +Learn more about the [example](https://gitlab.liu.se/rasri17/lundgren-examples/-/tree/main/1_single_core_job).