gwastro / pycbc

Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
http://pycbc.org
GNU General Public License v3.0
313 stars 347 forks source link

Add the XSEDE sites to the OSG site catalog #757

Closed duncan-brown closed 8 years ago

duncan-brown commented 8 years ago

To use the XSEDE sites the line

<profile namespace="condor" key="+DESIRED_XSEDE_Sites">&quot;Stampede,Comet&quot;</profile>

to the site catalog file https://github.com/ligo-cbc/pycbc/blob/master/pycbc/workflow/pegasus_files/osg-site-template.xml

soumide1102 commented 8 years ago

@duncan-brown I've created a pull request adding the line to use the XSEDE sites in the OSG site catalog file https://github.com/ligo-cbc/pycbc/pull/762

duncan-brown commented 8 years ago

Fixed