LightForm-group / UoM-CSF-matflow

Matflow configuration files and task schemas for running on the University of Manchester's CSF
MIT License
8 stars 0 forks source link

Still won't run #11

Closed Wayne-lightform closed 3 years ago

Wayne-lightform commented 3 years ago

Describe the problem Hi all. I have used the command module purge; module load apps/anaconda3/5.2.0/bin tools/env/proxy2; /opt/gridware/depots/8e896c5a/el7/pkg/apps/anaconda3/5.2.0/bin/bin/pip install --user -U h5py==2.10.0. This has made a difference but now I am getting the following error:- image

Expected behavior The workflow should take EBSD data in the form of .crc files and run simulations of tensile tests in 3 directions 0, 45 and 90 degrees to the rolling direction of a titanium sheet. I should obtain data to produce stress strain curves.

Output from matflow validate image

Workflow directory and/or profile location The YAML file is located /mnt/eps01-rds/Fonseca-Lightform/shared/matflow-debugging/wayne_uniaxial_multi_directions_2021-02-01-215813

aplowman commented 3 years ago

Hi Wayne. You'll need to change the path to the CRC file to wherever you have it (and where it is accessible). Currently, you are trying to access it from my home space, hence the PermissionError.

Wayne-lightform commented 3 years ago

Ahh. Didn't notice the paths were different. Thanks Adam. This is now running.