Various problems found in offline instructions
When trying to follow the offline instructions here:
https://lscsoft.docs.ligo.org/gstlal/cbc_analysis.html
I get:
$ gstlal_inspiral_workflow init -c config.yml
-bash: gstlal_inspiral_workflow: command not found
I tried this too:
$ singularity exec gstlal-dev gstlal_inspiral_workflow init -c config.yml
Traceback (most recent call last):
File "/usr/bin/gstlal_inspiral_workflow", line 49, in <module>
config = Config.load(args.config)
File "/usr/lib64/python3.6/site-packages/gstlal/config/__init__.py", line 220, in load
return cls(**yaml.safe_load(f))
File "/usr/lib64/python3.6/site-packages/gstlal/config/inspiral.py", line 32, in __init__
super().__init__(**kwargs)
File "/usr/lib64/python3.6/site-packages/gstlal/config/__init__.py", line 96, in __init__
x509_proxy=self.source.x509_proxy,
File "/usr/lib64/python3.6/site-packages/gstlal/config/__init__.py", line 148, in create_condor_submit_options
profile = profiles.load_profile(condor_config["profile"])
File "/usr/lib64/python3.6/site-packages/gstlal/dags/profiles/__init__.py", line 32, in load_profile
with open(profile_loc, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: '/ligo/home/ligo.org/gstlalcbc/.config/gstlal/osg.yml'
This latter error might be an order of operations issue:
After fixing the order of operations the next error I find is this:
[gstlalcbc@comp-hd-002 master_test_21_11_11]$ make x509_proxy
cp /tmp/x509up_u80014 x509_proxy
cp: cannot stat ‘/tmp/x509up_u80014’: No such file or directory
make: *** [x509_proxy] Error 1
Edited by Chad Hanna