Are you using a queue manager or submitting directly from ECCE?
If directly, have you set up access to the node using the Machine Browser?
Does the user you are submitting as exist on the execution node?
Does that user have full permissions in /local/scratch/calculations/ecce/? presumably you had to create the folder as root -- did you change ownership/permissions afterwards?
The following makes me think that you haven't:
Quote:
How do check and change the read/write permissions of ecce for this folder?
You can check the permissions using
ls -lah /local/scratch/calculations/ecce/ |grep ^d
Also check
groups
If you're going to be the only user of that directory, try
sudo chown $USER:$USER /local/scratch/calculations/ecce -R
The more information you provide, the easier it will be to understand what is going wrong.