Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plumed AlphaFold
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Plumed AlphaFold
Commits
768e40f4
There was an error fetching the commit references. Please try again later.
Commit
768e40f4
authored
7 years ago
by
Giovanni Bussi
Browse files
Options
Downloads
Patches
Plain Diff
Fixed what script
It now takes paths into account correctly
parent
07552b60
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
regtest/scripts/what
+7
-1
7 additions, 1 deletion
regtest/scripts/what
with
7 additions
and
1 deletion
regtest/scripts/what
+
7
−
1
View file @
768e40f4
#!/bin/bash
if
test
-n
"
$PLUMED_PREPEND_PATH
"
;
then
PATH
=
"
$PLUMED_PREPEND_PATH
:
$PATH
"
fi
plumed
=
"
${
PLUMED_PROGRAM_NAME
:-
plumed
}
"
for
action
in
$(
cat
$(
plumed info
--root
)
/src/
*
/
*
.cpp |
grep
PLUMED_REGISTER_ACTION |
cat
$(
$
plumed
--no-mpi
info
--root
)
/src/
*
/
*
.cpp |
grep
PLUMED_REGISTER_ACTION |
sed
-e
's/,/ /g
s/(/ /g
s/)/ /g'
|
awk
'{print $3}'
|
sed
-e
's/\([\"]\)//g'
...
...
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