1
Fork 0
mirror of https://github.com/Steffo99/unimore-hpc-assignments.git synced 2024-11-23 08:34:23 +00:00
hpc-2022-g3/OpenMP/apps/cfd/makefile
Alessandro Capotondi e11b42a518 init commit
2022-11-11 13:23:45 +01:00

11 lines
No EOL
189 B
Makefile

all: euler3d_cpu
euler3d_cpu: euler3d_cpu.cpp
g++ -O3 -fopenmp euler3d_cpu.cpp -o euler3d_cpu
run: euler3d_cpu
./run
clean:
rm -rf euler3d_cpu
rm -rf density density_energy momentum