Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
plumed2-fann
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Martin Kurečka
plumed2-fann
Commits
75b99b75
There was an error fetching the commit references. Please try again later.
Commit
75b99b75
authored
7 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Plain Diff
Merge branch 'v2.3' into v2.4
parents
35f37040
9729f09d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/Makefile
+15
-13
15 additions, 13 deletions
src/lib/Makefile
with
15 additions
and
13 deletions
src/lib/Makefile
+
15
−
13
View file @
75b99b75
...
...
@@ -179,19 +179,19 @@ ifdef PLUMED_LIBSUFFIX
@
echo
"++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
endif
ifndef
program_name
$(
error
"it seems Makefile.conf does not define
d
program_name - please configure again!"
)
$(
error
"it seems Makefile.conf does not define program_name - please configure again!"
)
endif
ifndef
bindir
$(
error
"it seems Makefile.conf does not define
d
bindir - please configure again!"
)
$(
error
"it seems Makefile.conf does not define bindir - please configure again!"
)
endif
ifndef
libdir
$(
error
"it seems Makefile.conf does not define
d
libdir - please configure again!"
)
$(
error
"it seems Makefile.conf does not define libdir - please configure again!"
)
endif
ifndef
includedir
$(
error
"it seems Makefile.conf does not define
d
includedir - please configure again!"
)
$(
error
"it seems Makefile.conf does not define includedir - please configure again!"
)
endif
ifndef
htmldir
$(
error
"it seems Makefile.conf does not define
d
htmldir - please configure again!"
)
$(
error
"it seems Makefile.conf does not define htmldir - please configure again!"
)
endif
cd
../config
;
$(
MAKE
)
# in principle we should uninstall before install
...
...
@@ -310,19 +310,21 @@ endif
@
if
test
-d
../../vim/help
;
then
echo
"From vim, you can use :set syntax=
$(
program_name
)
to enable it"
;
fi
ifeq
($(program_can_run),no)
@
echo
"WARNING:
$(
program_name
)
executable will not run on this machine"
@
echo
"WARNING: to patch an MD code use 'plumed-patch'"
@
echo
"WARNING: to verify configuration use 'plumed-config'"
@
echo
"WARNING: a few other command line tools are avalable as
$(
libdir
)
/
$(
program_name
)
/plumed-*"
@
echo
"WARNING: This is normal if you are cross compiling."
@
echo
"WARNING: - to patch an MD code use '
$(
program_name
)
-patch'"
@
echo
"WARNING: - to verify configuration use '
$(
program_name
)
-config'"
@
echo
"WARNING: - a few other command line tools are avalable as
$(
libdir
)
/
$(
program_name
)
/plumed-*"
else
ifeq
($(program_can_run_mpi),no)
@echo "WARNING
:
$(program_name) executable will not run on this machine"
@
echo
"WARNING: unless you invoke it as '
$(
program_name
)
--no-mpi'"
@
echo
"WARNING: to patch an MD code now use '
$(
program_name
)
--no-mpi patch'"
@
echo
"WARNING: (notice that MPI will be available anyway in the patched code)"
@
echo
"WARNING: all command line tools are available as '
$(
program_name
)
--no-mpi name-of-the-tool'"
@
echo
"WARNING: e.g. '
$(
program_name
)
--no-mpi driver'"
@
echo
"WARNING: This is normal if this is the login node of a cluster."
@
echo
"WARNING: - to patch an MD code now use '
$(
program_name
)
--no-mpi patch'"
@
echo
"WARNING: (notice that MPI will be available anyway in the patched code)"
@
echo
"WARNING: - all command line tools are available as '
$(
program_name
)
--no-mpi name-of-the-tool'"
@
echo
"WARNING: e.g. '
$(
program_name
)
--no-mpi driver'"
@
echo
"WARNING: (MPI will be disabled in this case)"
endif
uninstall
:
@
echo
WARNING
@
echo
I will remove the following files now
...
...
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