File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
education/HADDOCK3/HADDOCK3-protein-protein-basic Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff 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
555555mode = "local"
556- # 1 nodes x 96 ncores
557- ncores = 96
556+ # 1 nodes x 50 ncores
557+ ncores = 50
558558{% endhighlight %}
559559
560560In 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
566566Alternatively 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 " >
572569haddock3 \< 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
You can’t perform that action at this time.
0 commit comments