Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • dweitzel2/hcc-docs
  • OMCCLUNG2/hcc-docs
  • salmandjing/hcc-docs
  • hcc/hcc-docs
4 results
Select Git revision
  • 26-add-screenshots-for-newer-rdp-v10-client
  • 28-overview-page-for-connecting-2
  • AddExamples
  • OMCCLUNG2-master-patch-74599
  • RDPv10
  • globus-auto-backups
  • gpu_update
  • master
  • mtanash2-master-patch-75717
  • mtanash2-master-patch-83333
  • mtanash2-master-patch-87890
  • mtanash2-master-patch-96320
  • patch-1
  • patch-2
  • patch-3
  • runTime
  • submitting-jobs-overview
  • tharvill1-master-patch-26973
18 results
Show changes
Showing
with 277 additions and 106 deletions
---
title: "2013"
summary: "Historical listing of various HCC events for the year 2013."
---
Historical listing of HCC Events
----------
{{ children('Events/2013') }}
+++ ---
title = "HCC OSG Workshop, June 2013" title: HCC OSG Workshop, June 2013
description = "HCC OSG Workstop, June 2013." summary: "HCC OSG Workstop, June 2013."
+++ ---
Location: Unity Room/212 in the Jackie Gaughan Multicultural Center Location: Unity Room/212 in the Jackie Gaughan Multicultural Center
...@@ -42,6 +42,6 @@ Password for demo account is 'OSG@HCC2013'. ...@@ -42,6 +42,6 @@ Password for demo account is 'OSG@HCC2013'.
Materials borrowed Materials borrowed
from <a href=" https://support.opensciencegrid.org/support/home" class="external-link">OSG</a>. from [OSG](https://support.opensciencegrid.org/support/home)
+++ ---
title = "Supercomputing Mini Workshop 2013" title: Supercomputing Mini Workshop 2013
description = "Supercomputing Mini Workshop 2013." summary: "Supercomputing Mini Workshop 2013."
+++ ---
Supercomputing Mini Workshop - February 27, 2013 Supercomputing Mini Workshop - February 27, 2013
================================================ ================================================
{{% notice info %}}The materials found on this page were applicable at the time of the event. When referencing these, !!! noteThe materials found on this page were applicable at the time of the event. When referencing these,
please check current documentation to ensure the resources are still available.A list of currently available resources can be found on the please check current documentation to ensure the resources are still available.A list of currently available resources can be found on the
[Submitting Jobs page](https://hcc.unl.edu/docs/#resource-capabilities){{% /notice %}} [Submitting Jobs page](https://hcc.unl.edu/docs/#resource-capabilities)
In this hour-long mini workshop, you will obtain hands-on experience In this hour-long mini workshop, you will obtain hands-on experience
performing a simple calculation (summing from 1 to 16) with a performing a simple calculation (summing from 1 to 16) with a
...@@ -22,10 +22,10 @@ state-of-the-art supercomputing resources.  ...@@ -22,10 +22,10 @@ state-of-the-art supercomputing resources. 
**Logging In** **Logging In**
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
ssh tusker.unl.edu -l demoXXXX ssh crane.unl.edu -l demoXXXX
``` ```
**<a href="http://cygwin.com/install.html" class="external-link">Cygwin Link</a>** **[Cypwin Link](http://cygwin.com/install.html)**
Preparation Preparation
----------- -----------
...@@ -34,9 +34,8 @@ Preparation ...@@ -34,9 +34,8 @@ Preparation
Copy the two folders to the clipboard Copy the two folders to the clipboard
1. <span 1. `/getting\_started/hcc\_tusker/serial\_f90<`
style="font-size: 10.0pt;line-height: 13.0pt;">/getting\_started/hcc\_tusker/serial\_f90</span> 2. `/getting\_started/hcc\_tusker/parallel\_f90`
2. /getting\_started/hcc\_tusker/parallel\_f90
On your local computer: On your local computer:
...@@ -45,12 +44,12 @@ $ cd ~ ...@@ -45,12 +44,12 @@ $ cd ~
$ mkdir demo_code $ mkdir demo_code
``` ```
Next, search in your computer for the folder demo\_code, and paste the Next, search in your computer for the folder `demo\_code`, and paste the
two folders, serial\_f90 and parallel\_f90, in this folder two folders, `serial\_f90` and `parallel\_f90`, in this folder
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ ls $ ls
$ scp -r ./demo_code <username>@tusker.unl.edu:/work/demo/<username> $ scp -r ./demo_code <username>@crane.unl.edu:/work/demo/<username>
<enter password> <enter password>
``` ```
...@@ -58,15 +57,13 @@ Serial Job ...@@ -58,15 +57,13 @@ Serial Job
---------- ----------
First, you need to login to the cluster First, you need to login to the cluster
<a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=Tusker+Cluster&amp;linkCreation=true&amp;fromPageId=1246451" class="createlink">Tusker</a>:
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ ssh <username>@tusker.unl.edu $ ssh <username>@crane.unl.edu
<enter password> <enter password>
``` ```
<span style="font-size: 10.0pt;line-height: 13.0pt;">Next, you will move Next, you will move to the working filesystem:
to the working filesystem:</span>
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ cd /work/demo/<username> $ cd /work/demo/<username>
...@@ -97,10 +94,8 @@ schedule your job to run on a node in the cluster. ...@@ -97,10 +94,8 @@ schedule your job to run on a node in the cluster.
$ qsub submit_tusker.serial $ qsub submit_tusker.serial
``` ```
<span style="font-size: 10.0pt;line-height: 13.0pt;"> </span><span You can watch the status
style="font-size: 10.0pt;line-height: 13.0pt;">You can watch the status
of the job using showq of the job using showq
(<a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=Job+Control&amp;linkCreation=true&amp;fromPageId=1246451" class="createlink">reference</a>): </span>
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ showq -u username $ showq -u username
...@@ -117,17 +112,14 @@ Parallel Job  ...@@ -117,17 +112,14 @@ Parallel Job 
------------- -------------
Again, logged into the cluster as in the Serial job, change to the Again, logged into the cluster as in the Serial job, change to the
working directory:<span working directory:
style="font-size: 10.0pt;line-height: 13.0pt;"> </span>
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ cd /work/demo/<username>/demo_code/parallel_f90 $ cd /work/demo/<username>/demo_code/parallel_f90
$ ls $ ls
``` ```
<span style="font-size: 10.0pt;line-height: 13.0pt;">Then load both the Then load both the compiler and the MPI (Message Passing Interface) for parallel applications.
compiler and the MPI (Message Passing Interface) for parallel
applications.</span>
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ module load compiler/intel/12 $ module load compiler/intel/12
...@@ -141,14 +133,14 @@ code.  It uses MPI for communication between the parallel processes. ...@@ -141,14 +133,14 @@ code.  It uses MPI for communication between the parallel processes.
$ mpif90 fortran_mpi.f90 -o fortran_mpi.x $ mpif90 fortran_mpi.f90 -o fortran_mpi.x
``` ```
Next, we will submit the MPI application to the Tusker cluster scheduler Next, we will submit the MPI application to the cluster scheduler
using the file `submit_tusker.mpi`. using the file `submit_tusker.mpi`.
``` syntaxhighlighter-pre ``` syntaxhighlighter-pre
$ qsub submit_tusker.mpi $ qsub submit_tusker.mpi
``` ```
The Tusker cluster scheduler will pick machines (possibly several, The cluster scheduler will pick machines (possibly several,
depending on availability) to run the parallel MPI application. You can depending on availability) to run the parallel MPI application. You can
check the status of the job the same way you did with the Serial job: check the status of the job the same way you did with the Serial job:
...@@ -172,13 +164,7 @@ Useful Commands ...@@ -172,13 +164,7 @@ Useful Commands
| $ cd &lt;directory&gt; | Change Directory - Change the working directory to another. | | $ cd &lt;directory&gt; | Change Directory - Change the working directory to another. |
| $ cd .. | Change Directory to the one above the current. | | $ cd .. | Change Directory to the one above the current. |
| $ cat &lt;filename&gt; | Print the contents of a file | | $ cat &lt;filename&gt; | Print the contents of a file |
| $ showq -u &lt;username&gt; | Show the status of jobs for user &lt;username&gt;. (<a href="/pages/createpage.action?spaceKey=HCCDOC&amp;title=Job+Control&amp;linkCreation=true&amp;fromPageId=1246451" class="createlink">reference</a>) | | $ showq -u &lt;username&gt; | Show the status of jobs for user &lt;username&gt;. |
| $ qdel &lt;jobid&gt; | Remove the job &lt;jobid&gt; from the queue. Stop job if it is running. | | $ qdel &lt;jobid&gt; | Remove the job &lt;jobid&gt; from the queue. Stop job if it is running. |
Attachments:
------------
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
[hcc\_tusker.zip](attachments/1246451/1179891.zip) (application/zip)
---
title: August 2014 UNO Workshop
summary: "August 2014 UNO Workshop."
---
When: August 29, 2014
Where: UNO Criss Library room 232
Please bring a laptop.
Download Slides: [ppt](https://unl.box.com/s/dv1jggrvi2rc2kwp9ifh2uzu0p2f0jng)
[PDF](https://unl.box.com/s/263nyvn7806jl3vtj2t4t6b2n2udsxte)
---
title: "2014"
summary: "Historical listing of various HCC events for the year 2014."
---
Historical listing of HCC Events
----------
{{ children('Events/2014') }}
---
title: July 2014 Bioinformatics Workshop
summary: "July 2014 Bioinformatics Workshop"
---
Monday - Wednesday, July 28 -30 (lunch will be provided)
[Download Workshop Schedule](https://unl.box.com/s/bbh2kwv676un6h82ase0ou375o3ng8c0)
[Download Galaxy101 PowerPoint](https://unl.box.com/s/k2br40kpt36qskhgjgeunystho9mhhsv)
+++ ---
title = "HCC Bioinformatics Workshop, June 2013" title: HCC Bioinformatics Workshop, June 2013
description = "HCC Bioinformatics Workshop, June 2013." summary: "HCC Bioinformatics Workshop, June 2013."
+++ ---
Quick
link: <a href="http://go.unl.edu/hccbioinfo2014" class="external-link">http://go.unl.edu/hccbioinfo2014</a>
Thursday, June 26 \| 10am-4pm (lunch will be provided) Thursday, June 26 \| 10am-4pm (lunch will be provided)
...@@ -25,30 +22,17 @@ Filley Hall, Room 302 ...@@ -25,30 +22,17 @@ Filley Hall, Room 302
[Click to download PDF of [Click to download ppt of
presentation.](attachments/8192150/8126518.pdf) presentation.](https://uofnelincoln.sharepoint.com/:p:/s/UNL-HollandComputingCenter/EQ8ETtcUhFtAsyk9XT40QQ0BAWTj1m-WAnN2F4r9H_bzRQ?e=8wyeDr)
[Click to download BLAST presentation](attachments/8192150/8126522.pdf) [Click to download PDF of
presentation.](https://uofnelincoln.sharepoint.com/:b:/s/UNL-HollandComputingCenter/EfMi5y35e7tDtRiWMM_vQWABRyoub4njO7AnE0qupD8k6Q?e=fNu2Gs)
[Click to download BLAST presentation](https://uofnelincoln.sharepoint.com/:b:/s/UNL-HollandComputingCenter/EYV5vp-DdLtKjLMqjTpwjxIBtfRe2QAvpiJU-LzPhnriLw?e=LPzhST)
[Click to download example query [Click to download example query
file](attachments/8192150/8126516.query) file](https://uofnelincoln.sharepoint.com/:u:/s/UNL-HollandComputingCenter/EeazfOASF8VFsmjappZeqv8BBpxP0GuSdCVB51jBEbkZrw?e=4C8aL5)
Attachments:
------------
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
[mouse.query](attachments/8192150/8126516.query)
(application/octet-stream)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
[HCC\_workshop.pdf](attachments/8192150/8126518.pdf) (application/pdf)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
[HCC\_workshop.ppt](attachments/8192150/8126521.ppt)
(application/vnd.ms-powerpoint)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
[BLAST.pdf](attachments/8192150/8126522.pdf) (application/pdf)
---
title: October 2014 HCC Workshop - CoE
summary: "October 2014 HCC Workshop - CoE."
---
When: October 10th, 2014 3:00 - 5:00
Where: Scott Engineering Center (SEC) room 357
Materials:
[slides (ppt)](https://unl.box.com/s/4iuarsoa6rxvf8rjgb8j47oqlb0bi8yf)
[PDF](https://unl.box.com/s/yhcp8104eqph3vl1x51g0frcf9zw9mjj)
---
title: September 2014 HCC Workshos - EAS
summary: "September 2014 HCC Workshos - EAS."
---
When: September 23rd and 30th, 2014 11:00-12:15
Where: 105 Bessey Hall
[slides(ppt)](https://unl.box.com/s/d15iycb8gq6ia5i6dv58eir5auvdrnol),
[slides(pdf)](https://unl.box.com/s/bwlwnsps4h94mn2qdp55xxcvug7gaqp9),
[matlab\_demo.zip](https://unl.box.com/s/k0abuuqb4cn6yarnnp8u2thfmo88tb2i),
[matlab\_demo.tar.gz](https://unl.box.com/s/4v6gfigim7h6pd1qe8p6x6038h6vodbn),
---
title: HCC Fall Kickstart 2015
summary: "HCC Fall Kickstart 2015."
---
When: September 8-9, 2015
Where: UNL City Campus Nebraska Union - Colonial Room
------------------------------------------------------------------------
Materials
---------
Software Carpentry
Lessons: <a href="http://eharstad.github.io/2015-09-08-UNL/" class="external-link">http://eharstad.github.io/2015-09-08-UNL/</a>
[Slides for Day 1](https://unl.box.com/s/3tz0e3tbxzx9wt8s5l65e1w3fm1w4ojx) (Software Carpentry Introduction)
[Slides for Day 2](https://unl.box.com/s/8ckxlt7f9geiphiomjodesx9a2nw664b) (Morning Session)
[Slides for HCC Introduction](https://unl.box.com/s/gr3pylqshrs1jwmzzglgpv5wmmrd57zx) (David):
---
title: "2015"
summary: "Historical listing of various HCC events for the year 2015."
---
Historical listing of HCC Events
----------
{{ children('Events/2015') }}
---
title: HCC Fall Kickstart 2016
summary: "HCC Fall Kickstart 2016."
---
When: September 8-9, 2016
Where: Sept. 8th - UNL City Campus Nebraska Union - Colonial Room A&B
Sept. 9th - Whittier Hall room 152
------------------------------------------------------------------------
Materials
---------
Etherpad: no longer supported
Software Carpentry
Lessons: [https://eharstad.github.io/2016-09-08-UNL/](https://eharstad.github.io/2016-09-08-UNL/)
Slides for Thursday intro:
[Kickstart-UNL-20160908.pdf](https://unl.box.com/s/4jfqrrr17zjz32l4mh30zp187a7xjxb1)
[Kickstart-UNL-20160908.pptx](https://unl.box.com/s/rmgenmdnicffo5kk30o1jhm4p9bqj4v9)
Slides for Friday morning session:
[HCC\_introduction.pdf](https://unl.box.com/s/jjn41uqq39e7i3dijr31ruvyatjvd7vf)
Slides for Friday afternoon session:
[MPI\_overview.pdf](https://unl.box.com/s/q8zpmbs42ua4126yp8av14e5r8xz63v7)
[MPI\_overview.ppt](https://unl.box.com/s/3z5nwu10xd2j89pohbnhaczn813r9iob)
---
title: HCC Spring Workshop UNO 2016
summary: "HCC Spring Workshop UNO 2016."
---
**When**: 12:30 pm - 15:00 pm, March 11, 2016
**Where**: UNO, Criss Library Room 249
**Quick Link**: [http://jingchaozhang.github.io/2016-03-11-UNO/](http://jingchaozhang.github.io/2016-03-11-UNO/)
---
title: "2016"
summary: "Historical listing of various HCC events for the year 2016."
---
Historical listing of HCC Events
----------
{{ children('Events/2016') }}
+++ ---
title = "Instructions for 5/20/16 Allinea Workshop" title: Instructions for 5/20/16 Allinea Workshop
description = "Instructions for 5/20/16 Allinea Workshop." summary: "Instructions for 5/20/16 Allinea Workshop."
+++ ---
<span style="color: rgb(0,0,0);">When: May 20th, 1-2:30PM</span> <span style="color: rgb(0,0,0);">Where: UNL AVH 347 and UNO PKI 250</span> When: May 20th, 1-2:30PM
------------------------------------------------------------
Where: UNL AVH 347 and UNO PKI 250
------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------------------------------------------------------------
### Untar the files for the examples ### Untar the files for the examples
...@@ -12,9 +14,12 @@ The tarball containing the examples is located ...@@ -12,9 +14,12 @@ The tarball containing the examples is located
at` /work/demo/SHARED/TrainingTools.tar.gz `on Crane. To unpack them to at` /work/demo/SHARED/TrainingTools.tar.gz `on Crane. To unpack them to
your /work directory, run the following command: your /work directory, run the following command:
!!! note
The tarball is now located [here](https://unl.box.com/s/erosxez4b6qz6bqsmke952mplvjyx226)
**Unpack the example files to /work** **Unpack the example files to /work**
``` syntaxhighlighter-pre ``` bash
tar -zxvf /work/demo/SHARED/TrainingTools.tar.gz -C $WORK tar -zxvf /work/demo/SHARED/TrainingTools.tar.gz -C $WORK
``` ```
...@@ -34,24 +39,16 @@ these instructions to setup the Allinea client on your laptop. ...@@ -34,24 +39,16 @@ these instructions to setup the Allinea client on your laptop.
First, download and install the remote client software for either First, download and install the remote client software for either
Windows or OS X Windows or OS X
from <a href="https://www.allinea.com/products/forge/download#remote-client" class="external-link">this page</a>. from [this page](https://www.allinea.com/products/forge/download#remote-client).
Alternatively, download the software directory for your OS:
<a href="http://content.allinea.com/downloads/allinea-forge-client-latest-MacOSX-10.7.5-x86_64.dmg" class="external-link">[OS X direct link]</a>
<a href="http://content.allinea.com/downloads/allinea-forge-client-latest-Windows-6.1-x64.exe" class="external-link">[Windows 64-bit direct link]</a>
<a href="http://content.allinea.com/downloads/allinea-forge-client-latest-Windows-6.1-x86.exe" class="external-link">[Windows 32-bit direct link]</a>
Start the Allinea software, and choose *Configure...* from the *Remote Start the Allinea software, and choose *Configure...* from the *Remote
Launch* dropdown menu. Launch* dropdown menu.
<span <img src="/images/configure.png" width="300" height="78" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515586.png" class="confluence-embedded-image confluence-content-image-border" width="300" height="78" /></span>
Click the *Add* button on the new window. Click the *Add* button on the new window.
<span <img src="/images/add.png" width="400" height="322" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515589.png" class="confluence-embedded-image confluence-content-image-border" width="400" height="322" /></span>
To setup a connection to Crane, fill in the fields as follows: To setup a connection to Crane, fill in the fields as follows:
*Connection Name: *Crane *Connection Name: *Crane
...@@ -60,8 +57,7 @@ To setup a connection to Crane, fill in the fields as follows: ...@@ -60,8 +57,7 @@ To setup a connection to Crane, fill in the fields as follows:
It should appear similar to this: It should appear similar to this:
<span <img src="/images/filledfields.png" width="500" height="306" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515622.png" class="confluence-embedded-image confluence-content-image-border" width="500" height="306" /></span>
Be sure to replace *demo02* with your HCC username. Be sure to replace *demo02* with your HCC username.
...@@ -85,13 +81,11 @@ ln -s $WORK/.allinea $HOME/.allinea ...@@ -85,13 +81,11 @@ ln -s $WORK/.allinea $HOME/.allinea
To test the connection, choose *Crane* from the *Remote Launch* menu. To test the connection, choose *Crane* from the *Remote Launch* menu.
<span <img src="/images/remoteLaunch.png" width="300" height="114" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515602.png" class="confluence-embedded-image confluence-content-image-border" width="300" height="114" /></span>
A* Connect to Remote Host* dialog will appear and prompt for a password. A* Connect to Remote Host* dialog will appear and prompt for a password.
<span <img src="/images/password.png" width="500" height="310" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515603.png" class="confluence-embedded-image confluence-content-image-border" width="500" height="310" /></span>
The login procedure is the same as for PuTTY or any other SSH program. The login procedure is the same as for PuTTY or any other SSH program.
Enter your HCC password followed by the Duo login. Enter your HCC password followed by the Duo login.
...@@ -123,14 +117,12 @@ ddt --connect ...@@ -123,14 +117,12 @@ ddt --connect
On your local machine, a pop-up box should appear prompting you to On your local machine, a pop-up box should appear prompting you to
accept the Reverse Connect request. accept the Reverse Connect request.
<span <img src="/images/reverse.png" width="450" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515613.png" class="confluence-embedded-image confluence-content-image-border" width="450" /></span>
Choose *Accept.* The *Remote Launch *section should change to indicate Choose *Accept.* The *Remote Launch *section should change to indicate
you are connected via tunnel, similar to: you are connected via tunnel, similar to:
<span <img src="/images/tunnel.png" width="250" class="img-border">
class="confluence-embedded-file-wrapper confluence-embedded-manual-size"><img src="assets/images/16515582/16515615.png" class="confluence-embedded-image confluence-thumbnail confluence-content-image-border" width="250" /></span>
Once that happens, Reverse Connect is working successfully and a Once that happens, Reverse Connect is working successfully and a
debugging or profiling session can be started. debugging or profiling session can be started.
...@@ -180,41 +172,4 @@ srun --pty --time=2:00:00 --ntasks=4 --reservation=allinea bash ...@@ -180,41 +172,4 @@ srun --pty --time=2:00:00 --ntasks=4 --reservation=allinea bash
**Please note that the `--reservation=allinea` option will only work **Please note that the `--reservation=allinea` option will only work
during the workshop.** during the workshop.**
Attachments:
------------
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 11.28.32 AM.png](attachments/16515582/16515586.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 11.32.34 AM.png](attachments/16515582/16515591.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 11.32.34 AM.png](attachments/16515582/16515589.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 11.38.13 AM.png](attachments/16515582/16515595.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 12.15.43 PM.png](attachments/16515582/16515602.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 12.17.14 PM.png](attachments/16515582/16515605.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 12.17.14 PM.png](attachments/16515582/16515603.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 12.04.42 PM.png](attachments/16515582/16515643.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 12.05.01 PM.png](attachments/16515582/16515615.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 11.37.09 AM.png](attachments/16515582/16515622.png)
(image/png)
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" /> [Screen
Shot 2016-05-16 at 12.04.42 PM.png](attachments/16515582/16515613.png)
(image/png)
---
title: UNL Numerical Analysis Class, Aug. 5, 2016
summary: "UNL Numerical Analysis Class, Aug. 5, 2016."
---
Time: 08/05/2016 09:15 am
Location: UNL Avery Room 111
[Slides](https://unl.box.com/s/brxko7y1j777hbzehsdgqeiza0ifuz13)
+++ ---
title = "HCC Users Group" title: HCC Users Group
description = "HCC Users Group." summary: "HCC Users Group."
+++ ---
Next Meeting: TBA - Add your email address to the sign in sheet to be notified Next Meeting: TBA - Add your email address to the sign in sheet to be notified
...@@ -12,15 +12,5 @@ March 17th 2017: HCCGo by Derek Weitzel ...@@ -12,15 +12,5 @@ March 17th 2017: HCCGo by Derek Weitzel
### Avery 108 3 to 4 pm ### Avery 108 3 to 4 pm
[Speaker Slides](attachments/17043472/17043471.pdf) [Speaker Slides](https://unl.box.com/s/404y4itj0i5f251d0gzg3sy1ul73sttx)
Attachments:
------------
<img src="assets/images/icons/bullet_blue.gif" width="8" height="8" />
[HCCGo-3-17-17.pdf](attachments/17043472/17043471.pdf)
(application/pdf)