From b6169fb77c72ea42607d0b94734f8c507e86a60a Mon Sep 17 00:00:00 2001 From: Natasha Pavlovikj <npavlovikj2@unl.edu> Date: Fri, 20 Dec 2024 15:26:56 -0600 Subject: [PATCH] Make it bold --- content/submitting_jobs/creating_an_interactive_job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/submitting_jobs/creating_an_interactive_job.md b/content/submitting_jobs/creating_an_interactive_job.md index b5449dda..76612994 100644 --- a/content/submitting_jobs/creating_an_interactive_job.md +++ b/content/submitting_jobs/creating_an_interactive_job.md @@ -14,7 +14,7 @@ Submitting an interactive job is done with the command `srun`. $ srun --pty $SHELL {{< /highlight >}} -This command will allocate the default resources of 1GB of RAM, 1 hour of running time, and a single CPU core. Oftentimes, these resources are not enough. If the job is terminated, there is a high chance that the reason is exceeded resources, so please make sure you set the memory and time requirements appropriately. +This command will allocate the **default resources of 1GB of RAM, 1 hour of running time, and a single CPU core**. Oftentimes, these resources are not enough. If the job is terminated, there is a high chance that the reason is exceeded resources, so please make sure you set the memory and time requirements appropriately. Submitting an interactive job to allocate 4 CPU cores per node for 3 hours with RAM memory of 1GB per core on the general `batch` partition: {{< highlight bash >}} -- GitLab