Skip to content
Snippets Groups Projects
Commit 5e419d54 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Remove old bootstraps

parent 83cce856
Branches
No related tags found
No related merge requests found
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/openssl/0.9.8e__1.0.1/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fnlo/fnlosrc_source.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/openssl/0.9.8e__1.0.1/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fnlo-5088/src/fnlosrc_source_NNLOJET-5088.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/openssl/0.9.8e__1.0.1/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fnlo/src/fnlosrc_source_NNLOJET-5419.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/python/2.7.6/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc481/external/openssl/0.9.8e__1.0.1/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fnlo/src/fnlosrc_source_NNLOJET-5419-multicore.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.40/src/fnlosrc_source_NNLOJET_rev5918.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source_NNLOJET_rev5918.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source_NNLOJET_rev5918_multicore.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source_NNLOJET_rev6127.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
#!/usr/bin/env bash
# Bootstrap file for batch jobs that is sent with all jobs and
# automatically called by the law remote job wrapper script to find the
# setup.sh file of this example which sets up software and some environment
# variables. The "{{analysis_path}}" variable is defined in the workflow
# base tasks in analysis/framework.py.
action() {
export PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/bin:$PWD/law/bin:$PWD/luigi/bin:$PATH"
export LD_LIBRARY_PATH="/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/python/2.7.14-omkpbe2/lib:/cvmfs/cms.cern.ch/slc6_amd64_gcc700/external/openssl/1.0.2d-omkpbe2/lib:$LD_LIBRARY_PATH"
source /cvmfs/grid.cern.ch/emi3ui-latest/etc/profile.d/setup-ui-example.sh
source /cvmfs/etp.kit.edu/fastnnlo-bridge-0.0.46/src/fnlosrc_source_NNLOJET_rev6127_multicore.sh
export PYTHONPATH="$PWD/law:$PWD/luigi:$PWD/six:$PWD/enum34-1.1.10:$PWD/python-dateutil-2.8.2:$PWD:$PYTHONPATH"
tar -xzf analysis*.tar.gz
rm analysis*.tar.gz
export LAW_HOME="$PWD/.law"
export LAW_CONFIG_FILE="$PWD/law.cfg"
export LUIGI_CONFIG_PATH="$PWD/luigi.cfg"
export ANALYSIS_PATH="$PWD"
export ANALYSIS_DATA_PATH="$ANALYSIS_PATH"
}
action
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment