Open lazyprgmr opened 4 years ago
Using memory_profiler, is profiling the memory usage of a multithreaded program as simple as "mprof run program.py" or do we need to add the -C option?
on the same line, what about the mpi case? would it be doable to have a different file output per every mpi process?
Using memory_profiler, is profiling the memory usage of a multithreaded program as simple as "mprof run program.py" or do we need to add the -C option?