Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 652 Bytes

File metadata and controls

20 lines (15 loc) · 652 Bytes

Parallel Gauss Project

This project computes an upper triangular matrix using a parallelized approach based on the normal Foaty form.

Features

  • Efficient computation of upper triangular matrices.
  • Parallelized algorithm for improved performance.
  • Easy to run via script or IntelliJ IDEA.

How to Run It?

Option 1: Using IntelliJ IDEA

  1. Open the project in IntelliJ IDEA.
  2. Press Shift + F10 to run the project.
  3. Ensure all dependencies are configured correctly in your environment.

Option 2: Using the Shell Script

  1. Make sure the run_project.sh script has execution permissions:
    chmod +x run_project.sh