Skip to content

l_run_cdf truncates the base_name path #33

Description

@matrss

I am getting this error from running Cl_run_cdf:

Error: The file "/home/icg149/Playground/test-socrates/run_socrates_o1nuudom/tmpa4zx63wp/CCMI_ZM_.tl" does not exist.

This happens because the full path is too long and is then truncated to the first 80 characters plus the appended ".tl". At least one location that does not account for longer paths is here:

CHARACTER (LEN=80) :: base_name

Modern Linux systems allow for paths up to 4096 characters long.

Relatedly, while this is reported as an error Cl_run_cdf still exits with exit code 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions