diff --git a/Savio_Demo_Code_First_Half.sh b/Savio_Demo_Code_First_Half.sh new file mode 100644 index 0000000..d4c9b76 --- /dev/null +++ b/Savio_Demo_Code_First_Half.sh @@ -0,0 +1,36 @@ +# Logging in +ssh kmishra9@hpc.brc.berkeley.edu + +# Password = PIN + OTP + +# SCP to Savio, while on your local machine +scp bayArea.csv kmishra9@dtn.brc.berkeley.edu:~/ +scp bayArea.csv kmishra9@dtn.brc.berkeley.edu:~/SavioDemo/newName.csv +scp bayArea.csv kmishra9@dtn.brc.berkeley.edu:/global/scratch/kmishra9/bayArea.csv + +# from Savio, while on your local machine +scp kmishra9@dtn.brc.berkeley.edu:~/SavioDemo/newName.csv ~/"F18 Savio Demo"/bayArea.csv + +# Box lftp Demo +ssh kmishra9@dtn.brc.berkeley.edu +lftp ftp.box.com +set ssl-allow true +user kmishra9@berkeley.edu + +# NOT the same as your CalNet password or Savio Login Password -- you need to set this up seperately from within your Box Account Settings! + +lpwd # on Savio +ls # on box +!ls # on Savio +cd ~/ # on box +lcd ~/ # on savio +put parallel-multi.R # Savio to box +get bayAreaBox.csv # Box to Savio + +# to download a directory from Box to Savio +cd ~/ # on box +mirror SavioDemoBox ~/ + +# Software Modules +module list # what's loaded? +module avail # what's available diff --git a/intro.html b/intro.html index d531127..152da59 100644 --- a/intro.html +++ b/intro.html @@ -54,7 +54,7 @@

Kunal Mishra and Chris Paciorek

Introduction

We'll do this mostly as a demonstration. We encourage you to login to your account and try out the various examples yourself as we go through them.

Much of this material is based on the extensive Savio documention we have prepared and continue to prepare, available at http://research-it.berkeley.edu/services/high-performance-computing.

-

The materials for this tutorial are available using git at the short URL http://bit.do/F18Savio, the GitHub URL https://github.com/ucberkeley/savio-training-intro-2018, or simply as a zip file.

+

The materials for this tutorial are available using git at the short URL bit.do/F18Savio, the GitHub URL https://github.com/ucberkeley/savio-training-intro-2018, or simply as a zip file.

Outline

This training session will cover the following topics: