Difference between revisions of "CyberShake MareNostrum Training"

From SCECpedia
Jump to navigationJump to search
(Created page with "This page provides training for running the CyberShake TEST site on MareNostrum (MN4) == Training overview == Here are the basic steps involved in the training: *Set up need...")
 
Line 12: Line 12:
 
*Plot hazard curves
 
*Plot hazard curves
  
<b>Actions you need to take will be in bold.</d>
+
<b>Actions you need to take will be in bold.</b>
 
<pre>
 
<pre>
 
Terminal commands and output will be in this font. Replace <username> or <working dir> with your username or your working directory, respectively.
 
Terminal commands and output will be in this font. Replace <username> or <working dir> with your username or your working directory, respectively.

Revision as of 20:33, 13 February 2020

This page provides training for running the CyberShake TEST site on MareNostrum (MN4)

Training overview

Here are the basic steps involved in the training:

  • Set up needed files
  • Initialize database with run information
  • Create Strain Green Tensors
  • Create synthetic seismograms and intensity measures
  • Populate database with intensity measures
  • Populate Hazard Dataset
  • Plot hazard curves

Actions you need to take will be in bold.

Terminal commands and output will be in this font. Replace <username> or <working dir> with your username or your working directory, respectively.

Since MN4 does not permit outgoing connections, it is impossible to install CyberShake on MN4 directly from the repository. For the purposes of this training, I suggest you use my install directly.

An overview of the code involved in CyberShake is provided here. For this test, we are using the SGT-related codes, the PP-related codes, and the Data Products codes, but not the Stochastic codes.

My CyberShake installation is located at:

/gpfs/projects/pr1ejg00/CyberShake

Set up needed files

Create a directory to work from. I recommend something in scratch.

Due to the outgoing connection problem, on MN4 we are using a local SQLite database rather than a remote MySQL database, which is what SCEC's CyberShake install uses. Each trainee should work from their own database.

<