Difference between revisions of "GPUs EMBO 2018"

From Dynamo
Jump to navigation Jump to search
(Created page with " * Create a tutorial project <br /> <tt>dtutorial t -p ptest -M 100 </tt> * Adapt the project to be ran on a GPU environment without matlab <br /> <tt>dvput ptest destinatio...")
 
Line 1: Line 1:
 +
 +
We exemplify the process of sending projects to the GPU by a synthetic project.
  
 
* Create a tutorial project <br />
 
* Create a tutorial project <br />
Line 12: Line 14:
 
<tt>dvunfold ptest</tt>
 
<tt>dvunfold ptest</tt>
  
It creates a script called <tt>ptest.sh</tt> that needs to be submitted on a GPU.
+
It creates a script called <tt>ptest.sh</tt> that needs to be submitted to the a GPU.

Revision as of 16:15, 22 August 2018

We exemplify the process of sending projects to the GPU by a synthetic project.

  • Create a tutorial project

dtutorial t -p ptest -M 100

  • Adapt the project to be ran on a GPU environment without matlab

dvput ptest destination standalone_gpu

  • Passes a group of GPU identifiers

dvput ptest gpu_identifier_set 0:3

  • Unfolds the project:

dvunfold ptest

It creates a script called ptest.sh that needs to be submitted to the a GPU.