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
c1ca4faa
Commit
c1ca4faa
authored
9 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Removed the (unused) queue counter and the links to the BLAS and Lapack libraries
parent
acaed861
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Makefile.am
+2
-3
2 additions, 3 deletions
src/Makefile.am
src/queue.c
+0
-10
0 additions, 10 deletions
src/queue.c
with
2 additions
and
13 deletions
src/Makefile.am
+
2
−
3
View file @
c1ca4faa
# This file is part of SWIFT.
# This file is part of SWIFT.
# Copyright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
# Copyright (c) 2012 Pedro Gonnet (pedro.gonnet@durham.ac.uk),
# Matthieu Schaller (matthieu.schaller@durham.ac.uk).
# Matthieu Schaller (matthieu.schaller@durham.ac.uk).
...
@@ -17,10 +16,10 @@
...
@@ -17,10 +16,10 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Add the debug flag to the whole thing
# Add the debug flag to the whole thing
AM_CFLAGS
=
-DTIMER
-DCOUNTER
$(
HDF5_CPPFLAGS
)
AM_CFLAGS
=
-DTIMER
$(
HDF5_CPPFLAGS
)
# Assign a "safe" version number
# Assign a "safe" version number
AM_LDFLAGS
=
$(
LAPACK_LIBS
)
$(
BLAS_LIBS
)
$(
HDF5_LDFLAGS
)
-version-info
0:0:0
# -fsanitize=address
AM_LDFLAGS
=
$(
HDF5_LDFLAGS
)
-version-info
0:0:0
# The git command, if available.
# The git command, if available.
GIT_CMD
=
@GIT_CMD@
GIT_CMD
=
@GIT_CMD@
...
...
This diff is collapsed.
Click to expand it.
src/queue.c
+
0
−
10
View file @
c1ca4faa
...
@@ -38,16 +38,6 @@
...
@@ -38,16 +38,6 @@
#include
"const.h"
#include
"const.h"
#include
"error.h"
#include
"error.h"
/* Counter macros. */
#ifdef COUNTER
#define COUNT(c) (__sync_add_and_fetch(&queue_counter[c], 1))
#else
#define COUNT(c)
#endif
/* The counters. */
int
queue_counter
[
queue_counter_count
];
/**
/**
* @brief Enqueue all tasks in the incoming DEQ.
* @brief Enqueue all tasks in the incoming DEQ.
*
*
...
...
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