bd2kccd / tetrad

TETRAD is a program which creates, simulates data from, estimates, tests, predicts with, and searches for causal and statistical models. The aim of the program is to provide sophisticated methods in a friendly interface requiring very little statistical sophistication of the user and no programming knowledge. It is not intended to replace flexible statistical programming systems such as Matlab, Splus or R. Tetrad is freeware that performs many of the functions in commercial programs such as Netica, Hugin, LISREL, EQS and other programs, and many discovery functions these commercial programs do not perform.
GNU General Public License v2.0
0 stars 1 forks source link

Support for HPC usage restrictions #63

Open espinoj opened 7 years ago

espinoj commented 7 years ago

User should be able to select resource, memory, wall time, cpus. Admins should be able to set restrictions for usage.

chirayukong commented 7 years ago

Do you mean the access control for the admin in some form? Web-based?

chirayukong commented 7 years ago

@espinoj what's your thought?

espinoj commented 7 years ago

Yes, this is pending addition of Kevin's work on the database to allow for a role where a user can select their resource.

chirayukong commented 7 years ago

The HPC client has already a capability to provide choices of HPC resources based on the server's response (access control's job). If the server side is ready, the client is also ready.