-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
( This issue should wait until we've merged the runcluster.pl changes on branch peter-develop into master.)
System::Command will handle stderr and stdout. Some examples of its use are here.
To use that, we need to:
- Understand, fix, and clean our cpanfile mess. Chris recommends moving to Carton, which builds on cpanm (and its cpanfile). Then somehow link the two Makefiles. Because of our reliance on
MAKECMDGOALSinsrc/Makefile, submakes probably won't work. - Switch the
systemwith$qoutinruncluster.pl, which is one that would really benefit from capturing stdout and stderr. Check whatqstatandsqueueoutput to stdout and stderr, and whether they're the same. Otherwise, combine stderr and stdout.
@schelcj Is Open3 worth using? I like sticking to core perl when possible, and I don't see any immediate problems with Open3.
Metadata
Metadata
Assignees
Labels
No labels