/threaded-jacobi

This program performs a threaded Jacobi iteration using barrier synchronization.

Primary LanguageJava

Threaded Jacobi Iteration

This program performs a threaded Jacobi iteration using barrier synchronization.

Usage

Compilation

javac Jacobi.java

Execution

java Jacobi [num_threads]

If no arguments are supplied then it assumes only 1 thread should be used and is therefore executed in serial.