Skip to content
View wangtianxiao25's full-sized avatar

Block or report wangtianxiao25

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. the-Odd-Even-Sort-algorithm-using-OpenMP the-Odd-Even-Sort-algorithm-using-OpenMP Public

    This repository contains several example programs implementing the Odd-Even Sort algorithm using OpenMP and MPI, allowing for performance and implementation comparisons of different parallelization…

    C++ 2

  2. Draw-linegraph-with-python Draw-linegraph-with-python Public

    A graphical tool based on Python Tkinter + Matplotlib that allows users to input data through a user interface and generate line charts. It is suitable for quickly visualizing experimental data, pe…

    Python 1

  3. Experiment-OpenMP-loop-scheduling-policy-how-to-influence-the-speed Experiment-OpenMP-loop-scheduling-policy-how-to-influence-the-speed Public

    This repository contains several C programs demonstrating different OpenMP scheduling strategies and parallel trapezoidal integration.

    C

  4. Dense-Matrix-Multiplication-based-on-C-MPI Dense-Matrix-Multiplication-based-on-C-MPI Public

    C++

  5. MPI-OpenMP-Hybrid-Parallel-Program-for-Multiplying-Two-Dense-N-N-Matrices MPI-OpenMP-Hybrid-Parallel-Program-for-Multiplying-Two-Dense-N-N-Matrices Public

    This project implements an MPI + OpenMP hybrid parallel program for dense matrix multiplication, aiming to explore the cooperative performance of distributed and shared-memory parallel computing.

    C++