-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cluster.submit is not able to transfer the files to server node #210
Comments
To give more information, the general structure is like this. The files 'a.txt' and 'b.txt' do not arrive on the cluster nodes, and print statement are not printing. I would prefer
|
File transfers should work fine; I just tested 4.12.2. You can simplify your example (e.g., try 'sample.py' with |
Most likely I had different versions running on different nodes, and that probably that caused the problem. I updated everything from scratch and all codes worked like charm. Please mark this resolved. This project is really awesome! Thank you!! |
cluster.submit
usingdispy_job_depends
parameter is not able to transfer the files to server. Although the log shows that the files have gone through, the files do not appear on the server. Large files and delays were inserted to assure that the job would persist to confirm the problem. Also, directories were set up in multiple configurations.I may be missing something simple... since I am also unable to print on to the
dispynode
logs fromcompute
script tied into theJobCluster
. ThxThe text was updated successfully, but these errors were encountered: