[gmx-developers] regressiontests and slurm

Åke Sandgren ake.sandgren at hpc2n.umu.se
Tue Sep 17 18:01:21 CEST 2013


Hi!

Could you perhaps do the same things for srun that is done for aprun in 
regressiontests/gmxtest.pl?

I.e. in setup_vars
         } elsif ( $mpirun =~ /aprun/ ) {
             $mdprefix = "$mpirun -n $mpi_processes";
         } elsif ( $mpirun =~ /srun/ ) {
             $mdprefix = "$mpirun -n $mpi_processes";
and in test_systems
if ( $mpi_processes > 0 && !($mpirun =~ /aprun/) && !($mpirun =~ /srun/)) {

Or similar.

-- 
Ake Sandgren, HPC2N, Umea University, S-90187 Umea, Sweden
Internet: ake at hpc2n.umu.se   Phone: +46 90 7866134 Fax: +46 90 7866126
Mobile: +46 70 7716134 WWW: http://www.hpc2n.umu.se



More information about the gromacs.org_gmx-developers mailing list