|
|
@ -5,9 +5,6 @@
|
|
|
|
#SBATCH --ntasks-per-node 2
|
|
|
|
#SBATCH --ntasks-per-node 2
|
|
|
|
#SBATCH --partition=free-rider
|
|
|
|
#SBATCH --partition=free-rider
|
|
|
|
|
|
|
|
|
|
|
|
# Carga el perfil default de Nix
|
|
|
|
|
|
|
|
source /nfs/home/gperez/openfoam-nix/openfoam.nix/openfoam-OpenFOAM-v2212/etc/bashrc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# vuelca lista de nodos asignados a un archivo "nodefile"
|
|
|
|
# vuelca lista de nodos asignados a un archivo "nodefile"
|
|
|
|
nodelist=$(scontrol show hostname $SLURM_NODELIST) ; printf "%s\n" "${nodelist[@]}" > nodefile
|
|
|
|
nodelist=$(scontrol show hostname $SLURM_NODELIST) ; printf "%s\n" "${nodelist[@]}" > nodefile
|
|
|
|
|
|
|
|
|
|
|
|