Giter VIP home page Giter VIP logo

Huy Trinh's Projects

openmp-tutorial icon openmp-tutorial

Exercises and Solutions for "Programming Your GPU with OpenMP: A Hands-On Introduction"

parallelcomputing icon parallelcomputing

A repository of course Parallel Computing Work which develop parallel-computing versions of satellites moving and rendering using pthread, OpenMP and OpenCL.

pigpio icon pigpio

pigpio is a C library for the Raspberry which allows control of the General Purpose Input Outputs (GPIO).

progrep icon progrep

progrep is a command-line tool (Linux) to show live progress report, status and stats of a running simulation or compute job that executes a given number of iterations. It shows % completed, time remaining(ETA), time elapsed (both wall-clock & CPU time), number of threads, MPI_Rank(if any), CPU usage & speed (FPS). The FPS measures may be used in benchmarking, for example, while optimizing HPC algorithms for performance. progrep supports both serial (single-core/single-threaded) and parallel (multicore and/or multinode - e.g. OpenMP and/or MPI) jobs. progrep can also report for jobs running on remote hosts [Case in point: jobs running on Linux Clusters]. progrep works in client-server model. The server for progrep can be installed in your simulation source code with only 4 extra lines (API). When the progrep command is invoked, it queries this server as a client. progrep does not interfere with or slow down your simulation when not invoked. Even when invoked, the overhead is insignificant. Out of the box, the progrep API works with code written in Fortran, C and C++. If your code uses other language, please write your own wrapper for the API. The API library is small and static which benefits portability of your progrep-aware binary.

raspberry-pi-os icon raspberry-pi-os

Learning operating system development using Linux kernel and Raspberry Pi

rpi-kernel icon rpi-kernel

Build a Linux kernel for Raspberry Pi 0/1/2/3/3B+

rustlings icon rustlings

:crab: Small exercises to get you used to reading and writing Rust code!

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.