Git Product home page Git Product logo

haz's Introduction

HAZ

Build Status

Probabilistic Seismic Hazard Analysis written by Norm Abrahamson.

Compiling

HAZ is written in FORTRAN and may be compiled with Intel's ifort compiler or GNU's gfortran compiler.

Windows

On Windows, the easiest way to get a build system running is via MSYS2. After following the installation instructions, open an MinGW terminal and issue the following commands to install the required dependencies. Note, that these commands install the 64-bit versions. If you prefer to use 32-bit versions replace "x86_64" with "i686".

pacman -S git mingw-w64-x86_64-gcc-libgfortran mingw-w64-x86_64-cmake 3.4.1-1

After installing the required dependencies, HAZ can be checked out of Git and built using the following:

git clone https://github.com/abrahamson/HAZ.git HAZ
cd  HAZ
mkdir build
cd build
cmake .. -G "MSYS Makefiles"
make

This build will require DLLs provided by MSYS2. A static build that includes the required DLLs, can be built with:

cmake .. -G "MSYS Makefiles" -DSTATIC=ON
make

The HAZ executable can then be found under HAZ/build/HAZ.exe.

haz's People

Contributors

abrahamson avatar arkottke avatar bowmei avatar njgregor avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.