Thank you for the reply, it is unfurtunate that the LAMMPS part of the project is not longer under maintenance. However I was able to modify the python script in order to create a basic workflow using lammps and also to initiate the launchpad and add the workflow to it.
The script ran successfully and the workflow was added to the launchpad correctly and i was able to see it by running the command "lpad get_flows"
However once I tried to submit it using the "qlaunch rapidfire" command I am always get the same error
Traceback (most recent call last):
File "/home/aperego/anaconda3/bin/qlaunch", line 11, in <module>
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/scripts/qlaunch_run.py", line 203, in qlaunch
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/scripts/qlaunch_run.py", line 52, in do_launch
queueadapter = load_object_from_file(args.queueadapter_file)
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/utilities/fw_serializers.py", line 384, in load_object_from_file
f_format = filename.split('.')[-1]
AttributeError: 'NoneType' object has no attribute 'split'
This happens if run the command in the same directory were my input file and workflow script are.
If i change my directory to the atomate/config directory and run the "qlaunch rapdifire" command i am getting this error:
Traceback (most recent call last):
File "/home/aperego/anaconda3/bin/qlaunch", line 11, in <module>
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/scripts/qlaunch_run.py", line 203, in qlaunch
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/scripts/qlaunch_run.py", line 48, in do_launch
args.launchpad_file) if args.launchpad_file else LaunchPad(
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/utilities/fw_serializers.py", line 286, in from_file
return cls.from_format(f.read(), f_format=f_format)
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/utilities/fw_serializers.py", line 254, in from_format
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/core/launchpad.py", line 221, in from_dict
ssl_ca_certs, ssl_certfile, ssl_keyfile, ssl_pem_passphrase)
File "/home/aperego/anaconda3/lib/python3.6/site-packages/fireworks/core/launchpad.py", line 152, in __init__
self.db.authenticate(username, password)
File "/home/aperego/anaconda3/lib/python3.6/site-packages/pymongo/database.py", line 1167, in authenticate
File "/home/aperego/anaconda3/lib/python3.6/site-packages/pymongo/mongo_client.py", line 583, in _cache_credentials
writable_preferred_server_selector)
File "/home/aperego/anaconda3/lib/python3.6/site-packages/pymongo/topology.py", line 224, in select_server
File "/home/aperego/anaconda3/lib/python3.6/site-packages/pymongo/topology.py", line 183, in select_servers
selector, server_timeout, address)
File "/home/aperego/anaconda3/lib/python3.6/site-packages/pymongo/topology.py", line 199, in _select_servers_loop
self._error_message(selector))
pymongo.errors.ServerSelectionTimeoutError: homer3:27017: [Errno 111] Connection