GPUs EMBO 2018

From Dynamo
Revision as of 17:07, 22 August 2018 by Daniel Castaño (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • 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.