Skip to content
Snippets Groups Projects
Commit 415a1df3 authored by Kjartan Thor Wikfeldt's avatar Kjartan Thor Wikfeldt
Browse files

update makefiles for adv lab according to Niclas suggestion

parent aa16d2a1
Branches
Tags
No related merge requests found
CC = cc
CFLAGS = -O2 -mp
CFLAGS = -O2 -homp
SRC = vtk_export.c shwater2d.c
OBJS = ${SRC:.c=.o}
DEST = shwater2d
......
F90 = ftn
FFLAGS = -O2 -mp
FFLAGS = -O2 -homp
SRC = vtk_export.f90 shwater2d.f90
OBJS = ${SRC:.f90=.o}
DEST = shwater2d
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment