File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,11 @@ def build_libcharm(charm_src_dir, build_dir):
140
140
cmd = './build charm4py netlrts-linux-arm8 tcp -j' + str (build_num_cores ) + ' --with-production ' + extra_build_opts
141
141
else :
142
142
cmd = './build charm4py netlrts-linux-arm7 tcp -j' + str (build_num_cores ) + ' --with-production ' + extra_build_opts
143
+ elif arch == "ppc64le" :
144
+ if build_mpi :
145
+ cmd = './build charm4py mpi-linux-ppc64le -j' + str (build_num_cores ) + ' --with-production ' + extra_build_opts
146
+ else :
147
+ cmd = './build charm4py netlrts-linux-ppc64le tcp -j' + str (build_num_cores ) + ' --with-production ' + extra_build_opts
143
148
else :
144
149
if build_mpi :
145
150
cmd = './build charm4py mpi-linux-x86_64 -j' + str (build_num_cores ) + ' --with-production ' + extra_build_opts
You can’t perform that action at this time.
0 commit comments