Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
subarutaro committed Dec 9, 2020
1 parent 9ad3461 commit 2e8d8a9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sample/c++/LennardJones/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ See kernel_orig.hpp which is the hand-written source code of interaction kernel
# how to compile and run
make
./main.out

## for AVX2 mode
use_avx2=yes make
./main.out
## for AVX-512 mode
use_avx512=yes make
./main.out
## for ARM SVE mode ( and modify "CC" in Makefile)
use_arm_sve=yes make
./main.out
# expected result
If the total energy is conserved, the program shows "test passed" at the end of run.
See ./exact which is the detailed log of succcessful run

0 comments on commit 2e8d8a9

Please sign in to comment.