For the airfoil problem, upon launching the container the machaero-specific .bashrc file must be sourced to add the appropriate python libraries and executables to the path. On Zaratan the location of that .bashrc file differs from the currently hard-coded path, Specifically,
# Existing path which throws error
"source ~/.bashrc_mdolab && cd /home/mdolabuser/mount/engibench && mpirun -np "
# Zaratan singularity path that is valid
"source /home/mdolabuser/.bashrc_mdolab && cd /home/mdolabuser/mount/engibench && mpirun -np "
I'm looking for suggested solutions which are minimally invasive but would allow compatibility across clusters (i.e. Euler and Zaratan)
For the airfoil problem, upon launching the container the machaero-specific .bashrc file must be sourced to add the appropriate python libraries and executables to the path. On Zaratan the location of that .bashrc file differs from the currently hard-coded path, Specifically,
I'm looking for suggested solutions which are minimally invasive but would allow compatibility across clusters (i.e. Euler and Zaratan)