Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Commits
eca2789c
Commit
eca2789c
authored
6 years ago
by
Caughlin Bohn
Committed by
joshcarini
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Seperated Windows 10
parent
36cadbf6
No related branches found
No related tags found
1 merge request
!118
Run time
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/quickstarts/for_windows_users.md
+75
-10
75 additions, 10 deletions
content/quickstarts/for_windows_users.md
with
75 additions
and
10 deletions
content/quickstarts/for_windows_users.md
+
75
−
10
View file @
eca2789c
...
...
@@ -8,8 +8,45 @@ weight = "20"
##### Please see [Setting up and Using Duo]({{< relref "setting_up_and_using_duo" >}}).
---
###### [[Jump to the Tutorial Video]](#tutorial-video)
-
[Access to HCC Supercomputers] (#access-to-hcc-supercomputers)
-
[
For Windows 10 Users
](
#windows-10
)
-
[
For Windows 7 and 8.1 Users
](
#windows-7-and-8-1
)
-
[File Transferring with HCC Supercomputers] (#file-transfering)
-
[SCP - Command Line] (#scp)
-
[WinSCP - GUI] (#winscp)
-
[
Tutorial Video
](
#tutorial-video
)
Access to HCC Supercomputers
-------------------------------
{{% notice info %}}
If you are on a Mac, please use the quickstart for
[
For Mac/Linux
Users
](
{{
<
relref
"
for_maclinux_users
"
>
}}).
{{% /notice %}}
### Windows 10
--------------
For Windows 10 users, use the Command Prompt, accessed by entering
`cmd`
in the start menu, to access to the
HCC supercomputers. In the Command Prompt,
type
`ssh <username>@tusker.unl.edu`
and the corresponding password
to get access to the HCC cluster
**Tusker**
. Note that
<
username
>
should be replaced by your HCC account username. If you do not have a
HCC account, please contact a HCC specialist
({{
<
icon
name=
"envelope"
>
}}[hcc-support@unl.edu] (mailto:hcc-support@unl.edu))
or go to http://hcc.unl.edu/newusers.
To use the
**Crane**
cluster, replace tusker.unl.edu with with crane.unl.edu.
{{
<
highlight
bash
>
}}
C:
\>
ssh
<username>
@tusker.unl.edu
C:
\>
<password>
{{
<
/
highlight
>
}}
### Windows 7 and 8.1
--------------
This quick start will help you configure your personal computer to work
with the HCC supercomputers. Here we use the two third party application
**PuTTY**
and
**WinSCP**
for demonstration.
...
...
@@ -17,15 +54,6 @@ with the HCC supercomputers. Here we use the two third party application
PuTTY: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
or
[
Direct Link
](
https://the.earth.li/~sgtatham/putty/latest/w32/putty.exe
)
WinSCP: http://winscp.net/eng/download.php
{{% notice info %}}
If you are on a Mac, please use the quickstart for
[
For Mac/Linux
Users
](
{{
<
relref
"
for_maclinux_users
"
>
}}).
{{% /notice %}}
Access to HCC Supercomputers
-------------------------------
Here we use the HCC cluster
**Tusker**
for demonstration. To use the
**Crane**
or cluster, replace
`tusker.unl.edu`
with
`crane.unl.edu`
.
...
...
@@ -82,6 +110,43 @@ Here we use the HCC cluster **Tusker** for demonstration. To use the
File Transferring with HCC Supercomputers
-----------------------------------------
{{% notice info%}}
For best results when transfering data to and from the clusters, refer to
[
Handling Data
](
{{
<
ref
"/
guides
/
handling_data
"
>
}})
{{%/notice%}}
### SCP
For Windows users, file transferring between your personal computer
and the HCC supercomputers can be achieved through the commend
`scp`
.
Here we use
**Tusker**
for example.
**
The following commands should be
executed from your computer.
**
**Uploading from local to remote**
{{
<
highlight
bash
>
}}
C:
\>
scp -r .
\<
folder name>
<username>@tusker.unl.edu:/work/<group name>/<username>
{{
<
/
highlight
>
}}
The above commend line transfers a folder from the current directory
(
`.\`) of the your computer to the `
$WORK
` directory of the HCC
supercomputer, Tusker. Note that you need to replace `
<group
name
>
`
and `
<username>
`
with your HCC group name and username.
**Downloading from remote to local**
{{
<
highlight
bash
>
}}
C:
\>
scp -r
<username>@tusker.unl.edu:/work/<group name>/<username>/<folder name>
.
\
{{
<
/
highlight
>
}}
The above commend line transfers a folder from the
`$WORK`
directory of
the HCC supercomputer, Tusker, to the current directory (
`.\`) of the
your computer.
### WinSCP
WinSCP: http://winscp.net/eng/download.php
Usually it is convenient to upload and download files between your personal computer
and the HCC supercomputers through a Graphic User Interface (GUI).
Download and install the third party application **WinSCP**
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment