Jesse Lopez

Results 17 comments of Jesse Lopez

Good point that I meant to bring up with the PR, is there a preferred way to add tests?

Okay, I'll add some testing.

How are tests run? I see the `ci` dir, various bash scripts, what looks like CI yaml config files, but I'm not sure at all how this is actually run.

@xpillons I tested in a couple of different VPNs and it works as I expect. However, an interesting side effect is that if you create a new VNet and create...

Okay, thanks for confirming the behavior is not just limited to that. I don't have permissions to merge, so you'll have to do that.

@garvct A bit late, but here is the config I use for deploying clusters. I don't have permissions on the repo, otherwise I'd assign you as this is derived from...

It's substantially different. Normally I'd keep in a different repo, but open this PR in response to the request to add it here.

Just to chime in, I experienced the same issue on macOS (11.4) and using scalene version 1.3.8. Attempting to profile the same code on Linux works.

I was attempting to profile [this Panel based app](https://github.com/yosoyjay/Thalassa) on my Mac laptop when I ran into the same SIG* issues.

@jbusecke I had the same problem you described and narrowed it down to MPI not initializing correctly. It turns out I needed to add my computer's name to `/etc/hosts/`, perhaps...