We are a group of faculty members and researchers at the University of Utah who are conducting work in Multiscale Simulation and high performance computing

List of current faculty members:
General information on what we do:

Articles

a collection of useful tips & articles on scientific computing, programming, and best practices

Installing Wasatch on OSX

This is my workflow when setting up Uintah/Wasatch on a Mac. This is as recent as OSX High Sierra. download and Install macports open up a terminal and install cmake using: sudo port install cmake Read more…

Debugging in Xcode

To use the debugger built into Xcode, you must have at least one project in Xcode. If already have a project in Xcode, skip to step 5, otherwise start from step 1. Upon opening Xcode, Read more…

Quick Setup with MacPorts

Many of us use macports to install common software that isn’t shipped by default on the mac.  After installing MacPorts, you may want to run the following to install many useful tools: [shell] sudo -s port Read more…