Page 1 of 1. Showing 9 results (0.872 seconds)
How to access google drive from Mox
Step-by-step guide to using "drive" (a google drive push/pull client written in "go" and preinstalled in /sw/crontrib/go on Hyak/Mox. Note: Needs a build node for internet access Step 1: (one time) Set up your User environment to add the /sw/contrib/go area to your $PATH variable: start an interactive sessionHyak hadoop
In below instructions, replace XYZ with your group name and replace abc with your userid. Install Java Install Java to /gscratch/XYZ/abc/java Get Hadoop mkdir /gscratch/XYZ/abc/hadoop cp /sw/contrib/hadoop/hadoop-1.2.1.tar.gz /gscratch/XYZ/abc/hadoop cd /gscratch/XYZ/abc/hadoop tar -xvf hadoop-1.2.1.tar.gz cd /Hyak_modules
Hyak is a shared supercomputer. Different users may use different versions of some software. For example, there are many different versions of R available on hyak. Hence, hyak has the module command which allows you to use a specific version of some software. Below command will load the module for R version 3.2. moduHyak RStudio
These instructions are for RStudio which you can also run on your desktop or laptop. ( These instructions are not for Rstudio Server.) These instructions are for users who are connecting to hyak from a mac or linux machine. For mac users, you will have to first install X11 XQuartz https://www.xquartz.org/ https://www.Mox_OpenSees_MP
Below are the steps to build OpenSeesMP on mox.hyak. Below steps assume that you have installed MUMPS_4.10.0 compiled with icc_18-impi_2018. Here xyz is your group name and abc is your hyak userid. (1) Run below command to get a build node: srun -p build --time=4:00:00 --mem=10G --pty /bin/bash (2) module load iccHyak R programming
Hyak fully supports R, anything that you can do with R on your desktop computer can be done on hyak but on a much larger scale. However, since hyak is a large scale shared resource there are a few steps that you have to take before running R. Hyak is a Linux supercomputer. If you have not used the linux or UNIX or MacMox_OpenSees
Building OpenSees Below are the steps to build OpenSees. Here xyz is your group name and abc is your hyak userid. (1) Run below command to get a build node: srun -p build --time=4:00:00 --mem=10G --pty /bin/bash (2) mkdir /gscratch/xyz/abc/opensees (3) cd /gscratch/xyz/abc/opensees (4) mkdir lib (5) mkdir bin (Mox_OpenSees_Tutorial
This page is in a tutorial format for new Hyak users. It describes how to build and use OpenSees on mox.hyak. It is more detailed than the page Mox_OpenSees. Building OpenSees Below are the steps to build OpenSees. Here xyz is your group name and abc is your hyak userid. (0) ssh abc@mox.hyak.uw.edu (1) Run below coHyak_RStudio
Hyak fully supports R, anything that you can do with R on your desktop computer can be done on hyak but on a much larger scale. However, since hyak is a large scale shared resource there are a few steps that you have to take before running R. Hyak is a Linux supercomputer. If you have not used the linux or UNIX or Mac