vpartition
--
Is it because of "sleep 1" process? Or how could I debug it?
Any help will be appreciated.
--GHui
ainer.
Now I submit job with root in container. And job is running on host. And the
job's owner is root.
So I submit a job with user rsync, but it runs as root privilege.
On 5/16/22 7:53 AM, GHui wrote:
> I fount a serious problem. If I run a container on a common user, eg. tom.
In conta
I have build hwloc-2.0.3 with "./configure --prefix=/usr/local/hwloc-2.0.3
--enable-netloc", but when I build slurm with
"--with-hwloc=/usr/local/hwloc-2.0.3 --with-netloc=/usr/local/hwloc-2.0.3
". It aslo cannot recognize netloc. And output the follow errors.
checking for netloc i
I configure the source code with the following warning
checking whether this is a Cray XT or XE system... Unable to locate Cray APIs
(usually in /opt/cray/alpscomm and /opt/cray/job)
checking for datawarp installation...
configure: WARNING: unable to locate DataWarp installation
--