#! /bin/bash

# This has two hardcoded deployments
# We should probably populate this more dynamically
# (for example from GPT information or a separate manual config file)

# default libexecdir used to bootstrap scripts
libexecdir=${GLOBUS_LOCATION}/libexec

# load GRIS common code and initialization
. ${libexecdir}/grid-hostinfo-common


echo "<glue:ApplicationSoftware xmlns:glue=\"http://glue.base.ogsa.globus.org/ce/1.1\">"
echo "<glue:RunTimeEnvironment glue:Name=\"GT3\" />"
echo "</glue:ApplicationSoftware>"

