You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a generic computational backend function to submit jobs to the cloud (and later computational clusters like SGE or SLURM).
This would be a sub-function for each computational backend and a function to call them, by keeping them generic the feature can be expanded to optinally compute other pieces of sake.
I suggest:
a function "sake_generic_backend" which can call functions:
aws_backend
google_backend
Which in turn will be called by sake_generic_backend will be called by the current NMF Yabi code, even going so far as to utilize the current AMI
The configuration will need to be put someplace (things like secret keys and AMI instances) or made available to the end user.
The text was updated successfully, but these errors were encountered:
I'm around at 1:30 if you want to talk about it, I'll also have to send you config details.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHubhttps://github.com//issues/55#issuecomment-258171025, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AHi_OUeRtcQ6c0XMleanXnvcay7bBENHks5q6fmOgaJpZM4KodLH.
by utilizing:
We can create a generic computational backend function to submit jobs to the cloud (and later computational clusters like SGE or SLURM).
This would be a sub-function for each computational backend and a function to call them, by keeping them generic the feature can be expanded to optinally compute other pieces of sake.
I suggest:
a function "sake_generic_backend" which can call functions:
Which in turn will be called by sake_generic_backend will be called by the current NMF Yabi code, even going so far as to utilize the current AMI
The configuration will need to be put someplace (things like secret keys and AMI instances) or made available to the end user.
The text was updated successfully, but these errors were encountered: