Giter Site home page Giter Site logo

fuzzafq's Introduction

Procedure to follow:

  1. Download or build singularity container

    $ module load singularity $ $ singularity pull docker://gkiar/fuzzy:pyafq $ $ # OR, if this doesn't work on your system, follow a guide for direct-builds $ # from downloaded Docker images, such as the one shown here: $ # https://docs.computecanada.ca/wiki/Singularity

  2. Run the setup script on a head-node (it involves downlaoding data)

    $ module load singularity $ $ # Obviously, update paths as needed for your system $ cd /project/6049200/afq-pytracer/ $ $ singularity exec -B ${PWD} -B ${HOME} fuzzyafq.sif python3 gkiar-fuzzafq/code/afq.py --setup

  3. Get a resource allocation (or script the rest and submit it to a queue)

    $ # Similarly, change resource request based on your affiliations, the system, etc.. $ salloc --account rrg-glatard --mem=12000 --time=2:0:0

  4. Enter singularity environment

    $ module load singularity $ $ singularity exec -B ${PWD} -B ${HOME} fuzzyafq.sif /bin/bash

  5. Configure the MCA backend as you wish

    $ export VFC_BACKENDS="libinterflop_ieee.so" # OR $ export VFC_BACKENDS="libinterflop_mca.so -m rr"

  6. Run the script with unique params to avoid overwriting results

    $ # In the case of IEEE backend use 'ref', or just a numeric ID for MCA $ run_id="ref" $ $ # This will hold symlinks to the original dataset and the pipeline outputs $ dpath="/project/6049200/afq-pytracer/data/" $ $ python3 gkiar-fuzzafq/code/afq.py -p ${dpath} -i ${run_id}

fuzzafq's People

Contributors

gkiar avatar

Watchers

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