GPUs EMBO 2018
Revision as of 16: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...")
- 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.