# file: special_permissions.txt # # the follow is a list of users with special permissions to run jobs on portal # the data is delimited by "," with the following fields # email,cluster,hours,start,stop # + email: user's email address # + cluster: cluster to run this special job on # + timeout: number of mins allowed to run the job (0 means no timeout) # + start: the date of the permission is granted # + stop: the date of the permission should end # # update:::: # move this to database table Permission so we can add user in realtime without restarting the server # insert into Permission (email, start) values ("email@email.com", now()); lcchan@sdsc.edu, corbaloc::cipres13.sdsc.edu:5001/CipresRegistry, 100, 01/01/08, 12/12/08