Skip to content

Location of container .bashrc file on Cluster #134

@fgvangessel-umd

Description

@fgvangessel-umd

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)

Metadata

Metadata

Labels

help wantedExtra attention is neededquestionFurther information is requested

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions