We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c362b65 commit a018b91Copy full SHA for a018b91
A1/README.md
@@ -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