User Details
User Details
- User Since
- May 15 2020, 8:52 AM (35 w, 6 d)
Yesterday
Yesterday
naromero77 added reviewers for D95173: [test-suite] SPEC2017 CPU Bwaves floating point tests.: Meinersbur, sameeranjoshi, rovka, jdoerfert, lenary, kristof.beyls, tra, aemerson.
naromero77 updated subscribers of D95173: [test-suite] SPEC2017 CPU Bwaves floating point tests..
naromero77 requested review of D95173: [test-suite] SPEC2017 CPU Bwaves floating point tests..
naromero77 added a comment to D95023: [test-suite] SPEC2017 CPU Exchange2 integer tests..
naromero77 committed rTb94f8db9da9b: [test-suite] SPEC2017 CPU Exchange2 integer tests. (authored by naromero77).
[test-suite] SPEC2017 CPU Exchange2 integer tests.
Wed, Jan 20
Wed, Jan 20
naromero77 added a comment to D95023: [test-suite] SPEC2017 CPU Exchange2 integer tests..
I am not sure why
arc diff --update D{id}
naromero77 updated the diff for D95023: [test-suite] SPEC2017 CPU Exchange2 integer tests..
- Restore numerical order of SPEC tests and fix style issues.
Tue, Jan 19
Tue, Jan 19
naromero77 added reviewers for D95023: [test-suite] SPEC2017 CPU Exchange2 integer tests.: Meinersbur, jdoerfert, aemerson, tra, kristof.beyls, lenary.
naromero77 updated subscribers of D95023: [test-suite] SPEC2017 CPU Exchange2 integer tests..
naromero77 requested review of D95023: [test-suite] SPEC2017 CPU Exchange2 integer tests..
will re-submit patch. arcanist did something wrong due to change from master to main.
naromero77 requested review of D95020: [CMake] Delete unneeded find_package(TCL) and find_package(OpenMP).
Wed, Jan 6
Wed, Jan 6
naromero77 added a comment to D93778: [test-suite] Support Fortran tests in CMake infrastructure..
naromero77 added inline comments to D93778: [test-suite] Support Fortran tests in CMake infrastructure..
naromero77 updated the diff for D93778: [test-suite] Support Fortran tests in CMake infrastructure..
- Use CMake enable_language instead.
- Fix style on conditionals.
- Cleaner implementation of Fortran unit test example.
naromero77 added inline comments to D93778: [test-suite] Support Fortran tests in CMake infrastructure..
naromero77 added inline comments to D93778: [test-suite] Support Fortran tests in CMake infrastructure..
Wed, Dec 23
Wed, Dec 23
naromero77 added reviewers for D93778: [test-suite] Support Fortran tests in CMake infrastructure.: Meinersbur, jdoerfert, pmccormick, sscalpone.
naromero77 updated subscribers of D93778: [test-suite] Support Fortran tests in CMake infrastructure..
naromero77 requested review of D93778: [test-suite] Support Fortran tests in CMake infrastructure..
Dec 16 2020
Dec 16 2020
naromero77 added a comment to D93155: [test-suite] 7zip CMake fix..
naromero77 added a comment to D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions..
naromero77 added a comment to D93136: [test-suite] ClamAV CMake fix..
Dec 15 2020
Dec 15 2020
naromero77 updated the diff for D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions..
- Place attribute before the definition and avoid ifdef.
naromero77 updated the diff for D93136: [test-suite] ClamAV CMake fix..
- Use find_package instead.
naromero77 added a comment to D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions..
OK, let's do that instead. Best to avoid ifdefs. Will update patch soon.
Dec 14 2020
Dec 14 2020
naromero77 retitled D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions. from Support GCC compilation of Microbenchmark MemFunctions. to [test-suite] Support GCC compilation of Microbenchmark MemFunctions..
naromero77 added reviewers for D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions.: jdoerfert, Meinersbur, courbet.
naromero77 updated subscribers of D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions..
naromero77 requested review of D93279: [test-suite] Support GCC compilation of Microbenchmark MemFunctions..
naromero77 added a comment to D93136: [test-suite] ClamAV CMake fix..
The CMake documentation says to use FindIntl for the gettext libintl libraries
https://cmake.org/cmake/help/latest/module/FindIntl.html#module:FindIntl
Dec 11 2020
Dec 11 2020
naromero77 added reviewers for D93155: [test-suite] 7zip CMake fix.: MatzeB, t.p.northover, arichardson, Meinersbur.
naromero77 updated subscribers of D93155: [test-suite] 7zip CMake fix..
naromero77 requested review of D93155: [test-suite] 7zip CMake fix..
naromero77 updated subscribers of D93136: [test-suite] ClamAV CMake fix..
naromero77 requested review of D93136: [test-suite] ClamAV CMake fix..
Nov 12 2020
Nov 12 2020
naromero77 retitled D91400: Updates to ALCF Theta Buildbot from Build with fewer tasks and concurrent builds. to Updates to ALCF Theta Buildbot.
Nov 12 2020, 10:04 PM · Restricted Project
naromero77 requested review of D91400: Updates to ALCF Theta Buildbot.
Nov 12 2020, 10:02 PM · Restricted Project
Nov 6 2020
Nov 6 2020
naromero77 requested review of D90986: Worker for Theta supercomputer at ALCF with Flang builder.
Nov 6 2020, 3:55 PM · Restricted Project
Sep 24 2020
Sep 24 2020
naromero77 added a comment to D84334: [flang] Version information in flang/f18.
Jul 24 2020
Jul 24 2020
naromero77 added a comment to D84334: [flang] Version information in flang/f18.
I am assuming that f18 will have a MAJOR version number matching the LLVM release? Does classic flang do that as well? Both compilers will probably co-exist for a while and it would be desirable to make them distinguishable to build systems as CMake.
Jul 21 2020
Jul 21 2020
naromero77 accepted D84266: [flang] Temp Driver - pass the flag to change the default integer kind through to F18_FC.
Tested with Gfortran and PGI. Looks good
naromero77 added a comment to D84266: [flang] Temp Driver - pass the flag to change the default integer kind through to F18_FC.
Thanks Alexis, give me a day or two to get back to you.