Skip to content

This is python project . I was also used django framework and dbsqlite3 database for that project. This is real world application mainly help to government polytechnic awasari college student.

Notifications You must be signed in to change notification settings

AyashaSikilkar/HelpDesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://helpdeskgpa.pythonanywhere.com/

Steps to execute CUDA program On your CPU(host) open terminal

  1. Login to the server i.e GPU by executing the following command

ssh 172.16.8.97

  1. It will prompt you for password (Enter password)
  2. Create a empty file through terminal using following command

touch file_name.cu

  1. To open the file write the following command in the terminal

vim file_name.cu

  1. i) Press ‘i’ to get into the inserting mode. ii) After completion of the code press ‘ESC’ to exit inserting mode
  2. To save and exit the file press :wq
  3. To run the file create an object file by using following command

‘ nvcc file_name.cu -o obj_name’ 8. To execute the object file use the command

‘ ./obj_name‘

About

This is python project . I was also used django framework and dbsqlite3 database for that project. This is real world application mainly help to government polytechnic awasari college student.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages