Simple batch connect app for non-interactive applications

Hey, folks. Didn’t know if there was a better place to post this, so it’s in General.

While stumbling through making our own interactive apps for Jupyter, Rstudio, etc., we also wanted to make a much simpler example for traditional batch apps like NAMD.

We really didn’t realize at first that most of the posted interactive apps were for literally interactive applications with a UI that could be presented over a socket, and spent a while cutting out all the extra pieces that weren’t relevant to the simpler cases.

So with the help of @jeff.ohrstrom , @SColson82 has posted GitHub - SColson82/bc_namd: Simple NAMD form for Open OnDemand with just enough wrapper code to present a basic form wrapper around NAMD.

Hope that helps someone else while the Job Composer is getting updated.

1 Like

I have been eagerly awaiting the new Job Composer, which I have very high hopes for. But in the meantime, this is very interesting. Definitely going to have a look.