User Tools

Site Tools


how_do_i

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
how_do_i [2022/02/14 20:45] deadlinehow_do_i [2024/03/11 00:02] (current) – [Request Library or Application] deadline
Line 3: Line 3:
 This page include answers to many of the commonly asked questions about the cluster. Please send any questions you may have to ''deadline@basement-supercomputing.com'' For a faster response use DSL in the subject line.  This page include answers to many of the commonly asked questions about the cluster. Please send any questions you may have to ''deadline@basement-supercomputing.com'' For a faster response use DSL in the subject line. 
  
 +==== Request Library or Application ====
 +
 +As a valid user with a login account, you may request libraries (i.e. Python libraries) or an application to be installed on the DSL cluster. Keep in mind not all libraries/applications can be installed due to compatibility issues. 
 +
 +
 +<form>
 +Action mail deadline@eadline.org,sjagannathan@saintpeters.edu
 +Thanks "Thanks for your submission."
 +
 +Fieldset "Need Help with Library or Applications?"
 +Textbox  "Name (first/ last)" "=Your Name"
 +Textbox "Your Login"  "=Login"
 +email "Your E-Mail Address" "=Email Address"
 +
 +textarea "Ask General Questions or Request Library/Application do you need?"
 +static "**Please do not submit bugs or operational issues here**"
 +submit "Submit Query"
 +</form>
 ==== Transfer Files To/From the Cluster ==== ==== Transfer Files To/From the Cluster ====
 (14-Feb-2022) (14-Feb-2022)
Line 12: Line 30:
 ===Transfer From a Cloud Account=== ===Transfer From a Cloud Account===
  
-A personal cloud account(e.g. Google drive or Microsoft OneDrive) can be accessed from your cluster account using the ''rclone'' command. This command will allow transfer to and from the cloud into your local cluster account. The configuration and use is done in text mode using a terminal window from any the DSL lab +A personal cloud account(e.g. Google drive or Microsoft OneDrive) can be accessed from your cluster account using the ''rclone'' command. This command will allow transfer to and from the cloud into your local cluster account. The configuration and use is done in text mode using a terminal window from any the DSL Lab workstations.
-workstation.+
  
 See the [[Using rclone|Using rclone]] page for more information. See the [[Using rclone|Using rclone]] page for more information.
Line 19: Line 36:
 ===Transfer From Your PC or Laptop==== ===Transfer From Your PC or Laptop====
  
-The easiest way to transfer files is ''scp'' (secure copy) command. If you are using Windows, see this article on ''pscp'' from the Putty package [[https://it.cornell.edu/managed-servers/transfer-files-using-putty]]+The easiest way to transfer files is ''scp'' (secure copy) command. If you are using Windows, you will need an "ssh/scp client." Either of these "ssh clients" will work. They are both freely available at no cost. (MobaXterm is recommended) 
 + 
 +    * [[http://www.putty.org|Putty]] (provides terminal for ssh session)\\ 
 +    * [[http://mobaxterm.mobatek.net|MobaXterm]] (provides terminal for ssh sessions and allows remote X Windows session) 
 +    * Windows PowerShell 
 + 
 +These tools will allow you to transfer data files using the ``scp`` command. 
  
 NOTE: You will need to be inside the Saint Peters network to use ''scp'' (outside access requires logging into the campus VPN) NOTE: You will need to be inside the Saint Peters network to use ''scp'' (outside access requires logging into the campus VPN)
  
-Mac and Linux systems have ''scp'' already installed. The way it works is as follows. If you have an account on the cluster, you will have a directory called ''/home/YOUR_USER_NAME'', where YOUR_USER_NAME is your login name. To transfer files **from your local system** (laptop) to the cluster use the following command (from a terminal window)+Mac and Linux systems have ''scp'' already installed.  
 + 
 +If you have an account on the cluster, you will have a directory called ''/home/YOUR_USER_NAME'', where YOUR_USER_NAME is your login name. To transfer files **from your local system** (laptop) to the cluster use the following command (from putty, PowerShell or MobaXterm  terminal window) The ``172.17.105.10`` is the local IP address of the cluster.  
 <code> <code>
-scp LOCAL_FILE_NAME YOUR_USER_NAME@172.17.105.10:/home/YOUR_USER_NAME+scp LOCAL_FILE_NAME   YOUR_USER_NAME@172.17.105.10:/home/YOUR_USER_NAME
 </code> </code>
  
 You will be **asked for your password** (because it is a secure encrypted copy) Note: The Windows based Putty package uses the ''pscp'' command that works that same as ''scp''. You will be **asked for your password** (because it is a secure encrypted copy) Note: The Windows based Putty package uses the ''pscp'' command that works that same as ''scp''.
  
-Transferring files **from the cluster** to your local system works the same way, only the source and destination are swapped. Again your password is required. +Transferring files **from the cluster** to your local system works the same way, only the source and destination are swapped. Again your password is required. 
 + 
 <code> <code>
 scp  YOUR_USER_NAME@172.17.105.10:/home/YOUR_USER_NAME/LOCAL_FILE_NAME LOCAL_FILE_NAME scp  YOUR_USER_NAME@172.17.105.10:/home/YOUR_USER_NAME/LOCAL_FILE_NAME LOCAL_FILE_NAME
Line 36: Line 63:
  
 ==== Using Python ==== ==== Using Python ====
-09-Feb-2022+03-Mar-2022
  
 There are two versions of Python installed on the cluster.  There are two versions of Python installed on the cluster. 
Line 76: Line 103:
 </code> </code>
 Contact the system administrator for options. Contact the system administrator for options.
 +
 +=== Run Anaconda Navigator on Your Laptop ===
 +
 +You will need to be on the campus wireless network for this procedure to work. General internet access is not available. The following procedure is run from the command line.
 +
 +1. Log into your account using on the cluster using [[http://mobaxterm.mobatek.net|MobaXterm]] (see above) 
 +
 +  $ ssh dsl.saintpeters.edu
 +
 +2. Once logged in, run the following:
 +
 +  $ jupyter-notebook --generate-config
 +
 +3. Edit the config file (use ''vi'' or ''nano''):
 +
 +  $ nano .jupyter/jupyter_notebook_config.py
 +
 +4. Change this line:
 +
 +   #c.NotebookApp.ip = 'localhost'
 +
 +5. To the following (note remove "#") save and exit:
 +
 +   c.NotebookApp.ip = '127.0.0.1'
 +
 +6. Now run from MobaXterm command line:
 +
 +  $ anaconda-navigator
 +
  
 === Python Libraries === === Python Libraries ===
Line 130: Line 186:
 {{ :wiki:zeppelin-1-dsl.png?600 |}} {{ :wiki:zeppelin-1-dsl.png?600 |}}
  
-If you have a functional account, you can login (upper right corner) and explore the Zeppelin Notebook. Once you are logged in, your browser should look like the image below. Click on the //Basic Tests (Python, PySpark, sh, and Hive)// notebook, clone a copy and you can try the features+If you have a functional account, you can login (upper right corner) and explore the Zeppelin Notebook. Once you are logged in, your browser should look similar to the image below (the listed notebooks will be different). 
  
 +Click on the **//Basic Tests (Python, PySpark, sh, and Hive)//** notebook, clone a copy of the notebook so that you can change it and you can try the paragraphs that illustrate the Zeppelin features. 
 + 
 {{ :wiki:zeppelin-2-dsl.png?600 |}} {{ :wiki:zeppelin-2-dsl.png?600 |}}
  
Line 171: Line 229:
 ==== Use TensorFlow ==== ==== Use TensorFlow ====
  
-TBC+Tensorflow is available as part of Anaconda Python. The easiest (and recommended) way to use Tensorflow with Python through the high level [[https://keras.io/guides/|Keras]] library.  
 + 
 +It is also possible to use [[https://pythonprogramming.net/tensorflow-introduction-machine-learning-tutorial/|low level Tensorflow]] directly. 
 + 
 +**Note:** Python Keras and Tensorflow can be used on any workstation, Only three workstations have GPUs (limulus7-tf, limulus8-tf, limulus9-tf), however both Keras and Tensorflow will run without using a GPU (applications will run slower).
how_do_i.1644871532.txt.gz · Last modified: 2022/02/14 20:45 by deadline

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki