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...")
(No difference)

Revision as of 17:07, 22 August 2018

  • 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 on a GPU.