Closed
Description
Absoft's MTT is showing a 32 bit build failure on master -- linking opal_wrapper
seems to be looking for a non-existent opal_cmpset_64
symbol.
See https://mtt.open-mpi.org/index.php?do_redir=2478.
@cagoelz sent the attached full logs, but they apparently don't show much beyond what we see in MTT generated by:
$ ../openmpi-master-201708290239-a84af67/configure FC=af90 FCFLAGS=-Z790 "CFLAGS=-g -pipe" --enable-picky --enable-debug --enable-mpirun-prefix-by-default 2>&1 | tee config_output.txt
$ make 2>&1 | tee make_output.txt