Skip to content
Snippets Groups Projects
Commit 6e2f0f16 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Update OSG guide

parent b32f9cab
No related branches found
No related tags found
1 merge request!469Update OSG guide
=====================
The Open Science Grid
=====================
===================================
The Open Science Grid and IGWN-grid
===================================
The `Open Science Grid <https://opensciencegrid.org/>`_ (OSG), is an ideal
resource for large-scale non-time-senstive analyses. :code:`bilby_pipe` provides
a simple interface to enable jobs to be submitted through the OSG.
The `IGWN Grid <https://computing.docs.ligo.org/guide/condor/>`_ is now the
recommended way to submit :code:`bilby_pipe` analyses using LVK resources.
The IGWN Grid allows access to all dedicated resources (i.e. CIT, LHO), but also
resources such as the Open Science Grid.
To run jobs through the OSG, login to
......@@ -12,13 +13,20 @@ To run jobs through the OSG, login to
ssh albert.einstein@ldas-osg.ligo.caltech.edu
Then submit usual :code:`bilby_pipe` jobs, but with the flat
Then submit usual :code:`bilby_pipe` jobs, but with the flag
.. code-block:: console
osg = True
In your configuration (ini) files.
in your configuration (ini) files.
.. note::
When running on the OSG, the software you run needs to be available on the compute nodes. This is most easily done by using the `IGWN conda distribution available through cvmfs <https://computing.docs.ligo.org/conda/>`_. We do not support access to arbitrary software installations across the OSG. For testing, you may find it useful to use the:code:`analysis-executable` to point to the cvmfs-installed :code:`bilby_pipe_analysis` executable.
When running on the IGWN-grid, the software you run needs to be available on
the compute nodes. This is most easily done by using the `IGWN conda
distribution available through cvmfs
<https://computing.docs.ligo.org/conda/>`_. To this end, you should either
submit your job using an IGWN environment, or use the :code:`conda-env` flag to
choose one of the IGWN environments.
When using the IGWN-grid, you can specify which site you would like your job
to run on by using the :code:`desired-sites` option.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment