Difference between revisions of "ALCF: Theta"

From Mu2eWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
</pre>
 
</pre>
  
At the prompt to enter your password, you must then enter your 4-digit PIN (given to you by ALCF when you get an account) followed immediately by the one-time 8-digit cryptocard password with no spaces in between the two.  You are then in your home directory /home/<username> running on a login node.  Login nodes run SUSE Enterprise Linux-based full CLE OS.  There are two filesystems on Theta: the GPFS system which houses the /home directories in /gpfs/mira-home) and the Lustre filesystem which houses the /project directories in /lus/theta-fs0/projects.  The /home directories are backed up and by default are 50GiB.  The /project directories are '''NOT''' backed up and are by default 1TiB.
+
At the prompt you must enter your password; you must enter your 4-digit PIN (given to you by ALCF when you get an account) followed immediately by the one-time 8-digit cryptocard password with no spaces in between the two.  You are then in your home directory /home/<username> running on a login node running the bash shell.  Login nodes run SUSE Enterprise Linux-based full CLE OS.  You can change the login shell in your account web page.
 +
 
 +
There are two filesystems on Theta: the GPFS system which houses the /home/<username> directories in /gpfs/mira-home), and the Lustre filesystem which houses the /project/<proejctname> directories in /lus/theta-fs0/projects.  The /home directories are backed up and by default are 50GiB.  The /project directories are '''NOT''' backed up and are by default 1TiB.
 +
 
 +
Your environment is controlled via 'modules'.  There is a default set of modules set up for all users.  Run <pre> module list </pre> to see what is loaded at any given time.  For the work done on Theta to date (as of May 2019), users have not needed to modify their environment.  The output of the 'module list' command for me is
 +
<pre>
 +
Currently Loaded Modulefiles:
 +
  1) modules/3.2.11.1
 +
  2) intel/18.0.0.128
 +
  3) craype-network-aries
 +
  4) craype/2.5.15
 +
  5) cray-libsci/18.07.1
 +
  6) udreg/2.3.2-6.0.7.1_5.13__g5196236.ari
 +
  7) ugni/6.0.14.0-6.0.7.1_3.13__gea11d3d.ari
 +
  8) pmi/5.0.14
 +
  9) dmapp/7.1.1-6.0.7.1_5.45__g5a674e0.ari
 +
10) gni-headers/5.0.12.0-6.0.7.1_3.11__g3b1768f.ari
 +
11) xpmem/2.2.15-6.0.7.1_5.11__g7549d06.ari
 +
12) job/2.2.3-6.0.7.1_5.43__g6c4e934.ari
 +
13) dvs/2.7_2.2.118-6.0.7.1_10.1__g58b37a2
 +
14) alps/6.6.43-6.0.7.1_5.45__ga796da32.ari
 +
15) rca/2.2.18-6.0.7.1_5.47__g2aa4f39.ari
 +
16) atp/2.1.3
 +
17) perftools-base/7.0.4
 +
18) PrgEnv-intel/6.0.4
 +
19) craype-mic-knl
 +
20) cray-mpich/7.7.3
 +
21) nompirun/nompirun
 +
22) darshan/3.1.5
 +
23) trackdeps
 +
24) xalt
 +
</pre>
 +
 
 +
 
 +
The easiest way to run the Mu2e Offline code on Theta is to run it in a container.  [https://www.docker.com Docker] is a common container platform, but because of security issues, ALCF does not allow users to run Docker containers on their systems.  [https://www.sylabs.io/docs/ Singularity] is another container platform that does not have the same security issues as Docker, and can be run on Theta.  Singularity is capable of building containers from Docker images, so the Mu2e Offline code can be containerized as a Docker '''or''' Singularity container for use on Theta.
 +
 
 +
We built a Docker container of the Offline code and put it on [https://hub.docker.com Docker Hub].  To pull the container to Theta and turn it into a Singularity container run the command:
 +
<pre>
 +
singularity pull docker://username/image_name:image_version
 +
</pre>

Revision as of 21:12, 7 May 2019

Running Jobs on Theta at ALCF

Once you have an allocation on Theta, or if you are using an existing allocation, you can reference the Onboarding Guide for answers to most of your questions about how to get started.

To login to Theta from a terminal:

ssh <username>@theta.alcf.anl.gov

At the prompt you must enter your password; you must enter your 4-digit PIN (given to you by ALCF when you get an account) followed immediately by the one-time 8-digit cryptocard password with no spaces in between the two. You are then in your home directory /home/<username> running on a login node running the bash shell. Login nodes run SUSE Enterprise Linux-based full CLE OS. You can change the login shell in your account web page.

There are two filesystems on Theta: the GPFS system which houses the /home/<username> directories in /gpfs/mira-home), and the Lustre filesystem which houses the /project/<proejctname> directories in /lus/theta-fs0/projects. The /home directories are backed up and by default are 50GiB. The /project directories are NOT backed up and are by default 1TiB.

Your environment is controlled via 'modules'. There is a default set of modules set up for all users. Run

 module list 

to see what is loaded at any given time. For the work done on Theta to date (as of May 2019), users have not needed to modify their environment. The output of the 'module list' command for me is

Currently Loaded Modulefiles:
  1) modules/3.2.11.1
  2) intel/18.0.0.128
  3) craype-network-aries
  4) craype/2.5.15
  5) cray-libsci/18.07.1
  6) udreg/2.3.2-6.0.7.1_5.13__g5196236.ari
  7) ugni/6.0.14.0-6.0.7.1_3.13__gea11d3d.ari
  8) pmi/5.0.14
  9) dmapp/7.1.1-6.0.7.1_5.45__g5a674e0.ari
 10) gni-headers/5.0.12.0-6.0.7.1_3.11__g3b1768f.ari
 11) xpmem/2.2.15-6.0.7.1_5.11__g7549d06.ari
 12) job/2.2.3-6.0.7.1_5.43__g6c4e934.ari
 13) dvs/2.7_2.2.118-6.0.7.1_10.1__g58b37a2
 14) alps/6.6.43-6.0.7.1_5.45__ga796da32.ari
 15) rca/2.2.18-6.0.7.1_5.47__g2aa4f39.ari
 16) atp/2.1.3
 17) perftools-base/7.0.4
 18) PrgEnv-intel/6.0.4
 19) craype-mic-knl
 20) cray-mpich/7.7.3
 21) nompirun/nompirun
 22) darshan/3.1.5
 23) trackdeps
 24) xalt


The easiest way to run the Mu2e Offline code on Theta is to run it in a container. Docker is a common container platform, but because of security issues, ALCF does not allow users to run Docker containers on their systems. Singularity is another container platform that does not have the same security issues as Docker, and can be run on Theta. Singularity is capable of building containers from Docker images, so the Mu2e Offline code can be containerized as a Docker or Singularity container for use on Theta.

We built a Docker container of the Offline code and put it on Docker Hub. To pull the container to Theta and turn it into a Singularity container run the command:

singularity pull docker://username/image_name:image_version