Skip to content
Snippets Groups Projects

Updating things to be Swan and not Crane

Merged Caughlin Bohn requested to merge SwanCraneSwap into master
113 files
+ 218
362
Compare changes
  • Side-by-side
  • Inline
Files
113
@@ -6,21 +6,21 @@ weight=30
@@ -6,21 +6,21 @@ weight=30
This page describes a complete example of submitting an HTCondor job.
This page describes a complete example of submitting an HTCondor job.
1. SSH to Crane
1. SSH to Swan
{{% panel theme="info" header="ssh command" %}}
{{% panel theme="info" header="ssh command" %}}
[apple@localhost]ssh apple@crane.unl.edu
[apple@localhost]ssh apple@swan.unl.edu
{{% /panel %}}
{{% /panel %}}
{{% panel theme="info" header="output" %}}
{{% panel theme="info" header="output" %}}
[apple@login.crane~]$
[apple@login.swan~]$
{{% /panel %}}
{{% /panel %}}
2. Write a simple python program in a file "hello.py" that we wish to
2. Write a simple python program in a file "hello.py" that we wish to
run using HTCondor
run using HTCondor
{{% panel theme="info" header="edit a python code named 'hello.py'" %}}
{{% panel theme="info" header="edit a python code named 'hello.py'" %}}
[apple@login.crane ~]$ vim hello.py
[apple@login.swan ~]$ vim hello.py
{{% /panel %}}
{{% /panel %}}
Then in the edit window, please input the code below:
Then in the edit window, please input the code below:
@@ -64,13 +64,13 @@ This page describes a complete example of submitting an HTCondor job.
@@ -64,13 +64,13 @@ This page describes a complete example of submitting an HTCondor job.
above )
above )
{{% panel theme="info" header="create output directory" %}}
{{% panel theme="info" header="create output directory" %}}
[apple@login.crane ~]$ mkdir OUTPUT
[apple@login.swan ~]$ mkdir OUTPUT
{{% /panel %}}
{{% /panel %}}
5. Submit your job
5. Submit your job
{{% panel theme="info" header="condor_submit" %}}
{{% panel theme="info" header="condor_submit" %}}
[apple@login.crane ~]$ condor_submit hello.submit
[apple@login.swan ~]$ condor_submit hello.submit
{{% /panel %}}
{{% /panel %}}
{{% panel theme="info" header="Output of submit" %}}
{{% panel theme="info" header="Output of submit" %}}
@@ -83,11 +83,11 @@ This page describes a complete example of submitting an HTCondor job.
@@ -83,11 +83,11 @@ This page describes a complete example of submitting an HTCondor job.
6. Check status of `condor_q`
6. Check status of `condor_q`
{{% panel theme="info" header="condor_q" %}}
{{% panel theme="info" header="condor_q" %}}
[apple@login.crane ~]$ condor_q
[apple@login.swan ~]$ condor_q
{{% /panel %}}
{{% /panel %}}
{{% panel theme="info" header="Output of `condor_q`" %}}
{{% panel theme="info" header="Output of `condor_q`" %}}
-- Schedd: login.crane.hcc.unl.edu : <129.93.227.113:9619?...
-- Schedd: login.swan.hcc.unl.edu : <129.93.227.113:9619?...
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
720587.0 logan 12/15 10:48 33+14:41:17 H 0 0.0 continuous.cron 20
720587.0 logan 12/15 10:48 33+14:41:17 H 0 0.0 continuous.cron 20
720588.0 logan 12/15 10:48 200+02:40:08 H 0 0.0 checkprogress.cron
720588.0 logan 12/15 10:48 200+02:40:08 H 0 0.0 checkprogress.cron
Loading