Skip to content

Commit 96d50d7

Browse files
committed
Move old README into c directory.
1 parent 40653ff commit 96d50d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README swm_c/README

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ There is an optimization that avoids copies in loop 300 by swapping pointers. CO
1717

1818
Building:
1919

20-
bash-3.2$ gcc -O2 shallow_swap.c wtime.c
21-
bash-3.2$ ./a.out > results.txt
20+
make
2221

2322
Validation:
2423

24+
TODO: Update this section. Should it point to the SEM/ref directory?
25+
2526
Compare results.txt with the provided file results_ref.txt, particularly the last values printed, namely those below-
2627
diagonal elements of p
2728
diagonal elements of u

0 commit comments

Comments
 (0)