Skip to content

Commit

Permalink
Update platform file and cleanup ignores
Browse files Browse the repository at this point in the history
Avoid segfaults due to missing symbol

Signed-off-by: Ralph Castain <[email protected]>
  • Loading branch information
rhc54 committed Jan 24, 2024
1 parent d231daf commit cbd5762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@ opal/tools/wrappers/opal.pc
opal/util/show_help_lex.c
opal/util/keyval/keyval_lex.c

test/monitoring/aggregate_profile.pl
test/monitoring/profile2mat.pl

test/simple/abort
test/simple/accept
test/simple/attach
Expand Down
2 changes: 1 addition & 1 deletion contrib/platform/intel/bend/mac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enable_ipv6=no
enable_man_pages=no
enable_mpi_fortran=no
enable_memchecker=no
enable_mca_no_build=memchecker,common-monitoring,common-ompio,fbtl,fcoll,fs,io,mtl,osc,pml-cm,pml-monitoring,pml-ucx,pml-v,sharedfp,topo,vprotocol,btl-ofi,btl-portals4,btl-smcuda,btl-uct,btl-ugni,btl-usnic,common-cuda,common-ofi,common-ucx
enable_mca_no_build=memchecker,common-monitoring,common-ompio,fbtl,fcoll,fs,io,mtl,osc,pml-cm,pml-monitoring,pml-ucx,pml-v,sharedfp,topo,vprotocol,btl-ofi,btl-portals4,btl-smcuda,btl-uct,btl-ugni,btl-usnic,common-cuda,common-ofi,common-ucx,osc-monitoring,coll-monitoring
enable_contrib_no_build=libompitrace
with_memory_manager=no
with_devel_headers=yes
Expand Down

0 comments on commit cbd5762

Please sign in to comment.