Skip to content
Bart edited this page Nov 18, 2014 · 26 revisions

Table of Contents

Details

OpenSees is a software framework for developing applications to simulate the performance of structural and geotechnical systems subjected to earthquakes.

The goal of the OpenSees development is to improve the modeling and computational simulation in earthquake engineering through open-source development.

Example SLURM jobs

example

Job description (download)
#!/bin/bash
#SBATCH -J example
#SBATCH -A uoa99999         # Project Account
#SBATCH --time=00:20:00     # Walltime
#SBATCH --ntasks=48         # number of tasks
#SBATCH --mem-per-cpu=2048  # memory/cpu (in MB)
#SBATCH --workdir=/projects/uoa99999
source /etc/profile
module load OpenSees
srun OpenSeesMP ./example.tcl

Input file(s)
Clone this wiki locally