Giter Club home page Giter Club logo

hpc_hw's Introduction

HPC-HW

Github repository:

https://github.com/KimHe-RGB/HPC_HW.git

HPC-HW4

To run on NYU Greene, simply cd into the corresponding question and submit the sbatch file:

sbatch job.sbatch

which compile the c++ code with loaded modules, and run it with fixed parameters.

To change parameters, you will need to edit the instructions in jobs.sbatch.

Written reports for all three questions are combined in:

https://github.com/KimHe-RGB/HPC_HW/blob/main/hw4/Report.md

HPC-HW3

To run:

cd ./hw3/
make
./Q1.exe    // Windows
cd ./hw3/
make
./Q1        // Linux

Written reports for all three questions are combined in:

https://github.com/KimHe-RGB/HPC_HW/blob/main/hw3/Report.md

===Previous Homeworks Below===

HPC-HW2

To run:

cd ./hw2/
make
./MMult1
./val_test01_solved
./val_test02_solved
./fast-sin

Written reports for each question is under:

Q1: https://github.com/KimHe-RGB/HPC_HW/blob/main/hw2/Reports/Q1_Report.md

Q2: https://github.com/KimHe-RGB/HPC_HW/blob/main/hw2/Reports/Q2_Report.md

Q3: https://github.com/KimHe-RGB/HPC_HW/blob/main/hw2/Reports/Q3_Report.md

Q4: https://github.com/KimHe-RGB/HPC_HW/blob/main/hw2/Reports/Q4_Report.md

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.