gc3pie

34 thoughts
last posted Jan. 3, 2013, 4:26 p.m.

16 earlier thoughts

0

So the environmental issues were caused by the StarCluster image loading SGE environment variables on login shells instead of through both login and non-login shells.

I added this to my user's ~/.bashrc script and all is working now:

if [[ $- != *i* ]]; then
    . /etc/profile.d/sge.sh
fi

17 later thoughts