Coder Social home page Coder Social logo

m3dc1_scorec's Introduction

This file describes the setup process for this repository
on SCOREC machines.
Refer to the "scorec_build/tpl_build.txt" file for compiling
the dependencies including PETSc on SCOREC systems.

(0) make a directory for your M3DC1 work,
    we will call it PREFIX

mkdir -p $PREFIX
cd $PREFIX

(1) clone this repository:

git clone https://github.com/SCOREC/m3dc1_scorec m3dc1_scorec

(2) setup your environment:

source m3dc1_scorec/scorec_build/setup.sh

(3) clone the SCOREC core:

git clone https://github.com/SCOREC/core core

(4) build the SCOREC core:

cd core
mkdir build
cd build
../../m3dc1_scorec/scorec_build/core_config.sh
make install -j 4
cd ../..

(5) build this repository (the "interface")

cd m3dc1_scorec
mkdir build
cd build
../scorec_build/m3dc1_scorec_config.sh
make install -j 4
cd ../..

(6) clone the solver:

git clone https://github.com/SCOREC/m3dc1 m3dc1

(7) build the solver:

cd m3dc1
cp scorec_dan.mk `hostname`.mk
make
cd ..

(8) get the test files

tar xzvf /lore/dibanez/m3dc1/m3dc1_tests.tgz

(9) run the test. you may need to modify
the path to the executable, I'm not positive
where the "25" comes from.

cd tests/2d/2p
mpirun -np 2 ../../../m3dc1/_jenga-25/m3dc1_2d &> log

m3dc1_scorec's People

Contributors

dialkforkaushik avatar ibaned 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.