From 479c18c19919addda1be276b3dbbb3d3b4a65b32 Mon Sep 17 00:00:00 2001 From: sageweil Date: Fri, 31 Aug 2007 18:17:31 +0000 Subject: [PATCH] no default srun git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1763 29311d96-e01e-0410-9327-a35deaab8ce9 --- trunk/ceph/script/runjob.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ceph/script/runjob.pl b/trunk/ceph/script/runjob.pl index 7622112365ee9..c432675d33830 100755 --- a/trunk/ceph/script/runjob.pl +++ b/trunk/ceph/script/runjob.pl @@ -7,7 +7,7 @@ use Data::Dumper; my $usage = "script/runset.pl [--clean] jobs/some/job blah\n"; my $clean; -my $use_srun = 1; +my $use_srun = 0; my $nobg = '&'; my $in = shift || die $usage; if ($in eq '--clean') { -- 2.39.5