You must be on a campus network (either TAMU or TAMHSC)
See following link for details as well as general instructions for using ViDaL
How to access
Go to webpage: go.vidal.tamu.edu
Click Access ViDaL VMs ( or click icon): See link above for details on what node to log into
Linux setup (only needs to be setup once for the first login to each Windows node)
Creating a shortcut to your project folder
ln -s /gpfs/des linkname
EXAMPLE: ln -s /gpfs/proj1/pinfo_hck pinfo_hck
This will setup a symbolic link (short cut) to go straight to where you want to work.
/gpfs/des : where des is where you want to go. E.g., /gpfs/proj1/pinfo_hck
Linkname: name of the link you want to use. Often same as des (e.g. pinfo_hck)
Root Folder: \\gpfs (You should see subfolders like home, proj1, proj2, proj3)
IMPORTANT: You MUST use the project folder to store any data from the project. This is so that we can track all data including derived data that must be monitored. We recommend you create a personal folder INSIDE the your project folder for all your work
E.g. /gpfs/proj2/waiver_hck/uc_hck
In the ViDal GPU node, Python 2 and Python 3 are installed in the system
To use pip, you will have to create an virtual environment:
virtualenv -p python3 $HOME/venv/pytorch
source $HOME/venv/pytorch/bin/activate
pip install torch torchvision
pip list
If you would like to share the virtualenv with your group members:
change $HOME/venv to /gpfs/proj1/nil_ysc/venv
Python3 and venv should already be installed on the Linux node.
Open the terminal in your folder.
create and activate a Python environment:
python3 -m venv [your env name]
Source [your env name]/bin/activate
Install all the packages you need with pip. (ex: pip install pandas)
Install jupyter notebook:
Pip install jupyter notebook
Run jupyter notebook to start coding:
Jupyter notebook
Setting up environment for R
Which folders to use for your files and backup
Uploading & Downloading Files on ViDaL