Update README.md
This commit is contained in:
parent
0a680b64c3
commit
13dcaa5133
12
README.md
12
README.md
@ -23,6 +23,12 @@ gcc -o particle_billiard particle_billiard.c-O3 -L/usr/X11R6/lib -ltiff -lm -lGL
|
||||
|
||||
gcc -o drop_billiard drop_billiard.c-O3 -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lXmu -lglut
|
||||
|
||||
- Many laptops claim to have 4 cores, but two of those are virtual. OMP acceleration may be more effective after executing
|
||||
|
||||
export OMP_NUM_THREADS=2
|
||||
|
||||
in the shell before running the program
|
||||
|
||||
- Generate movie with
|
||||
|
||||
ffmpeg -i part.%05d.tif -vcodec libx264 part.mp4
|
||||
@ -45,6 +51,12 @@ gcc -o heat heat.c -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lXmu -lglut -O3
|
||||
|
||||
gcc -o schrodinger schrodinger.c -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lXmu -lglut -O3 -fopenmp
|
||||
|
||||
- Many laptops claim to have 4 cores, but two of those are virtual. OMP acceleration may be more effective after executing
|
||||
|
||||
export OMP_NUM_THREADS=2
|
||||
|
||||
in the shell before running the program
|
||||
|
||||
- Generate movie with
|
||||
|
||||
ffmpeg -i wave.%05d.tif -vcodec libx264 wave.mp4
|
||||
|
Loading…
Reference in New Issue
Block a user