twang15

Results 8 issues of twang15

Initial question: I am using llvmslicer. Except llvmslicer is based on cfg and dg is based on pdg, what are the other major differences between dg and llvmslicer ? Does...

question

### Steps to reproduce: 1. input sample: [sample.fa.gz](https://github.com/lh3/minimap2/files/9056559/sample.fa.gz) 2. reference genome: wget https://hgdownload.cse.ucsc.edu/goldenpath/hg38/bigZips/hg38.fa.gz gzip -d hg38.fa.gz 3. download minimap2: curl -L https://github.com/lh3/minimap2/releases/download/v2.24/minimap2-2.24_x64-linux.tar.bz2 | tar -jxvf - 4. Run ./minimap2-2.24_x64-linux/minimap2 -t...

I want to ask the same question as this one: https://github.com/rails-api/active_model_serializers/issues/1053 > I've come across a few issues that have started the discussion about including support for side-loading associations in...

Using caliper instrumentation to measure end-to-end runtime, I am confused by the following 2 cases. Suppose the program is instrumented as following: main() { cali_begin_string_byname('loop', 'main') .. cali_begin_string_byname('loop', 'loop1') loop1...

@tgamblin @davidbeckingsale Caliper overhead on KNL (LULESH2.0) is 20%. What would be the possible cause? #configurations CALI_CONFIG_PROFILE = serial-trace ICC 17.0.4 Linked w/ iomp5 or gomp (results similar) #threads |...

I annotate LULESH with caliper macros. LULESH experienced segmentation fault with the following call stack information (More details, please refer to this [caliper issue](https://github.com/LLNL/Caliper/issues/30)) : #0 0x00002b06b0cc005f in ?? ()...

I try to pull a repo by "ck pull repo:ck-crowtuning" and the following message shows up: cd /home/tao/CK/ck-crowtuning git clone https://github.com/ctuning/ck-crowtuning /home/tao/CK/ck-crowtuning Cloning into '/home/tao/CK/ck-crowtuning'... Username for 'https://github.com': And if...

There are warning messages while running with threaded lulesh2.0. Since MICA currently does not support multi-threaded program, the results may be invalid. Messages: WARNING: Thread creation detected, results can be...