Andrew D'Angelo

Results 15 comments of Andrew D'Angelo

I see where you're coming from (especially having done the work to reimplement the symbol menu)! I'm pretty used to swiping down to open the symbol and then using a...

Do you have any info on build steps for libSDL? I recall that the app would crash before launching until we replaced the `.so` with the prebuilt one from the...

@jameshcorbett , the CTI frontend usually does run on the login node of a cluster, but our design goals are to support running on any node that can communicate with...

It makes sense that they would need to at least be in an allocation to access the Flux API. If the user is running in another allocation, the job ID...

Redirecting input via `flux exec` works in the shell, but when launched inside CTI, I'm getting the errors ``` 2022-09-15T14:06:03.224712Z broker.err[0]: channel buffer error: rank = 0 pid = 13014,...

Thanks for the update on that. So for CTI, we would ship a file to somewhere accessible from the rank 0 broker, then use `flux filemap` to make it accessible,...

Update on this, I have been trying this approach again to ship files, For small files it usually completes successfully. However, with larger files (100+ MB), the first invocation will...

We're using `flux-filemap` to ship files from the broker node to the non-broker nodes, but we still needed a way to get the file from the frontend where we're running...

I'm also having this problem. Using most recent version 0.11.11