Just get the load sensor from: https://gridscheduler.svn.sourceforge.net/svnroot/gridscheduler/trunk/source/dist/gpu/gpu_sensor.c
Compile it on your system - and make sure that it has the CUDA SDK & libraries installed (Google is your friend - look for the nvidia-ml library). % cc gpu_sensor.c -lnvidia-ml Before you use it as a load sensor, compile and run it interactively: % cc gpu_sensor.c -DSTANDALONE -lnvidia-ml Make sure that the code is reporting something meaningful on your system. Rayson On Mon, May 14, 2012 at 4:55 AM, Semi <[email protected]> wrote: > Please help in GPU integration under SGE and parallel running of NAMD and > GAMESS on GPU via SGE. > > _______________________________________________ > users mailing list > [email protected] > https://gridengine.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] https://gridengine.org/mailman/listinfo/users
