2003-02-28 11:02:06 -05:00
|
|
|
nasm -f coff timer.asm
|
2003-02-28 11:05:26 -05:00
|
|
|
gcc -Wall -W -O3 -fomit-frame-pointer -funroll-loops -DTIMER_X86 demo.c bn.c timer.o -o ltmdemo
|
2003-02-28 11:05:52 -05:00
|
|
|
rem gcc -I./mtest/ -DU_MPI -Wall -W -O3 -fomit-frame-pointer -funroll-loops -DTIMER_X86 demo.c mtest/mpi.c timer.o -o mpidemo
|