Hello dear community,
I would like to start script-based calculations from outside the Singularity container.
My current workflow looks like this:
./salome_meca-lgpl-2022.1.0-1-20221225-scibian-9 --command bash -c “source /home/vboxuser/coding/profile.sh && as_run --test forma01a”
I get the following response:
vboxuser@UbuntuCodeAster:~/containers$ ./salome_meca-lgpl-2022.1.0-1-20221225-scibian-9 --command bash -c "source /home/vboxuser/coding/profile.sh && as_run --test forma01a"
not exist: /etc/krb5.conf
INFO: Could not find any nv files on this host!
/home/vboxuser/coding/profile.sh: ligne 67: module : commande introuvable
singularity exit code: 127
I seem to be doing something wrong, but I can't figure out what it is.