forked from rarias/bscpkgs
Testing SLURM jobs with ppong
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user