Hi Uwe, 

Thanks for the advice - this seems to be cleared by just unsetting the bash 
functions ml and module. 

unset -f ml

unset -f module


This allowed the build to continue. I don't know what else lies in wait for 
the build, but I will keep you all posted. Thanks again, Uwe. 

Phil

On Tuesday, June 27, 2017 at 7:31:47 AM UTC-4, Uwe Köcher wrote:
>
> Looks like we are facing a similar error as posted here:
>   https://github.com/singularityware/singularity/issues/177
>
> The "variable" is a bash function. Please try to unset those functions 
> before running candi.
> You need to add "-f" to unset to unset a bash function. E.g. this should 
> do the thing:
>
> unset -f ml
>
>

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to