[go: up one dir, main page]

Menu

#12 installation error

1.0
open
nobody
None
2018-02-19
2018-02-19
yiming
No

Hi, there

I followed the installation instruction, and successfully installed python part, but when I run command:"python BuildOSMPS.py" , it shows me these errors:

make MPSMain
gfortran
cd /a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/; make all
make[1]: Entering directory `/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods'
gfortran -O3 -c /a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/BasicOps.f90 -I/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/
gfortran -O3 -c /a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/Tensors.f90 -I/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/
gfortran -O3 -c /a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90 -I/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:9042.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, [2])
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:8986.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, [2])
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:8747.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, [2])
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:8447.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:8273.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:8099.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:7163.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:7050.8:

    Qta%hash(ii) = hash(Qta%data(ii)%qq, &
    1

Error: Dummy argument 'qta' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:7055.8:

    Qtb%hash(ii) = hash(Qtb%data(ii)%qq, &
    1

Error: Dummy argument 'qtb' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:5993.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:5880.8:

    Qta%hash(ii) = hash(Qta%data(ii)%qq, &
    1

Error: Dummy argument 'qta' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:5885.8:

    Qtb%hash(ii) = hash(Qtb%data(ii)%qq, &
    1

Error: Dummy argument 'qtb' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:4823.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:4710.8:

    Qta%hash(ii) = hash(Qta%data(ii)%qq, &
    1

Error: Dummy argument 'qta' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:4715.8:

    Qtb%hash(ii) = hash(Qtb%data(ii)%qq, &
    1

Error: Dummy argument 'qtb' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:3653.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:3540.8:

    Qta%hash(ii) = hash(Qta%data(ii)%qq, &
    1

Error: Dummy argument 'qta' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:3545.8:

    Qtb%hash(ii) = hash(Qtb%data(ii)%qq, &
    1

Error: Dummy argument 'qtb' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:2483.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:2370.8:

    Qta%hash(ii) = hash(Qta%data(ii)%qq, &
    1

Error: Dummy argument 'qta' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:2375.8:

    Qtb%hash(ii) = hash(Qtb%data(ii)%qq, &
    1

Error: Dummy argument 'qtb' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:1313.8:

    Xx%hash(ii) = hash(Xx%Data(ii)%qq, &
    1

Error: Dummy argument 'xx' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:1200.8:

    Qta%hash(ii) = hash(Qta%data(ii)%qq, &
    1

Error: Dummy argument 'qta' with INTENT(IN) in variable definition context (assignment) at (1)
/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.f90:1205.8:

    Qtb%hash(ii) = hash(Qtb%data(ii)%qq, &
    1

Error: Dummy argument 'qtb' with INTENT(IN) in variable definition context (assignment) at (1)
make[1]: *** [/a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods/qTensors.o] Error 1
make[1]: Leaving directory /a/fs-3/export/home/deepthought2/ymhuang/OpenSourceMPS_v2.1/MPSFortLib/Mods' make: *** [moddir_obj] Error 2 ../OSMPS cp "MPSFortLib/Execute_MPSMain ../OSMPSExecute_MPSMain" cp: cannot statMPSFortLib/Execute_MPSMain': No such file or directory
1

Sincerely,
Yiming

Discussion


Log in to post a comment.