Skip to content

Commit 7902a1b

Browse files
committed
Add admonition for testing scripts
1 parent 0a4ddae commit 7902a1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_uw-research-computing/htcondor-job-submission.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ We are going to run the traditional 'hello world' program with a CHTC twist. In
7979

8080
The terminal will pause for 3 minutes, as specified by `sleep 180` in our script. Cancel the pause time by pressing `CTRL + C`. Now we've successfully run the script locally!
8181

82-
However, to run it on CHTC, we will use our HTCondor submit file to run the `hello-world.sh` executable and to automatically pass different arguments to our script.
82+
However, to run it on CHTC, we will use our HTCondor submit file to run the `hello-world.sh` executable and to automatically pass different arguments to our script.
83+
84+
> ### ⚠️ Do not test your full workload directly on the Access Points!
85+
{:.tip-header}
86+
87+
> Simple scripts, such as this example, which use few compute resources, are safe to test, but **any script or executable that requires computing power or excessive memory should be tested inside of a job.**
88+
{:.tip}
8389

8490
3. Prepare your HTCondor submit file, which you will use to tell HTCondor what job to run and how to run it.
8591
Copy the text below, and paste it into file called `hello-world.sub`.

0 commit comments

Comments
 (0)