diff --git a/bin/qp_convert_output_to_ezfio b/bin/qp_convert_output_to_ezfio index 5f0c4771..cbc81032 100755 --- a/bin/qp_convert_output_to_ezfio +++ b/bin/qp_convert_output_to_ezfio @@ -335,7 +335,7 @@ def write_ezfio(res, filename): def get_full_path(file_path): file_path = os.path.expanduser(file_path) file_path = os.path.expandvars(file_path) - file_path = os.path.abspath(file_path) +# file_path = os.path.abspath(file_path) return file_path diff --git a/src/nuclei/nuclei.irp.f b/src/nuclei/nuclei.irp.f index 88ee24e8..39e6b399 100644 --- a/src/nuclei/nuclei.irp.f +++ b/src/nuclei/nuclei.irp.f @@ -211,7 +211,7 @@ END_PROVIDER END_DOC integer :: iunit, i integer, external :: getUnitAndOpen - character*(128) :: filename + character*(1024) :: filename if (mpi_master) then call getenv('QP_ROOT',filename) filename = trim(filename)//'/data/list_element.txt'