Skip to content

Commit cdb9c80

Browse files
authored
Update output for scripting (#259)
1 parent 12d0eb9 commit cdb9c80

8 files changed

Lines changed: 340 additions & 318 deletions

File tree

outputs/scripting.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ project="$(dirname "$0")"
77
rm -rf "${raw_outputs:?}/scripting"
88
. "$project/init_spack.sh"
99

10-
spack install gcc@8.4.0
11-
spack compiler find "$(spack location -i gcc@8.4.0)"
10+
spack install gcc@12.1.0
11+
spack compiler find "$(spack location -i gcc@12.1.0)"
1212

1313
example scripting/setup "spack uninstall -ay"
14-
example scripting/setup "spack compiler rm gcc@8.4.0"
14+
example scripting/setup "spack compiler rm gcc@12.1.0"
1515
example scripting/setup "spack install hdf5"
1616
example scripting/setup "spack install zlib%clang"
1717

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$ spack python find_exclude.py %gcc ^mpich
2-
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
3-
autoconf@2.69 bison@3.8.2 cmake@3.24.3 gettext@0.21.1 krb5@1.19.3 libiconv@1.16 libtool@2.4.7 ncurses@6.3 openssh@9.1p1 pigz@2.7 readline@8.1.2 xz@5.2.7
4-
automake@1.16.5 bzip2@1.0.8 diffutils@3.8 hdf5@1.12.2 libedit@3.1-20210216 libpciaccess@0.16 libxml2@2.10.1 numactl@2.0.14 openssl@1.1.1s pkgconf@1.8.0 tar@1.34 zlib@1.2.13
5-
berkeley-db@18.1.40 ca-certificates-mozilla@2022-10-11 gdbm@1.23 hwloc@2.8.0 libevent@2.1.12 libsigsegv@2.13 m4@1.4.19 openmpi@4.1.4 perl@5.36.0 pmix@4.1.2 util-macros@1.19.3 zstd@1.5.2
2+
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.3.0 ---------------------
3+
autoconf@2.69 bzip2@1.0.8 gdbm@1.23 hwloc@2.9.1 libiconv@1.17 libxcrypt@4.4.33 numactl@2.0.14 perl@5.36.0 readline@8.2 zlib@1.2.13
4+
automake@1.16.5 ca-certificates-mozilla@2023-01-10 gettext@0.21.1 krb5@1.20.1 libpciaccess@0.17 libxml2@2.10.3 openmpi@4.1.5 pigz@2.7 tar@1.34 zstd@1.5.5
5+
berkeley-db@18.1.40 cmake@3.26.3 gmake@4.4.1 libedit@3.1-20210216 libsigsegv@2.14 m4@1.4.19 openssh@9.3p1 pkgconf@1.9.5 util-macros@1.19.3
6+
bison@3.8.2 diffutils@3.9 hdf5@1.14.1-2 libevent@2.1.12 libtool@2.4.7 ncurses@6.4 openssl@1.1.1t pmix@4.2.3 xz@5.4.1
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$ chmod u+x find_exclude.py
22
$ ./find_exclude.py %gcc ^mpich
3-
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
4-
autoconf@2.69 bison@3.8.2 cmake@3.24.3 gettext@0.21.1 krb5@1.19.3 libiconv@1.16 libtool@2.4.7 ncurses@6.3 openssh@9.1p1 pigz@2.7 readline@8.1.2 xz@5.2.7
5-
automake@1.16.5 bzip2@1.0.8 diffutils@3.8 hdf5@1.12.2 libedit@3.1-20210216 libpciaccess@0.16 libxml2@2.10.1 numactl@2.0.14 openssl@1.1.1s pkgconf@1.8.0 tar@1.34 zlib@1.2.13
6-
berkeley-db@18.1.40 ca-certificates-mozilla@2022-10-11 gdbm@1.23 hwloc@2.8.0 libevent@2.1.12 libsigsegv@2.13 m4@1.4.19 openmpi@4.1.4 perl@5.36.0 pmix@4.1.2 util-macros@1.19.3 zstd@1.5.2
3+
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.3.0 ---------------------
4+
autoconf@2.69 bzip2@1.0.8 gdbm@1.23 hwloc@2.9.1 libiconv@1.17 libxcrypt@4.4.33 numactl@2.0.14 perl@5.36.0 readline@8.2 zlib@1.2.13
5+
automake@1.16.5 ca-certificates-mozilla@2023-01-10 gettext@0.21.1 krb5@1.20.1 libpciaccess@0.17 libxml2@2.10.3 openmpi@4.1.5 pigz@2.7 tar@1.34 zstd@1.5.5
6+
berkeley-db@18.1.40 cmake@3.26.3 gmake@4.4.1 libedit@3.1-20210216 libsigsegv@2.14 m4@1.4.19 openssh@9.3p1 pkgconf@1.9.5 util-macros@1.19.3
7+
bison@3.8.2 diffutils@3.9 hdf5@1.14.1-2 libevent@2.1.12 libtool@2.4.7 ncurses@6.4 openssl@1.1.1t pmix@4.2.3 xz@5.4.1
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
$ ./find_exclude.py %gcc ^mpich
2-
-- linux-ubuntu18.04-x86_64 / gcc@7.5.0 -------------------------
3-
autoconf@2.69 bison@3.8.2 cmake@3.24.3 gettext@0.21.1 krb5@1.19.3 libiconv@1.16 libtool@2.4.7 ncurses@6.3 openssh@9.1p1 pigz@2.7 readline@8.1.2 xz@5.2.7
4-
automake@1.16.5 bzip2@1.0.8 diffutils@3.8 hdf5@1.12.2 libedit@3.1-20210216 libpciaccess@0.16 libxml2@2.10.1 numactl@2.0.14 openssl@1.1.1s pkgconf@1.8.0 tar@1.34 zlib@1.2.13
5-
berkeley-db@18.1.40 ca-certificates-mozilla@2022-10-11 gdbm@1.23 hwloc@2.8.0 libevent@2.1.12 libsigsegv@2.13 m4@1.4.19 openmpi@4.1.4 perl@5.36.0 pmix@4.1.2 util-macros@1.19.3 zstd@1.5.2
2+
-- linux-ubuntu22.04-x86_64_v3 / gcc@11.3.0 ---------------------
3+
autoconf@2.69 bzip2@1.0.8 gdbm@1.23 hwloc@2.9.1 libiconv@1.17 libxcrypt@4.4.33 numactl@2.0.14 perl@5.36.0 readline@8.2 zlib@1.2.13
4+
automake@1.16.5 ca-certificates-mozilla@2023-01-10 gettext@0.21.1 krb5@1.20.1 libpciaccess@0.17 libxml2@2.10.3 openmpi@4.1.5 pigz@2.7 tar@1.34 zstd@1.5.5
5+
berkeley-db@18.1.40 cmake@3.26.3 gmake@4.4.1 libedit@3.1-20210216 libsigsegv@2.14 m4@1.4.19 openssh@9.3p1 pkgconf@1.9.5 util-macros@1.19.3
6+
bison@3.8.2 diffutils@3.9 hdf5@1.14.1-2 libevent@2.1.12 libtool@2.4.7 ncurses@6.4 openssl@1.1.1t pmix@4.2.3 xz@5.4.1

outputs/scripting/find-format.out

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$ spack find --format "{name} {version} {hash:10}"
2-
autoconf 2.69 btoteeiz74 ca-certificates-mozilla 2022-10-11 aurd37jjeb hdf5 1.12.2 xfftbwlx2f libiconv 1.16 ltvovvvjgm m4 1.4.19 z7d5q4f2qz openssl 1.1.1s yr4z2pt4jn readline 8.1.2 kgyvtw5h6m zlib 1.2.13 2hfr5rbzef
3-
automake 1.16.5 rxjqnjw5jk cmake 3.24.3 stszbnscxr hwloc 2.8.0 5yywrk2zoi libpciaccess 0.16 p7f5n6q6kw ncurses 6.3 zcuawlif55 perl 5.36.0 eydiwimku2 tar 1.34 kawegoyhus zstd 1.5.2 fprmzmoubd
4-
berkeley-db 18.1.40 53fb72wzis diffutils 3.8 c3uhkcjt7t krb5 1.19.3 y6ek4vz7nt libsigsegv 2.13 e262sf6ptg numactl 2.0.14 qbwqmk6qyl pigz 2.7 wod35nye4q util-macros 1.19.3 ao5w53rpwh
5-
bison 3.8.2 wobmzgvlc2 gdbm 1.23 cpmyntybsn libedit 3.1-20210216 6pzeykrtvr libtool 2.4.7 bdxu4wnbhl openmpi 4.1.4 mfxvu5fnaa pkgconf 1.8.0 k2lfw6fht6 xz 5.2.7 nrwxythffg
6-
bzip2 1.0.8 cxcrelnw64 gettext 0.21.1 hj6szikaqz libevent 2.1.12 nblr6w4gwb libxml2 2.10.1 4aq5aj2n5u openssh 9.1p1 xevso22q5f pmix 4.1.2 76ul6unbdp zlib 1.2.13 fdbomoa6xo
2+
autoconf 2.69 t4nuen3izo cmake 3.26.3 ofsadgmnqq hwloc 2.9.1 h7l4t7laxg libsigsegv 2.14 okig24f4hx numactl 2.0.14 dwr5rmxxc4 pkgconf 1.9.5 mh73nkpzo3 zlib 1.2.13 gephbceg3r
3+
automake 1.16.5 oa3w4kfggb diffutils 3.9 zdl3dicv5j krb5 1.20.1 a2oph6kjqh libtool 2.4.7 qkvj7amqg5 openmpi 4.1.5 6rh6midoap pmix 4.2.3 uh4fmi5i7b zlib 1.2.13 mntflxrgek
4+
berkeley-db 18.1.40 7sohpazzva gdbm 1.23 ba4juc3qta libedit 3.1-20210216 3gz2afaph6 libxcrypt 4.4.33 6oeb4y7sqn openssh 9.3p1 zhdviyjva2 readline 8.2 tddm2ffpgb zstd 1.5.5 qoo4rlopj4
5+
bison 3.8.2 iavvoedsn6 gettext 0.21.1 p4obvgx443 libevent 2.1.12 pmjxzdssnb libxml2 2.10.3 pcbenkircu openssl 1.1.1t w2by2b2vep tar 1.34 e77cf6ahyu
6+
bzip2 1.0.8 dca2qygvz7 gmake 4.4.1 guaj3kbmbr libiconv 1.17 7wr75cescb m4 1.4.19 llbjfk2fqz perl 5.36.0 j5tavdsri7 util-macros 1.19.3 pmmxgx45h2
7+
ca-certificates-mozilla 2023-01-10 5pxkrf4bc5 hdf5 1.14.1-2 kzpm5bq6mw libpciaccess 0.17 ajkyiz5txl ncurses 6.4 4dokmxjlga pigz 2.7 aln73eomrj xz 5.4.1 4kpkw5anjs

outputs/scripting/find-json.out

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ $ spack find --json zlib
55
"version": "1.2.13",
66
"arch": {
77
"platform": "linux",
8-
"platform_os": "ubuntu18.04",
9-
"target": "x86_64"
8+
"platform_os": "ubuntu22.04",
9+
"target": "x86_64_v3"
1010
},
1111
"compiler": {
1212
"name": "clang",
13-
"version": "7.0.0"
13+
"version": "14.0.0"
1414
},
1515
"namespace": "builtin",
1616
"parameters": {
@@ -25,20 +25,20 @@ $ spack find --json zlib
2525
"ldflags": [],
2626
"ldlibs": []
2727
},
28-
"package_hash": "ghj4qyx3sv3so5vpvnodld6r372mc6oqefofmoer3xbpq5tcwvca====",
29-
"hash": "fdbomoa6xopqvfi4a7jvad27yinnw47a"
28+
"package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====",
29+
"hash": "gephbceg3rl2e77o46xyzlk5e4kd3gt3"
3030
},
3131
{
3232
"name": "zlib",
3333
"version": "1.2.13",
3434
"arch": {
3535
"platform": "linux",
36-
"platform_os": "ubuntu18.04",
37-
"target": "x86_64"
36+
"platform_os": "ubuntu22.04",
37+
"target": "x86_64_v3"
3838
},
3939
"compiler": {
4040
"name": "gcc",
41-
"version": "7.5.0"
41+
"version": "11.3.0"
4242
},
4343
"namespace": "builtin",
4444
"parameters": {
@@ -53,6 +53,6 @@ $ spack find --json zlib
5353
"ldflags": [],
5454
"ldlibs": []
5555
},
56-
"package_hash": "ghj4qyx3sv3so5vpvnodld6r372mc6oqefofmoer3xbpq5tcwvca====",
57-
"hash": "2hfr5rbzefrxf6t6kv4trbsl63puaza6"
56+
"package_hash": "y6ahhnjjjsfh5dx2y7sci7fhthq5aolyl5dgwif57qqbtjxwdwbq====",
57+
"hash": "mntflxrgekkm5lbpbl5r66lh2ieted4y"
5858
}

0 commit comments

Comments
 (0)