Skip to content

Commit

Permalink
Envs: mod. env to avoid timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit128 committed Oct 21, 2024
1 parent ebca28d commit c7fa394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cassiopee/Envs/env_Cassiopee_local
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ else if ($MAC == "juno") then
unsetenv I_MPI_FABRICS
unsetenv I_MPI_PMI_LIBRARY
unsetenv I_MPI_TCP_NETMASK
unsetenv I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS I_MPI_HYDRA_BOOTSTRAP HYDRA_BOOTSTRAP
unsetenv SLURM*
setenv OMP_PLACES cores
setenv PYTHONEXE python3
Expand Down
1 change: 1 addition & 0 deletions Cassiopee/Envs/sh_Cassiopee_local
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ elif [ "$MAC" = "juno" ]; then
unset I_MPI_FABRICS
unset I_MPI_TCP_NETMASK
unset I_MPI_PMI_LIBRARY
unset I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS I_MPI_HYDRA_BOOTSTRAP HYDRA_BOOTSTRAP
unset $(env | grep SLURM | cut -d'=' -f 1)
export OMP_PLACES=cores

Expand Down

0 comments on commit c7fa394

Please sign in to comment.