From 0253f0af29b97f107715d74f5b694f53ca4b7476 Mon Sep 17 00:00:00 2001 From: GaneshPrasadMA <72124920+GaneshPrasadMA@users.noreply.github.com> Date: Tue, 20 Oct 2020 21:20:09 +0530 Subject: Adding AOCC compiler to SPACK community (#19345) * Adding AOCC compiler to SPACK community The AOCC compiler system offers a high level of advanced optimizations, multi-threading and processor support that includes global optimization, vectorization, inter-procedural analyses, loop transformations, and code generation. AMD also provides highly optimized libraries, which extract the optimal performance from each x86 processor core when utilized. The AOCC Compiler Suite simplifies and accelerates development and tuning for x86 applications. * Added unit tests for detection and flags for AOCC * Addressed reviewers comments w.r.t version checks and url,checksum related line lengths Co-authored-by: Test User --- etc/spack/defaults/packages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index 6a2550552b..2e2f263f60 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -15,7 +15,7 @@ # ------------------------------------------------------------------------- packages: all: - compiler: [gcc, intel, pgi, clang, xl, nag, fj] + compiler: [gcc, intel, pgi, clang, xl, nag, fj, aocc] providers: D: [ldc] awk: [gawk] -- cgit v1.2.3-60-g2f50