Hello,
I have found a problem when trying to install the LSST packages using the “rebuild lsst_distrib” command line. The error message is as follows:
~/lsstsw$ rebuild lsst_distrib
flock-fd: 200: Function not implemented
a rebuild is already in process.
The flock error points at the use of the lustre file system in our computing cluster:
(lsst-scipipe-984c9f7) jahumada@leftraru3:~/lsstsw$ pwd
/home/jahumada/lsstsw
(lsst-scipipe-984c9f7) jahumada@leftraru3:~/lsstsw$ mount | grep home
systemd-1 on /home type autofs (rw,relatime,fd=22,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=29609)
172.22.30.1@o2ib:172.22.30.2@o2ib:/home on /home type lustre (rw,lazystatfs)
172.22.30.1@o2ib:172.22.30.2@o2ib:/home on /mnt/flock type lustre (rw,localflock,lazystatfs)
So it might be that currently lsstsw is not compatible with this type of file distribution. Do you know of any way to walk-around this issue?
Thanks very much!