-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SGE Plugin hardcodes to TACC parallel environments #87
Comments
Hi Andre, can you please elaborate how these environments are configured if you use them via plain SGE (i.e., without Bliss). Is that something that goes into the job script? Do you suggest that 'mpi, mpi-128, omp,…' should be options for the the saga 'jd.spmd_variation' field? I'm working on the SGE adaptor at the moment, so the timing is perfect ;-) Thanks, On Feb 19, 2013, at 23:38 , Andre Luckow [email protected] wrote:
|
Hi Ole, qconf -spl Since it is a string, it should be provided by the user. Thanks! Best, On Wed, Feb 20, 2013 at 2:23 AM, Ole Weidner [email protected]:
|
Hi Andre, how's 'pe' related to the previously mentioned 'mpi, mpi-128, omp,…'? How do you think this should be mapped to saga? Thanks, On Feb 20, 2013, at 13:14 , Andre Luckow [email protected] wrote:
|
Hi, Best, On Wed, Feb 20, 2013 at 7:28 AM, Ole Weidner [email protected]:
|
Hi Andre, On Thu, Feb 21, 2013 at 1:34 AM, Andre Luckow [email protected] wrote:
Hmm, tempting... ;-)
Well, if it is needed, its needed... -- but is there a way to simply NUMBER_OF_PROCESSES = "24@4way" I don't really yet understand what those attributes are supposed to Best, Andre.
There are only two hard things in Computer Science: cache invalidation and -- Phil Karlton |
Introducing an awkward way of overload existing attributes just to avoid The focus should be on the user and how to make it simple and Best, |
On Thu, Feb 21, 2013 at 1:52 AM, Andre Luckow [email protected]:
Ah, please read again -- I was asking if there exists a simple way to The focus should be on the user and how to make it simple and
Yes, the goal is simple usage. Funny that we have the same intentions, and Thanks, Andre.
There are only two hard things in Computer Science: cache invalidation and -- Phil Karlton |
Hi Andre,
No, there is no simple way. The admin can define any arbitrary string, on Best, |
Given that there is a bigger issue at hand here: "how do you keep things simple when an admin can define any set of arbitrary strings for parallel environments" what's the patch fix for this in the meantime that could be implemented for now in a fork of the Bliss codebase? |
Make parallel environment for SGE configurable so that machines other than Lonestar can use the SGE plugin. On Morar e.g. the following parallel environments are supported:
make
mpi
mpi-128
omp
omp-128
smp
The text was updated successfully, but these errors were encountered: