Local workstation (Ubuntu 18.04 - SSD local filesystem)
With a1565f142c3df6549382df3c58b07d663a8ad54b:
console
<this branch>$ time spack compiler add
==> Added 3 new compilers to /home/mculpo/.spack/linux/compilers.yaml
gcc.2.0 gcc.3.0 clang.0.1-svn334776-1~exp1~20181018152737.116
==> Compilers are defined in the following files:
/home/mculpo/.spack/linux/compilers.yaml
real 0m0,808s
user 0m0,910s
sys 0m0,289s
</this>
while using develop at ec2c5e5b0dfbbf5d70d0ccca91da4e8c149642fc:
console
<develop>$ time spack compiler add
==> Added 3 new compilers to /home/mculpo/.spack/linux/compilers.yaml
gcc.2.0 gcc.3.0 clang.0.1-svn334776-1~exp1~20181018152737.116
==> Compilers are defined in the following files:
/home/mculpo/.spack/linux/compilers.yaml
real 0m1,508s
user 0m3,755s
sys 0m0,718s
</develop>
Fidis front-end (rhel 7.3 - GPFS filesystem)
With a1565f142c3df6549382df3c58b07d663a8ad54b:
console
<this-branch>$ time spack compiler add
==> Added 1 new compiler to /home/culpo/.spack/linux/compilers.yaml
gcc.8.5
==> Compilers are defined in the following files:
/home/culpo/.spack/linux/compilers.yaml
real 0m0.611s
user 0m0.432s
sys 0m0.180s
</this-branch>
while using develop at ec2c5e5b0dfbbf5d70d0ccca91da4e8c149642fc:
console
<develop>$ time spack compiler add
==> Added 1 new compiler to /home/culpo/.spack/linux/compilers.yaml
gcc.8.5
==> Compilers are defined in the following files:
/home/culpo/.spack/linux/compilers.yaml
real 0m1.908s
user 0m1.449s
sys 0m0.463s
</develop>