Skip to content

Instantly share code, notes, and snippets.

View wd15's full-sized avatar

Daniel Wheeler wd15

View GitHub Profile
@wd15
wd15 / Dockerfile
Last active March 7, 2016 02:21
Docker build for PyMKS
## Docker file to create an install using a bash script and run a
## service.
FROM ubuntu:15.10
MAINTAINER wd15 "https://github.com/wd15"
## Install only required packages for making a user as the
## `setup.bash` script installs most of the required packages
@wd15
wd15 / overview.md
Created March 21, 2016 20:27
Overview of CoRR functionality

Simulation Management Tools

An important part of the MGI effort is providing infrastructure and tools to enable reproducible research in computational materials science. For reproducible research to become a widely used, repeatable human based process needs to be replaced by automated open-source logging tools. This is especially the case for simulation management, which is often poorly documented and recorded during the development stages of a research project. A good practice is to use a dedicated simulation management tool (SMT) throughout the development process

@wd15
wd15 / abstract.md
Last active April 1, 2016 15:49
Scipy 2016 abstract

Designing a Cloud Platform for Simulation Management

[Daniel Wheeler][daniel-wheeler] and [Yannick Congo][yannick-congo]

Description

In recent years there has been a growing effort to capture and record script or simulation executions in scientific computing. Simulation managememt tools (SMTs) such as [Sumatra][sumatra], [Reprozip][reprozip] and [CDE][cde] address different aspects of the

@wd15
wd15 / Dockerfile
Created March 25, 2016 21:26
Dockerfile for CoRR
## Dockerfile to create devel version of CoRR
FROM ubuntu:15.10
MAINTAINER wd15 "https://github.com/wd15"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update
RUN apt-get install -y sudo
RUN apt-get install -y apt-utils
RUN apt-get install -y ansible
@wd15
wd15 / test1d_convection.py
Last active April 26, 2016 14:17 — forked from klkuhlm/test1d_convection.py
fipy test of convection terms
import fipy as fp
import numpy as np
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
L = 1.0 # domain size
nx = 400 # discretization
dx = L/nx # h
@wd15
wd15 / README.md
Last active January 19, 2017 15:40
Presentation about CHiMaD phase field website

Quick Start Guide for CoRR

@wd15
wd15 / README.md
Last active May 26, 2016 12:00
Repository for SWC python lesson at NIST on 05/23/2016

Software development with Python

Where

West Square, Building 101

Schedule

  • 13:00 start
  • 14:30 coffee
data/