So, i'm working on a pattern recognition algorithm that uses and insane amount of processing.
I use this command to run scripts (100's of them);
exec("cd $rootDir; nohup php run_model.php $model_id > /dev/null 2> /dev/null &");
It takes a good 7 - 10 hours to run one of these scripts (I run 15 at a time). I am currently building a dedicated server for this programme to run on. Can anyone tell me how I can get the process above to run on a GPU.