Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
recursive-gmconvert
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Riccardo PELLARIN
recursive-gmconvert
Commits
2e6c0aa6
Commit
2e6c0aa6
authored
Mar 10, 2018
by
samuel hanot
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
guess the root directory from map file
parent
1b8c06a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
recursive_gmconvert.sh
recursive_gmconvert.sh
+8
-0
No files found.
recursive_gmconvert.sh
View file @
2e6c0aa6
...
...
@@ -57,6 +57,13 @@ bindir=${0:h}
impdir
=
~/imp-fast/
gmconvert
=
${
bindir
}
/gmconvert/gmconvert
init_dir
=
$PWD
map_root_dir
=
$(
dirname
$map_name
)
map_name
=
$(
basename
$map_name
)
cd
$map_root_dir
mkdir
-p
converged
for
((
i
=
$i0
;
i<
=
N
;
i++
))
do
...
...
@@ -119,3 +126,4 @@ do
gnuplot
${
bindir
}
/plot_fsc.gpl
>
/dev/null 2>&1
rm
-f
tmp
*
done
cd
$init_dir
Samuel HANOT
@shanot
mentioned in issue
#6 (closed)
·
Mar 10, 2018
mentioned in issue
#6 (closed)
mentioned in issue #6
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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