Skip to content

Commit

Permalink
fix mount name
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 committed Nov 7, 2024
1 parent d240f3b commit fd78891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CEFI_MOM6-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cd ${{ env.TEST_DIR }}/CEFI_MOM6_CHECK/builds
pwd
img=/gpfs/f6/ira-cefi/world-shared/container/ubuntu22.04-intel-ufs-env-v1.8.0-llvm.img
apptainer exec -B /gpfs -B /ncrc $img bash linux-build.bash -m docker -p linux-intel -t repro -f mom6sis2
apptainer exec -B /gpfs -B /ncrc/home2/Yi-cheng.Teng:/ncrc/home2/Yi-cheng.Teng $img bash linux-build.bash -m docker -p linux-intel -t repro -f mom6sis2
#jobid=$(sbatch --parsable ci_build_driver.sh | awk -F';' '{print $1}' | cut -f1)
##
#sleep 1
Expand Down
2 changes: 1 addition & 1 deletion exps/NEP10.COBALT/run_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rm /gpfs/f6/ira-cefi/proj-shared/github/tmp/NEP10/RESTART_container/*

#
export img=/gpfs/f6/ira-cefi/world-shared/container/ubuntu22.04-intel-ufs-env-v1.8.0-llvm.img
apptainer exec -B /gpfs -B /ncrc $img bash ../../builds/container-scripts/externalize.sh -e container_exec -p ../../builds/docker/linux-intel.env ../../builds/build/docker-linux-intel/ocean_ice/repro/MOM6SIS2
apptainer exec -B /gpfs -B /ncrc/home2/Yi-cheng.Teng:/ncrc/home2/Yi-cheng.Teng $img bash ../../builds/container-scripts/externalize.sh -e container_exec -p ../../builds/docker/linux-intel.env ../../builds/build/docker-linux-intel/ocean_ice/repro/MOM6SIS2

# Avoid job errors because of filesystem synchronization delays
sync && sleep 1
Expand Down

0 comments on commit fd78891

Please sign in to comment.