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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
e67e1fef
Commit
e67e1fef
authored
Jan 19, 2021
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Fix the logger's Makefile.am which incorrectly included files belonging to the main code.
parent
8c0a1072
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
logger/Makefile.am
+9
-9
9 additions, 9 deletions
logger/Makefile.am
with
9 additions
and
9 deletions
logger/Makefile.am
+
9
−
9
View file @
e67e1fef
...
@@ -43,37 +43,37 @@ lib_LTLIBRARIES = liblogger.la
...
@@ -43,37 +43,37 @@ lib_LTLIBRARIES = liblogger.la
# lib_LTLIBRARIES += liblogger_mpi.la
# lib_LTLIBRARIES += liblogger_mpi.la
# endif
# endif
GRAVITY_SRC
=
gravity/MultiSoftening/logger_gravity.c
../src/gravity/MultiSoftening/gravity_logger.c
GRAVITY_SRC
=
gravity/MultiSoftening/logger_gravity.c
# Include the stars modules
# Include the stars modules
if
HAVE_STARS_DEFAULT
if
HAVE_STARS_DEFAULT
STARS_SRC
=
stars/Default/logger_stars.c
../src/stars/Default/stars_logger.c
STARS_SRC
=
stars/Default/logger_stars.c
endif
endif
if
HAVE_STARS_GEAR
if
HAVE_STARS_GEAR
STARS_SRC
=
stars/GEAR/logger_stars.c
../src/stars/GEAR/stars_logger.c
STARS_SRC
=
stars/GEAR/logger_stars.c
endif
endif
# Include the hydro modules
# Include the hydro modules
if
HAVE_SPHENIX
if
HAVE_SPHENIX
HYDRO_SRC
=
hydro/SPHENIX/logger_hydro.c
../src/hydro/SPHENIX/hydro_logger.c
HYDRO_SRC
=
hydro/SPHENIX/logger_hydro.c
endif
endif
if
HAVE_GADGET2
if
HAVE_GADGET2
HYDRO_SRC
=
hydro/Gadget2/logger_hydro.c
../src/hydro/Gadget2/hydro_logger.c
HYDRO_SRC
=
hydro/Gadget2/logger_hydro.c
endif
endif
# Include the chemistry modules
# Include the chemistry modules
if
HAVE_CHEMISTRY_NONE
if
HAVE_CHEMISTRY_NONE
CHEMISTRY_SRC
=
chemistry/none/logger_chemistry.c
../src/chemistry/none/chemistry_logger.c
CHEMISTRY_SRC
=
chemistry/none/logger_chemistry.c
endif
endif
if
HAVE_CHEMISTRY_GEAR
if
HAVE_CHEMISTRY_GEAR
CHEMISTRY_SRC
=
chemistry/GEAR/logger_chemistry.c
../src/chemistry/GEAR/chemistry_logger.c
CHEMISTRY_SRC
=
chemistry/GEAR/logger_chemistry.c
endif
endif
# Include the star formation modules
# Include the star formation modules
if
HAVE_STAR_FORMATION_DEFAULT
if
HAVE_STAR_FORMATION_DEFAULT
STAR_FORMATION_SRC
=
star_formation/none/logger_star_formation.c
../src/star_formation/none/star_formation_particle_logger.c
STAR_FORMATION_SRC
=
star_formation/none/logger_star_formation.c
endif
endif
if
HAVE_STAR_FORMATION_GEAR
if
HAVE_STAR_FORMATION_GEAR
STAR_FORMATION_SRC
=
star_formation/GEAR/logger_star_formation.c
../src/star_formation/GEAR/star_formation_particle_logger.c
STAR_FORMATION_SRC
=
star_formation/GEAR/logger_star_formation.c
endif
endif
# subdirectories
# subdirectories
...
...
...
...
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
sign in
to comment