Skip to content
Snippets Groups Projects
Commit 4eb362fb authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Minor modification to stencil and lbm makefiles

parent b86f0681
No related branches found
No related tags found
No related merge requests found
# (c) 2010 The Board of Trustees of the University of Illinois.
LANGUAGE=visc
SRCDIR_OBJS=main.visc.ll lbm.ll
SRCDIR_OBJS=lbm.ll
VISC_OBJS=main.visc.ll
APP_CUDALDFLAGS=-lm
APP_CFLAGS=-ffast-math -O3
APP_CXXFLAGS=-ffast-math -O3
# (c) 2010 The Board of Trustees of the University of Illinois.
LANGUAGE=visc
SRCDIR_OBJS=stencil.visc.ll file.ll
SRCDIR_OBJS=file.ll
VISC_OBJS=stencil.visc.ll
APP_CUDALDFLAGS=-lm
APP_CFLAGS=-ffast-math -O3
APP_CXXFLAGS=-ffast-math -O3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment