DrDaveD

Results 262 comments of DrDaveD

If it is required for nix maybe it should be a compile-time option. If you think it might be useful on other platforms too then an `apptainer.conf` option could be...

I see the same behavior with a centos7 host and a container built from docker://centos:7: ``` Apptainer> ls -l /etc/localtime lrwxrwxrwx 1 dwd fnalgrid 25 Nov 12 2020 /etc/localtime ->...

We should be able to fix that by checking if /etc/timezone is a symlink in the container, and if the host's is also a symlink and the corresponding path exists...

Probably the easiest fix for this is to create an empty file in the overlay and let it bind onto that instead of trying to remove the symlink. It may...

The decision in today's meeting was to not support OMP_NUM_THREADS but we are OK with you adding a new `apptainer build`,`apptainer pull`, and action command line option with its corresponding...

@GregThain Are you still interested in doing this? The first release candidate of 1.3.0 is expected early next week so now would be the time to do it.

This doesn't give enough information. What is the apptainer command that you ran this under? That is a rather old version of apptainer, and not even released since it was...

Closing since the submitter stopped responding

@kkaulen Thanks for the workaround, but please also submit a new issue with complete info about your environment and steps to reproduce.