Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pegasus-isi
ACME-Workflow
Commits
c69ff078
Commit
c69ff078
authored
Feb 05, 2015
by
Juve, Gideon
Browse files
Make sure diagnostics code finds ImageMagick
parent
8a700219
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/acme-amwg.sh
View file @
c69ff078
...
...
@@ -7,6 +7,15 @@ if [ $# -ne 1 ]; then
exit
1
fi
# Make sure ImageMagick is on the path
if
[
-z
"
$(
which convert
)
"
]
;
then
if
[
-z
"
$MAGICK_HOME
"
]
;
then
echo
"ImageMagick not found. Set MAGICK_HOME."
exit
1
fi
export
PATH
=
$PATH
:
$MAGICK_HOME
/bin
fi
# Need to load the modules for the diagnostics code
module load ncl
module load nco
...
...
sites.xml
View file @
c69ff078
...
...
@@ -19,6 +19,7 @@
</directory>
<profile
namespace=
"env"
key=
"PEGASUS_HOME"
>
/project/projectdirs/m2187/pegasus/pegasus-4.4.0
</profile>
<profile
namespace=
"env"
key=
"DIAG_HOME"
>
/project/projectdirs/m2187/amwg/amwg_diagnostics
</profile>
<profile
namespace=
"env"
key=
"MAGICK_HOME"
>
/project/projectdirs/m2187/ImageMagick-6.9.0.4
</profile>
<profile
namespace=
"globus"
key=
"project"
>
m2187
</profile>
<profile
namespace=
"globus"
key=
"queue"
>
regular
</profile>
<profile
namespace=
"condor"
key=
"periodic_remove"
>
False
</profile>
...
...
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