GPUs EMBO 2018
Revision as of 16:15, 22 August 2018 by Daniel Castaño (talk | contribs)
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.