Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xavier Garrido
CAMEL
Commits
9e7d4c87
Commit
9e7d4c87
authored
Jun 18, 2018
by
Matthieu Tristram
Browse files
Upgrade naming
parent
0e09089b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
work/batch/cc/MinimizeIter.sh
work/batch/cc/MinimizeIter.sh
+2
-2
No files found.
work/batch/cc/MinimizeIter.sh
View file @
9e7d4c87
...
...
@@ -114,8 +114,8 @@ for((N=1; N<=$Niter; N++)); do
#MODIFY par BESTFIT
python ./changepars.py parfile bestfit > newparfile
mv bestfit
$OUTDIR
/best
\$
{N}_
fit
\$
{SGE_TASK_ID}
mv covmat
$OUTDIR
/covmat
\$
{
N}_
\$
{
SGE_TASK_ID}.dat
mv bestfit
$OUTDIR
/bestfit
\$
{SGE_TASK_ID}
_it
\$
{N}
mv covmat
$OUTDIR
/covmat
\$
{SGE_TASK_ID}
_it
\$
{N}
.dat
mv newparfile parfile
done
...
...
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