Compare commits

...

2 Commits

Author SHA1 Message Date
chn
489a6d8866 localPackages.vasp: fix 2024-03-24 17:53:45 +08:00
chn
2d8dc72c52 devices.xmupc2: set cpu governor 2024-03-24 17:45:10 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -96,5 +96,6 @@ inputs:
bugs = [ "xmunet" ];
user.users = [ "chn" "xll" "zem" "yjq" "gb" ];
};
powerManagement.cpuFreqGovernor = "ondemand";
};
}

View File

@ -74,8 +74,7 @@ let
else
''
if [ -n "''${SLURM_JOB_ID-}" ]; then
# srun should be in PATH
exec mpirun ${vasp version}/bin/vasp-${variant}
exec mpirun --bind-to none ${vasp version}/bin/vasp-${variant}
else
exec mpirun -np 1 ${vasp version}/bin/vasp-${variant}
fi