-
Notifications
You must be signed in to change notification settings - Fork 9
OpenSees
Bart edited this page Nov 18, 2014
·
26 revisions
Table of Contents
- Homepage: http://opensees.berkeley.edu/
- Version available: 2.4.3-gmpolf-1.4.8
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.
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
- example.tcl (download)