Skip to content

Commit a018b91

Browse files
completed assignment
1 parent c362b65 commit a018b91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

A1/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Assignment-1
2+
3+
### Command for sequential code
4+
./compile.sh s
5+
./a.out matrix_size check file_path write
6+
7+
### Command for parallel code
8+
./compile.sh x
9+
./a.out matrix_size number_of_threads check file_path write
10+
11+
### Notations
12+
1. x = o for openmp and p for pthreads
13+
2. check = 1 if you want to print the L2,1 norm of PA-LU matrix
14+
3. write = 1 if you want the matrices written to file

0 commit comments

Comments
 (0)