> On Apr 13, 2020, at 14:59 , HANG HUANG wrote:
>
> I am trying to install Sage version 9.0 on the High performance cluster at my
> university, which runs Linux (CentOS 7). I am installing to my local
> "scratch" folder since I do not have administrative permissions. I am trying
> to instal
Thanks very much for your reply. In fact, my scratch folder has almost 1T
of free space. So I am really confused of why I got that error message.
Best,
Amy
'Justin C. Walker' via sage-support
于2020年4月13日周一 下午6:16写道:
>
>
> > On Apr 13, 2020, at 14:59 , HANG HUANG wrote:
> >
> > I am trying to
Looks like you are using ccache, but CCACHE_DIR is not pointing to the
scratch folder.
Delete $HOME/.ccache and set CCACHE_DIR env variable to some place like
/scratch/user/hhuang235/.ccache
Isuru
On Mon, Apr 13, 2020 at 8:45 PM HANG HUANG wrote:
> Thanks very much for your reply. In fact, my s