NCAR / mpibind

MPI binding utilities
MIT License
1 stars 1 forks source link

Pull select statement from environment rather than requiring qstat #1

Closed benkirk closed 1 year ago

benkirk commented 1 year ago

Let's work with Altair & HSG to see if we can get a hook in place to export the select statement into an environment variable, then use it if available. Can still fall back to qstat if the magic variable is unset.

roryck commented 1 year ago

That sounds like a good approach to me, the qstat is the most fragile piece of the whole thing

roryck commented 1 year ago

Grabbing the select from the exported ENV VAR now, much cleaner.