I'm trying to compile DALTON2016. The setup command is
Code: Select all
./setup --cc=icc --fc=ifort --cxx=icpc --mkl parallel build
make finishes fine without any complaints.
make test runs smoothly except for rsp_esr2. There, everything seems to be fine
until the calculation of the MCSCF energy is finished. Directly afterwards the output says
I think that this is a little bit strange. The test rsp_esr runs, whereas this fails with a file access error?!Output from RSPESR module
-------------------------
RSPLAN -- linear response calculation for symmetry 1 ( A' )
RSPLAN -- operator label : TRIPLAGR
--- SOLVING SETS OF LINEAR EQUATIONS FOR LINEAR RESPONSE PROPERTIES ---
Operator symmetry = 1 ( A' ); triplet = T
RSPORT: 1 out of 2 new trial vectors linear dependent
READT: ERROR reading file
/scratch/DALTON_scratch/rsp_esr2_30901/RSP UNIT 15
record length 16926
--- SEVERE ERROR, PROGRAM WILL BE ABORTED ---
Date and time (Linux) : Thu Jan 21 14:07:37 2016
Host name : pc15851
Reason: READT: Error reading file
Total CPU time used in DALTON: 23.81 seconds
Total wall time used in DALTON: 6.19 seconds
QTRACE dump of internal trace stack
========================
level module
========================
7 RSPNEX
6 RSPCTL
5 RSPLAN
4 RSPESR
3 RSPDRV
2 DALTON
1 DALTON main
========================
If someone has an idea why this might occur, I would really appreciate her or his help.
With best regards,
Sebastian