Skip to content

Commit 828be00

Browse files
committed
ncores changed
1 parent 2ce37aa commit 828be00

File tree

1 file changed

+3
-6
lines changed
  • education/HADDOCK3/HADDOCK3-protein-protein-basic

1 file changed

+3
-6
lines changed

education/HADDOCK3/HADDOCK3-protein-protein-basic/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ to a maximum of the total number of available cores on the system minus one. An
553553
{% highlight toml %}
554554
# compute mode
555555
mode = "local"
556-
# 1 nodes x 96 ncores
557-
ncores = 96
556+
# 1 nodes x 50 ncores
557+
ncores = 50
558558
{% endhighlight %}
559559

560560
In this mode HADDOCK3 can be started from the command line with as argument the configuration file of the defined workflow.
@@ -565,9 +565,6 @@ haddock3 \<my-workflow-configuration-file\>
565565

566566
Alternatively redirect the output to a log file and send haddock3 to the background.
567567

568-
_**Note**_: This is the execution mode you should use on the NMRBox resources. For the tutorial we limit the number of cores to 10.
569-
570-
571568
<a class="prompt prompt-cmd">
572569
haddock3 \<my-workflow-configuration-file\> \> haddock3.log &
573570
</a>
@@ -582,7 +579,7 @@ _**Note**_: This is also the execution mode that should be used for example when
582579
{% highlight shell %}
583580
#!/bin/bash
584581
#SBATCH --nodes=1
585-
#SBATCH --tasks-per-node=96
582+
#SBATCH --tasks-per-node=50
586583
#SBATCH -J haddock3
587584
#SBATCH --partition=medium
588585

0 commit comments

Comments
 (0)