Skip to content

Instantly share code, notes, and snippets.

@kempj
Created November 26, 2013 03:46
Show Gist options
  • Save kempj/7653181 to your computer and use it in GitHub Desktop.
Save kempj/7653181 to your computer and use it in GitHub Desktop.
LD_PRELOAD=~/code/research/hpxMP/libopenmp.so /opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl -collect hotspots -knob sampling-interval=5 -knob enable-user-tasks=true -mrte-mode=managed -target-duration-type=veryshort -app-working-dir /home/jeremy/intel/amplxe/projects/hpxmp --search-dir sym:p=/home/jeremy/intel/amplxe/projects/hpxmp -- /home/jeremy/intel/amplxe/projects/hpxmp/omp-lu-orig 1000 10
/opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl: /opt/intel/vtune_amplifier_xe_2013/bin64/../lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/jeremy/code/research/hpxMP/libopenmp.so)
/opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl: /opt/intel/vtune_amplifier_xe_2013/bin64/../lib64/libstdc++.so.6: version `GLIBCXX_3.4.13' not found (required by /home/jeremy/hpx/lib/hpx/libhpx.so.0)
/opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl: /opt/intel/vtune_amplifier_xe_2013/bin64/../lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/jeremy/hpx/lib/hpx/libhpx.so.0)
/opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl: /opt/intel/vtune_amplifier_xe_2013/bin64/../lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/jeremy/boost/lib/libboost_serialization.so.1.53.0)
/opt/intel/vtune_amplifier_xe_2013/bin64/amplxe-cl: /opt/intel/vtune_amplifier_xe_2013/bin64/../lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/jeremy/boost/lib/libboost_regex.so.1.53.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment