Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
09004837
Commit
09004837
authored
Sep 28, 2013
by
Matthieu Schaller
Browse files
Renamed the io.[ch] files in serial_io.[ch]
Former-commit-id: 4c330ce2267ccb1cfe110a242bf1e93a3df0c606
parent
8c8a80cc
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
09004837
...
...
@@ -38,11 +38,11 @@ endif
# List required headers
include_HEADERS
=
space.h runner.h queue.h task.h lock.h cell.h part.h const.h
\
engine.h swift.h io.h timers.h debug.h scheduler.h proxy.h parallel_io.h
engine.h swift.h
serial_
io.h timers.h debug.h scheduler.h proxy.h parallel_io.h
# Common source files
AM_SOURCES
=
space.c runner.c queue.c task.c cell.c engine.c
\
io.c timers.c debug.c scheduler.c proxy.c parallel_io.c units.c
serial_
io.c timers.c debug.c scheduler.c proxy.c parallel_io.c units.c
# Sources and flags for regular library
libswiftsim_la_SOURCES
=
$(AM_SOURCES)
...
...
src/io.c
→
src/
serial_
io.c
View file @
09004837
...
...
@@ -621,7 +621,7 @@ void writeArrayBackEnd(hid_t grp, char* fileName, FILE* xmfFile, char* name, enu
* Calls #error() if an error occurs.
*
*/
void
write_output
(
struct
engine
*
e
,
int
mpi_rank
)
void
write_output
(
struct
engine
*
e
)
{
hid_t
h_file
=
0
,
h_grp
=
0
,
h_grpsph
=
0
;
...
...
src/io.h
→
src/
serial_
io.h
View file @
09004837
File moved
src/swift.h
View file @
09004837
...
...
@@ -37,7 +37,7 @@
#include
"runner.h"
#include
"engine.h"
#include
"units.h"
#include
"io.h"
#include
"
serial_
io.h"
#include
"parallel_io.h"
#include
"debug.h"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment