Hello Hongsheng,

On 19/02/2020 11:23, Hongyi Zhao wrote:
Hi,

Say for the following:
$ eb Python-3.7.0-foss-2018b.eb

The above command depends on many tarballs,

Do you already have the toolchain foss/2018b installed? If not, eb will need to download and build it from scratch, and that will take some time, but only for the first time.

  and the downloading
process with the eb is so slow.
It shouldn't be slower than any other process from the same system.... maybe you are running from a node without internet access, or filtered?
Is there some method for me to let eb
output all of the used source tarballs urls?

"eb Python-3.7.0-foss-2018b.eb --fetch -x" might help, eventually with "-r" to also see tarballs from dependencies

(--fetch means download only, you can use this from another node with internet access, if that's the problem, and -x means extended-dry-run, show only what would be done)

Best,

Miguel


Reply via email to