Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PAPPSO
MassChroQ
Commits
3ac249b2
Commit
3ac249b2
authored
Nov 27, 2013
by
Olivier Langella
Browse files
cpus required changed from 12 to 8
parent
57ce9d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/scripts/masschroq-condor.pl
View file @
3ac249b2
...
...
@@ -40,11 +40,11 @@ print $condor_file "Output = $tempdir/masschroq.out\n";
print
$condor_file
"
Error =
$tempdir
/masschroq.error
\n
";
print
$condor_file
"
requirements = Cpus ==
12
\n
";
print
$condor_file
"
requirements = Cpus ==
8
\n
";
print
$condor_file
"
\n
";
print
$condor_file
"
Arguments = -c
12
-t /tmp
";
print
$condor_file
"
Arguments = -c
8
-t /tmp
";
foreach
(
@ARGV
)
{
print
$condor_file
"
$_
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment