Turn echo output to sit_info and move to later place.

This commit is contained in:
Christoph Niethammer 2016-05-03 06:52:23 +00:00
parent 0c25f5431d
commit cf909d4c96

4
sit
View file

@ -62,8 +62,6 @@ while [ "$1" != "" ] ; do
esac
shift
done
echo "Actions to perform: $sit_action"
echo "Sit class file(s): $sit_classfile"
# Reading in user configuration file if it exists
if [[ -e $SIT_USER_CONFIG_FILE ]] ; then
@ -82,6 +80,8 @@ if [ -z $PLATFORM ]; then
PLATFORM="${DEFAULT_PLATFORM}"
fi
sit_info "Platform: $PLATFORM"
sit_info "Action(s) to perform: $sit_action"
sit_info "Sit class file(s): $sit_classfile"
# compiler to use
# (gnu|intel|pgi)