Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
DistIR remove MPI_Init for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ehsan Totoni committed Dec 10, 2015
1 parent 7e71b7c commit 707a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cgen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ end

function pattern_match_call_dist_init(f::TopNode)
if f.name==:hps_dist_init
return "MPI_Init(0,0);"
return ";"#"MPI_Init(0,0);"
else
return ""
end
Expand Down

0 comments on commit 707a617

Please sign in to comment.