Discussion:
[FYI] HCQC(HPC compiler quality checker) on GitHub
Masaki Arai
2017-11-08 03:38:30 UTC
Permalink
Hi,

I put HCQC(HPC compiler quality checker) on GitHub.

URL: https://github.com/Linaro/hcqc

Any comments or suggestions are very welcome.
I am going to improve README.md overall and to add more test programs.
I will also report the analysis results using HCQC on hpc-sig-devel.

The attached PDF file was used to explain HCQC at HPC-SIG SC meeting(11/7).
I think you can reproduce the results on this slide if you modify the
following part of the configuration file:

hcqc/config/clang-config.json
"COMMAND" : "/usr/bin/clang",
"VERSION" : "4.0.1",

hcqc/config/gcc-config.json
"COMMAND" : "/usr/bin/gcc-7",
"VERSION" : "7.1.1",

which you need to fix to suit your environment.

[image: Loading Image...]




Best regards,
--
--------------------------------------
Masaki Arai
Yvan Roux
2017-11-08 14:18:57 UTC
Permalink
Hi Masaki,
Post by Masaki Arai
Hi,
I put HCQC(HPC compiler quality checker) on GitHub.
URL: https://github.com/Linaro/hcqc
Any comments or suggestions are very welcome.
I am going to improve README.md overall and to add more test programs.
I will also report the analysis results using HCQC on hpc-sig-devel.
The attached PDF file was used to explain HCQC at HPC-SIG SC meeting(11/7).
I think you can reproduce the results on this slide if you modify the
it seems that this PDF is missing.

Best regards,
Yvan
Post by Masaki Arai
hcqc/config/clang-config.json
"COMMAND" : "/usr/bin/clang",
"VERSION" : "4.0.1",
hcqc/config/gcc-config.json
"COMMAND" : "/usr/bin/gcc-7",
"VERSION" : "7.1.1",
which you need to fix to suit your environment.
[image: https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif]
Best regards,
--
--------------------------------------
Masaki Arai
_______________________________________________
linaro-toolchain mailing list
https://lists.linaro.org/mailman/listinfo/linaro-toolchain
Luis Machado
2017-11-08 17:30:08 UTC
Permalink
FTR, i don't see any attached PDF's in this e-mail either.
Post by Yvan Roux
Hi Masaki,
Post by Masaki Arai
Hi,
I put HCQC(HPC compiler quality checker) on GitHub.
URL: https://github.com/Linaro/hcqc
Any comments or suggestions are very welcome.
I am going to improve README.md overall and to add more test programs.
I will also report the analysis results using HCQC on hpc-sig-devel.
The attached PDF file was used to explain HCQC at HPC-SIG SC meeting(11/7).
I think you can reproduce the results on this slide if you modify the
it seems that this PDF is missing.
Best regards,
Yvan
Post by Masaki Arai
hcqc/config/clang-config.json
"COMMAND" : "/usr/bin/clang",
"VERSION" : "4.0.1",
hcqc/config/gcc-config.json
"COMMAND" : "/usr/bin/gcc-7",
"VERSION" : "7.1.1",
which you need to fix to suit your environment.
[image: https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif]
Best regards,
--
--------------------------------------
Masaki Arai
_______________________________________________
linaro-toolchain mailing list
https://lists.linaro.org/mailman/listinfo/linaro-toolchain
_______________________________________________
linaro-toolchain mailing list
https://lists.linaro.org/mailman/listinfo/linaro-toolchain
Renato Golin
2017-11-08 17:31:21 UTC
Permalink
Post by Luis Machado
FTR, i don't see any attached PDF's in this e-mail either.
It's possible that the pdf went to hpc-sig-dev and not toolchain.
maybe toolchain doesn't allow attachments?
Yvan Roux
2017-11-08 17:36:34 UTC
Permalink
Post by Renato Golin
Post by Luis Machado
FTR, i don't see any attached PDF's in this e-mail either.
It's possible that the pdf went to hpc-sig-dev and not toolchain.
maybe toolchain doesn't allow attachments?
something like that I guess, but I can see at least one attachment
(.tar file) among the last 1k emaisl on that list
Masaki Arai
2017-11-08 17:58:42 UTC
Permalink
Hi,

Thank you very much for your reply.

I committed the PDF file on GitHub.
Please download it from
URL: https://github.com/Linaro/hcqc/blob/master/doc/hcqc-2017-11-07.pdf

Best regards,

--
--------------------------------------
Masaki Arai
Yvan Roux
2017-11-08 18:07:17 UTC
Permalink
Post by Masaki Arai
Hi,
Thank you very much for your reply.
I committed the PDF file on GitHub.
Please download it from
URL: https://github.com/Linaro/hcqc/blob/master/doc/hcqc-2017-11-07.pdf
Thanks a lot Masaki.
Post by Masaki Arai
Best regards,
--
--------------------------------------
Masaki Arai
Renato Golin
2017-11-08 17:25:24 UTC
Permalink
Hi,
I am sorry for the inconvenience.
#I'm not sure what is going on.
#I can extract PDF from my first e-mail.!?
I could see the PDF on the first email, and on this one too. :)

--renato
Yvan Roux
2017-11-08 17:32:09 UTC
Permalink
Post by Renato Golin
Hi,
I am sorry for the inconvenience.
#I'm not sure what is going on.
#I can extract PDF from my first e-mail.!?
I could see the PDF on the first email, and on this one too. :)
hmm, I still don't see it :(

can it be some differences between hpc-sig-devel@ and linaro-toochain@
lists config ?

Yvan
Loading...