Giter Club home page Giter Club logo

morrigan's Introduction

Morrígan Project

The Morrígan project is aimed at adding phase detection and model swapping capabilities to the Structural Simulation Toolkit.

Installation

First install Python 3, then follow these instructions for Linux and macOS.

git clone [email protected]:hpcgarage/morrigan.git
cd morrigan
git submodule update --init --recursive

Next, add the GNU public keys to gpg (or, alternatively, comment out the lines starting with gpg in install-dependencies*.sh, if you want to skip verifying the downloads).

wget https://ftp.gnu.org/gnu/gnu-keyring.gpg
gpg --install gnu-keyring.gpg
``

For Linux do the following steps.

./install-dependencies-linux.sh ./configure-morrigan.sh ./build-and-install-morrigan.sh source morrigan-env.sh


For macOS do the following steps.

./install-dependencies-macos.sh source morrigan-env.sh ./install-morrigan-macos.sh


## Troubleshooting
Some simple logs are generated in `logs/`. One file should be generated for each of the three scripts you run during the installation process. 

#### `install-dependencies.out`
This file should have 4 lines of output. The first 3 should report that Autotools, Cmake, and Pin were install successfully, and the final should give the filename for the environment script.

#### `configure-morrigan.out`

`todo`

#### `install-morrigan.out`

`todo`

## Testing
To test this code, view the README in the `example` folder.

## Making Changes
After making changes to any of the submodules, re-run the `./install-morrigan.sh` script. You should _not_ need to run the `source` command again. 



## Making Changes
After making changes to any of the subprojects, re-run the `./install-morrigan.sh` script. You should not need to run `source` command again. 

## Workflow 
As mentioned above, this project relies on custom version of some other projects. If you want to make changes to those projects, you don't need to download them separately -- you can do that right from within this repo. Follow these steps to create changes and push them to our repos.

... todo ...



## Cleanup
A cleanup script, `cleanup.sh`, is provided to delete any files generated by any of the installation scripts.

## Related Work

1. TODO Cite Online Model Swapping paper
2. TODO Cite reference on phase detection

morrigan's People

Contributors

christianderolf avatar plavin avatar sudhanshu2 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

emosy

morrigan's Issues

Add Troubleshooting section

Add a section to the Readme with ways to troubleshoot the installation process. Point them to the directory that has the installation logs.

Ignore unneeded elements

Figure out how to ignore elements so we don't waste time building them. Just need ariel and memhierarchy I think.

Cleanup Command

Add a script or make directive that can cleanup installed files.

Or

Add a section in the readme on how to delete any installed and temporary/build files.

Create test sst run

Create an sst input file that will test if everything installed properly. It should use ariel and dramsim3.

configure fails on Hive

Configure fails because it can't find python libraries. Probably need PACE to fix this. I'd rather not build python from source.

configure: error: Unable to locate Python library python3.7m

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.