Testing SLURM jobs with ppong

This commit is contained in:
2020-08-04 11:51:09 +02:00
parent 85c15e9f3f
commit 39a639ac10
2 changed files with 16 additions and 6 deletions

View File

@@ -28,6 +28,16 @@ let
ppong-job = srunner { app=ppong; };
exp = {
jobs = callPackage ./experiments {
apps = map (app: srunner {app=app;}) (
genApps [ ppong ] (
genConfigs {
mpi = [ bsc.intel-mpi pkgs.mpich pkgs.openmpi ];
}
)
);
};
mpiImpl = callPackage ./experiments {
apps = genApps [ ppong ] (
genConfigs {