Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
4e9c90ae
Commit
4e9c90ae
authored
12 years ago
by
Pedro Gonnet
Browse files
Options
Downloads
Patches
Plain Diff
forgot to remove some debug stuff, cleaned-up Makefile a bit.
Former-commit-id: 93675a7f9624c07906ea80fd01f57b678f4ebc31
parent
c4fde7a7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.am
+3
-9
3 additions, 9 deletions
src/Makefile.am
with
3 additions
and
9 deletions
src/Makefile.am
+
3
−
9
View file @
4e9c90ae
# This file is part of GadgetSMP.
# Coypright (c) 2012 pedro.gonnet@durham.ac.uk.
# Coypright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
# Matthieu Schaller (matthieu.schaller@durham.ac.uk).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -21,7 +22,7 @@ AUTOMAKE_OPTIONS=gnu
# Add the debug flag to the whole thing
AM_CFLAGS
=
-g
-O3
-Wall
-Werror
-ffast-math
-fstrict-aliasing
-ftree-vectorize
\
-funroll-loops
$(
SIMD_FLAGS
)
$(
CFLAGS
)
$(
OPENMP_CFLAGS
)
\
-DTIMER
-DCOUNTER
-DCPU_TPS
=
2.67e9
-DHIST
-DTIMER
-DCOUNTER
-DCPU_TPS
=
2.67e9
# Assign a "safe" version number
AM_LDFLAGS
=
$(
LAPACK_LIBS
)
$(
BLAS_LIBS
)
$(
HDF5_LDFLAGS
)
-version-info
0:0:0
...
...
@@ -34,10 +35,3 @@ libgadgetsmp_la_SOURCES = space.c runner.c queue.c task.c cell.c engine.c ic.c
include_HEADERS
=
space.h runner.h queue.h task.h lock.h cell.h part.h const.h
\
engine.h gadgetsmp.h ic.h
# Set-up the library
#bin_PROGRAMS = test
# Sources for test
#test_SOURCES = main.c
#test_CFLAGS = -DCOUNTER -DTIMER $(AM_CFLAGS)
#test_LDADD = ../src/.libs/libgadgetsmp.a
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment