Commit Graph

157 Commits

Author SHA1 Message Date
e7bdc1595a Fix openmp.nix being called with callPackage
callPackage was overriding the inner callPackage override, which made
overriding the clang derivation through the override function impossible.

Reviewed-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
Tested-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2023-11-15 16:22:53 +01:00
f605f8e5e4 Add clang openmp test for CI
Reviewed-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
Tested-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2023-10-31 16:52:55 +01:00
bb1de835f7 Add clang with nosv-powered OpenMP
Reviewed-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
2023-10-31 16:52:55 +01:00
8731a4797d Enable packages served by PM gitlab 2023-10-06 14:24:57 +02:00
7ace376e4e Also define no RT clang stdenv 2023-10-04 12:43:47 +02:00
2a3b269b9c Mark packages affected by PM GitLab 2023-10-02 11:05:55 +02:00
0184f5e382 Print list of CI paths when building 2023-10-02 10:57:53 +02:00
916e4f49a6 Move packages from bsc/ to pkgs/ 2023-10-02 10:57:53 +02:00
8fe7458969 Remove deprecated pkgs and improve CI 2023-10-02 10:57:53 +02:00
1864c08c95 Disable packages from PM GitLab while is down 2023-10-02 10:57:53 +02:00
8dbd1a3c34 Port clang and intel packages and enable tests 2023-09-28 09:15:34 +02:00
51dcc6896e Begin moving bsc packages to root attribute 2023-09-19 10:33:32 +02:00
Raúl Peñacoba
8597bb97ab Add nix-wrap, which enables isolated environment in clusters 2023-09-07 09:07:25 +00:00
abfd8484ee Add sonar library 2023-09-06 15:33:55 +02:00
fd5fb5c055 Add asan test for clangOmpss2 2023-09-01 16:43:49 +02:00
e7647f1d99 Add pmix 4 2023-06-16 15:33:39 +02:00
aad2c276aa Update intel mpi to 2021.9 2023-06-16 15:32:49 +02:00
f5dcaf831b Update ovni to release and add useGit option 2023-05-30 16:44:39 +02:00
1da216bab5 Add nodes release and git version 2023-05-30 15:31:56 +02:00
3a249c5d88 Update nanos6 and merge release with git 2023-05-30 14:51:36 +02:00
b8f7c16d1c Use clang from git for NODES 2023-05-22 13:54:41 +02:00
3f4f3e1105 Export proper OmpSs-2 runtime home variable 2023-05-22 13:54:29 +02:00
46a3465e78 Build clang with a new LLVM
Older LLVM 11 version produces a broken compiler, see:
https://pm.bsc.es/gitlab/llvm-ompss/llvm-mono/-/issues/183
2023-05-19 18:34:11 +02:00
94fa0de4fc Add slurm 16.05.8.1 and hwloc 1.11.6 2023-04-02 21:39:30 +02:00
054d70d23b Add bench6 package 2023-03-14 14:58:42 +01:00
243ed2331a Add new package NODES 2023-03-13 16:16:34 +01:00
898534ee52 bsc: add nosv package 2023-03-13 14:58:59 +01:00
bf28263cc5 Add OmpSs-2 test with tasks 2023-03-13 14:54:40 +01:00
84623ea9d0 Use lld linker for clangOmpss2 for LTO 2023-03-06 11:47:01 +01:00
b57a17dd52 Remove alya 2023-03-03 18:25:06 +01:00
115e9beb59 Add Intel oneAPI 2023 with compilation tests 2023-03-03 18:18:51 +01:00
fd84af45f0 Add Intel OneAPI 2022 2023-03-02 19:03:58 +01:00
Raúl Peñacoba
5789b4a77a icc2021: added stdc++ includes 2023-03-02 18:46:52 +01:00
a6549c1908 intel: add intel compiler 2021.2.0 2023-03-02 18:46:52 +01:00
f28817c3bf Build wxparaver and paraver-kernel from github 2023-03-02 17:58:53 +01:00
bff0395872 Update mpich to follow upstream 2023-03-02 13:08:01 +01:00
d18a95f8ed Update paraver to 4.10.6
Dropping wxpropgrid. Now it needs to link with openssl.
2023-03-02 12:47:25 +01:00
c28618b95c Update extrae to 4.0.1 2023-03-02 11:43:35 +01:00
f5987a0094 Add ci derivation 2023-03-02 11:15:25 +01:00
b60698b791 pkgs: update nixpkgs to 1614b96a 2023-03-02 10:38:43 +01:00
1ffca6c9e0 bsc: add ovni package 2022-07-25 14:50:18 +02:00
df7c79f34b clangOmpss2: merge both nix files into one
Add clangOmpss2Git to the overlay overriding the src attribute of the
release nix derivation, so we only keep one derivation for both
variants.
2022-04-05 15:40:08 +01:00
a5af7890b8 bsc: add GPI-2 and TAGASPI 2022-04-05 15:25:25 +01:00
c0362b6639 paraver: add fast version for ordered traces 2021-11-02 16:18:52 +01:00
3be896d90d mcxx: add mcxx from the git repo 2021-06-02 14:08:16 +02:00
11a521ff51 nanos6: allow the git url and branch to be specified 2021-06-02 11:35:30 +02:00
760787858a bsc: disable hardening in some packages 2021-04-22 12:07:15 +02:00
604cfd90a3 test: add sigsegv after MPI_Finalize test
The current srun version used in MN4 returns 0 if the program crashes
after MPI_Finalize, as shown by this test.
2021-04-16 09:28:02 +02:00
699404bafe bsc: add cpuid program 2021-04-06 11:05:56 +02:00
f68564efe6 nanos6: add debug version for for libstdc++ 2021-03-11 17:57:50 +01:00