HPC_Tutorial
Setting Up Workflow On OU-Cluster (Overview)
A Step-by-Step Guide for using high performance computational platforms at The University of Oklahoma
The OU Supercomputing Center for Education and Research (OSCER)
Also with Quick Start Summary !
Fundamental command-line commands on HPC (0)
Fundamental command-line commands that you needed to nagivate the high performance cluster environment
The OU Supercomputing Center for Education and Research (OSCER) and The Data Institute for Societal Challenges (DISC)
This is straight forward essential commands for linux environment
Getting Access to OSCER and DISC (1)
This guide will walk you through the process of getting the access to the cluster and GPU resource on campus
The OU Supercomputing Center for Education and Research (OSCER) and The Data Institute for Societal Challenges (DISC)
Getting accounts and test connection through SSH
Environment Setup Guide (2)
This guide will walk you through how to configure your working environment to your need
The OU Supercomputing Center for Education and Research (OSCER) and The Data Institute for Societal Challenges (DISC)
bashrc/alias/module/slurm/conda/cuda/seisbench
Data Management Guide (3)
This guide will share about data handling on the cluster
The OU Supercomputing Center for Education and Research (OSCER) and The Data Institute for Societal Challenges (DISC)
Getting files transfered through SCP and SFTP, also other minor details to notice
Job Management Guide (4)
This guide will show slurm related commands and usage
The OU Supercomputing Center for Education and Research (OSCER) and The Data Institute for Societal Challenges (DISC)
slurm/sbatch/squeue/sacct/sstat
Python
Oklahoma Earthquake Streamgraph
Explore the seismicity trends in the Oklahoma region from 2010 to 2024 using data from the Oklahoma Geological Survey (OGS) seismic catalog. This Python tutorial demonstrates how to create a streamgraph to visualize earthquake data over time. Learn how to work with seismic datasets and generate insightful visualizations for earthquake analysis.
Download the example text file for this example to follow along and recreate the visualizations.
Read CSV file in pandas and make scatter plots
How to read CSV file into pandas ? Here is an example how to load the CSV file and make scatter plots. Examples includes simple scatter plot, scatter plot with symmetric error bars, scatter plot with asymmetric error bars, and plotly scatter plots
CSV file used for this example and this is the Notebook file
Setup Anaconda/jupyter notebook/modules
How to set up an Anaconda environment to use python in earth science ? This is the start of everything before using it. This post shows instructions on installing Anaconda, Jupyter notebook, Pandas and other useful modules
Jupyter Notebook简介和使用入门
什么是Jupyter notebook? 为什么要使用Jupyter Notebook?
如何安装Jupyter Notebook,入门的的安装和调试是怎样的?为什么大家喜欢使用这个平台进行调试?