For Project

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

for for for for

compiling executing compiling executing

sequential prog: g++ -o smith smith1.cpp sequential prog : ./smith.exe parallel prog: g++ -fopenmp -o prog2 prog2.cpp parallel prog : ./prog2.exe

You might also like