[atlas-devel] Another data point on searching the file system
Brought to you by:
rwhaley,
tonyc040457
|
From: Volker B. <vbr...@gm...> - 2012-07-18 14:23:51
|
I'm trying to build ATLAS 3.10.0 on a SPARC Solaris machine in a build farm that has a dozen different compiler versions installed plus snapshots for old stuff. The file system is a relatively high latency NFS. I've started atlas configure yesterday but it is still trawling the file system for all possible *gcc* that it can find. It t is still running find /usr/local /bin /sbin /usr/bin /usr/sbin /opt/bin /opt/sbin -name *gcc* -exec ./xisgcc and I don't think it'll finish anytime soon. |