Cleveland Clinic

The Open Knee(s) team have access to a high performance computing cluster located at the Cleveland Clinic. This infrastructure is available Cleveland Clinic employees and within the Cleveland Clinic intranet.

Compute Nodes

Specifications of cluster nodes (as of April 14, 2015) are:

Usage for Open Knee(s)

Before using the cluster, one needs

Once an account is available, Open Knee(s) simulations can be run on this infrastructure using the following steps. erdemira is used as the user name for the examples below.

tf_joint_FEBio_v2.feb 

#SBATCH --mail-type=ALL 
#SBATCH --mail-user=erdemira@ccf.org 
#SBATCH --job-name=OKS-G1     
#SBATCH --nodes=1 
#SBATCH --ntasks=1 
#SBATCH --cpus-per-task=16 
#SBATCH --time=24:00:00 
#SBATCH --mem=56000 
#SBATCH --error=job.%J.err 
#SBATCH --output=job.%J.out 

export OMP_NUM_THREADS=16 

module load FEBio/2.1.2  
srun febio2.lnx64 -i tf_joint_FEBio_v2.feb

Submitted batch job 10460

             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON) 
             10460      defq   OKS-G1 erdemira  R       1:38      1 lri004 

Infrastructure/HighPerformanceComputing (last edited 2016-05-04 22:09:51 by localhost)