-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
332 additions
and
181 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
#!/bin/bash | ||
curl -OL https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/label1=$1/$2/artifact/copyBack/jenkins-build-spack-env-label1=$1-$2.tar.bz2 | ||
mkdir $1-$2; tar -x -C $1-$2 -f jenkins-build-spack-env-label1=$1-$2.tar.bz2 | ||
#if (curl https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$2/artifact/copyBack/spack-emergency-cache/ 2>/dev/null | grep -q 404 ); then | ||
spack mirror add $1-$2e --type binary https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$1/artifact/copyBack/spack-emergency-cache/ | ||
#fi | ||
#if (curl https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$2/artifact/copyBack/spack-binary-cache/ 2>/dev/null | grep -q 404 ); then | ||
spack mirror add $1-$2b --type binary https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$1/artifact/copyBack/spack-binary-cache/ | ||
#fi | ||
#if (curl https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$2/artifact/copyBack/spack-compiler-cache/ 2>/dev/null | grep -q 404 );then | ||
spack mirror add $1-$2c --type binary https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$1/artifact/copyBack/spack-compiler-cache | ||
#fi | ||
spack mirror list | ||
if [ -d $1-$2/spack_env/var/spack/environments ]; then | ||
mkdir local-binary-plain | ||
spack mirror add local-binary-plain $PWD/local-binary-plain | ||
for env in $(ls -d $1-$2/spack_env/var/spack/environments/*);do | ||
spack -e $env buildcache sync $1-$2b local-binary-plain | ||
spack -e $env buildcache sync $1-$2e local-binary-plain | ||
spack buildcache update-index local-binary-plain | ||
done | ||
mkdir local-compiler-plain | ||
spack mirror add local-compiler-plain $PWD/local-compiler-plain | ||
for env in $(ls -d $1-$2/spack_env/var/spack/environments/{gcc,clang}*);do | ||
spack -e $env buildcache sync $1-$2c local-compiler-plain | ||
done | ||
spack buildcache update-index local-compiler-plain | ||
fi | ||
if [ -d $1-$2/spack_env/spack/v0.21.0-fermi/NULL/var/spack/environments ]; then | ||
for env in $(ls -d $1-$2/spack_env/spack/v0.21.0-fermi/NULL/var/spack/environments/*);do | ||
spack -e $env buildcache sync $1-$2b local-binary-unified | ||
spack -e $env buildcache sync $1-$2e local-binary-unified | ||
done | ||
spack buildcache update-index local-binary-unified | ||
for env in $(ls -d $1-$2/spack_env/spack/v0.21.0-fermi/NULL/var/spack/environments/{gcc,clang}*);do | ||
spack -e $env buildcache sync $1-$2b local-compiler-unified | ||
done | ||
spack buildcache update-index local-compiler-unified | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
#!/bin/bash | ||
curl -OL https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/label1=$1/$2/artifact/copyBack/jenkins-build-spack-env-label1=$1-$2.tar.bz2 | ||
mkdir $1-$2; tar -x -C $1-$2 -f jenkins-build-spack-env-label1=$1-$2.tar.bz2 | ||
#if (curl https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$2/artifact/copyBack/spack-emergency-cache/ 2>/dev/null | grep -q 404 ); then | ||
spack mirror add $1-$2e --type binary https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$1/artifact/copyBack/spack-emergency-cache/ | ||
#fi | ||
#if (curl https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$2/artifact/copyBack/spack-binary-cache/ 2>/dev/null | grep -q 404 ); then | ||
spack mirror add $1-$2b --type binary https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$1/artifact/copyBack/spack-binary-cache/ | ||
#fi | ||
#if (curl https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$2/artifact/copyBack/spack-compiler-cache/ 2>/dev/null | grep -q 404 );then | ||
spack mirror add $1-$2c --type binary https://buildmaster.fnal.gov/buildmaster/view/spack/job/build-spack-env/$2/label1=$1/artifact/copyBack/spack-compiler-cache | ||
#fi | ||
spack mirror list | ||
if [ -d $1-$2/spack_env/var/spack/environments ]; then | ||
for env in $(ls -d $1-$2/spack_env/var/spack/environments/*);do | ||
spack -e $env buildcache sync $1-$2b local-binary-plain | ||
spack -e $env buildcache sync $1-$2e local-binary-plain | ||
done | ||
spack buildcache update index local-binary-plain | ||
for env in $(ls -d $1-$2/spack_env/var/spack/environments/{gcc,clang}*);do | ||
spack -e $env buildcache sync $1-$2c local-compiler-plain | ||
done | ||
spack buildcache update index local-compiler-plain | ||
fi | ||
if [ -d $1-$2/spack_env/spack/v0.21.0-fermi/NULL/var/spack/environments ]; then | ||
for env in $(ls -d $1-$2/spack_env/spack/v0.21.0-fermi/NULL/var/spack/environments/*);do | ||
spack -e $env buildcache sync $1-$2b local-binary-unified | ||
spack -e $env buildcache sync $1-$2e local-binary-unified | ||
done | ||
spack buildcache update index local-binary-unified | ||
for env in $(ls -d $1-$2/spack_env/spack/v0.21.0-fermi/NULL/var/spack/environments/{gcc,clang}*);do | ||
spack -e $env buildcache sync $1-$2b local-compiler-unified | ||
done | ||
spack buildcache update index local-compiler-unified | ||
fi | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
spack: | ||
config: | ||
install_tree: | ||
projections: | ||
gcc: "{architecture}/{compiler.name}-{compiler.version}/{name}-{version}" | ||
llvm: "{architecture}/{compiler.name}-{compiler.version}/{name}-{version}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
spack: | ||
config: | ||
install_tree: | ||
projections: | ||
gcc: "{package.name}/{version}/{architecture}-{compiler.name}-{compiler.version}" | ||
llvm: "{package.name}/{version}{architecture}-{compiler.name}-{compiler.version}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.