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
f79e1af1
Commit
f79e1af1
authored
5 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Renamed the HAVEFOF configure constant to HAVESTANDALONEFOF
parent
f8f1f502
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!850
Fof io and compile without fof
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+3
-1
3 additions, 1 deletion
configure.ac
examples/Makefile.am
+2
-2
2 additions, 2 deletions
examples/Makefile.am
src/fof_io.h
+1
-1
1 addition, 1 deletion
src/fof_io.h
with
6 additions
and
4 deletions
configure.ac
+
3
−
1
View file @
f79e1af1
...
...
@@ -225,6 +225,8 @@ if test "x$enable_debug" = "xyes"; then
fi
fi
# Check if stand-alone FoF is on.
AC_ARG_ENABLE([stand-alone-fof],
[AS_HELP_STRING([--enable-stand-alone-fof],
...
...
@@ -233,7 +235,7 @@ AC_ARG_ENABLE([stand-alone-fof],
[enable_standalone_fof="$enableval"],
[enable_standalone_fof="no"]
)
AM_CONDITIONAL([HAVEFOF],[test $enable_standalone_fof = "yes"])
AM_CONDITIONAL([HAVE
STANDALONE
FOF],[test $enable_standalone_fof = "yes"])
# Check if task debugging is on.
AC_ARG_ENABLE([task-debugging],
...
...
This diff is collapsed.
Click to expand it.
examples/Makefile.am
+
2
−
2
View file @
f79e1af1
...
...
@@ -37,14 +37,14 @@ MPI_FLAGS = -DWITH_MPI $(PARMETIS_INCS) $(METIS_INCS)
bin_PROGRAMS
=
swift
# Also build the FOF tool?
if
HAVEFOF
if
HAVE
STANDALONE
FOF
bin_PROGRAMS
+=
fof
endif
# Build MPI versions as well?
if
HAVEMPI
bin_PROGRAMS
+=
swift_mpi
if
HAVEFOF
if
HAVE
STANDALONE
FOF
bin_PROGRAMS
+=
fof_mpi
endif
endif
...
...
This diff is collapsed.
Click to expand it.
src/fof_io.h
+
1
−
1
View file @
f79e1af1
...
...
@@ -49,7 +49,7 @@ INLINE static void convert_bpart_group_id(const struct engine* e,
* @brief Specifies which FoF-related particle fields to write to a dataset
*
* @param parts The particle array.
* @param parts The extended particle array.
* @param
x
parts The extended particle array.
* @param list The list of i/o properties to write.
*
* @return The number of fields to write.
...
...
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