LinuxPersonEC

Results 65 comments of LinuxPersonEC

I looked at that and tried deleting it. They are all 0 KB files. ``` ls -l ~/.local/share/containers/cache/blob-info-cache-v1.boltdb -rw------- 1 me user 0 Mar 22 14:48 /path/to/me/.local/share/containers/cache/blob-info-cache-v1.boltdb ``` ``` apptainer...

I deleted the empty file and it's getting further now hanging here: ``` Getting image source signatures Copying blob 7fac07fb303e [--------------------------------------] 0.0b / 169.0b Copying blob 7fac07fb303e [--------------------------------------] 0.0b /...

OK I believe I found the issue. As mentioned that path to the`.boltdb `file is indeed NFS. So I tested making a symbolic link of the file to a directory...

> I think you might need to use APPTAINER_CACHEDIR to move the whole cache to `/local`. No that doesn't force `blob-info-cache-v1.boltdb` in `/local` so far I've only found `XDG_DATA_HOME`. Perhaps...

But the drag here is in a HPC shared environment, users will likely get another compute node and hence not have access to the previously created `/local`.

As a guest, which is probably a big part of the problem. I see [sample instructions to login](https://www.pugetsystems.com/labs/hpc/How-To-Setup-NVIDIA-Docker-and-NGC-Registry-on-your-Workstation---Part-4-Accessing-the-NGC-Registry-1115/) but unfortunately we don't use Docker (the whole needing to be root...

> This shouldn't happen unless you are building in some non-standard way. A comprehensive guide for building projects in the Optimization Suite is here: https://coin-or.github.io/user_introduction.html. It's probably not anything specific...

Some good news. I went back and looked at the [dependencies](https://github.com/coin-or/Cgl/blob/master/.coin-or/config.yml). I made sure to run `./configure` on Data-Sample and re-ran the configure/make/make install on CoinUtils, Osi and Clp and...

> The `couenne` executable can only be used for AMPL's `.nl` files. It is thus only build when ASL has been made available (https://github.com/coin-or-tools/ThirdParty-ASL). OK so I ran the configure/make/make...

On the [Bonmin page](https://www.coin-or.org/Bonmin/Install.html) > If the ASL source had been obtained, this installs the executable bonmin in Bonmin-1.8/bin. In what follows, we assume that you have put the executable...