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
Roy Fabrice
pFoF
Commits
4f82884e
Commit
4f82884e
authored
Dec 19, 2017
by
Roy Fabrice
Browse files
Add read_ramses_part_mod.f90 in Makefile
parent
99df4643
Changes
1
Hide whitespace changes
Inline
Side-by-side
pfof_snap/src/Makefile
View file @
4f82884e
...
...
@@ -25,6 +25,7 @@ SRC = modhdf5.f90 \
modmpicom.f90
\
modreadcube.f90
\
modwritecube.f90
\
read_ramses_part_mod.f90
\
modio.f90
\
modfofpara.f90
\
pfof_snap.f90
...
...
@@ -50,15 +51,15 @@ all: release
$(EXE)
:
$(MODS) $(OBJS)
@
echo
"--------------------------------"
@
echo
building
$(EXE)
with parameters
\
FC
=
$(MPIFC)
,
LDFLAGS
=
$(LDFLAGS)
FC
=
$(MPIFC)
,
LDFLAGS
=
$(LDFLAGS)
$(MPIFC)
-g
-o
$(EXE)
$(OBJS)
$(LDFLAGS)
clean
:
@
echo
"--------------------------------"
@
echo
cleaning compiled objects, modules and executable
rm
-f
*
.o
*
.mod
*
~
$(EXE)
@
echo
cleaning compiled objects, modules and executable
rm
-f
*
.o
*
.mod
*
~
$(EXE)
svnrev
:
svnrev
:
cd
$(COMMONDIR)
;
echo
"#define SVNREV
\"
no_version_found
\"
"
>
svnrev.h
;
cd
-
;
\
...
...
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