Ehsan Totoni

Results 58 comments of Ehsan Totoni

Can something like `get_stmt_writes` be used instead? Use/def and liveness are used in many places and messing with them is potentially very dangerous. Setitem doesn't really have def semantics.

Didn't go through the details but seems like this is on the right track. Thanks.

Seems like this isn't running on a shared file system in your cluster. Please check your cluster setup. Alternatively, you can compile the standalone file (main1.sh command) and copy the...

@rahulkp220 unfortunately, we are not maintaining this repository due to lack of resources. The python version is being developed currently.

I agree. Hopefully, the Julia community with pick this up and develop it at some point.

HPAT doesn't support out-of-core computation currently, so the data has to fit in the cluster's memory. I recommend using more nodes. Also, if the installed MPI I/O is compiled with...

If you are referring to `remotecall()` and spawn mechanism, they are not particularly useful for our target domains (data analytics, scientific computing etc). We especially need collective message passing calls...

You'd probably need some new features in HPAT. We will be happy to help though.

I think you need to checkout the packages: ``` julia Pkg.checkout("CompilerTools") Pkg.checkout("ParallelAcclerator") Pkg.checkout("HPAT") ```