In the current version of EPW in QE Gitlab, Line 870-871 of epw_readin.f90 reads
Code: Select all
tmp_dir = TRIM(outdir)
dvscf_dir = TRIM(dvscf_dir) // '/'
In other programs of QE, one automatically adds the missing '/' using the trimcheck function. For example, PW/src/input.f90 uses the following.
Code: Select all
tmp_dir = trimcheck ( outdir )
Regards,
Jae-Mo Lihm
Seoul National University