[molpro-user] ARMCI test errors after compiling with GA/MPICH2, gfortran, ATLAS on Ubuntu 11.04

Andy May MayAJ1 at cardiff.ac.uk
Thu May 19 21:54:12 BST 2011


Greg,

I can't seem to replicate this problem using options as close as 
possible to yours.

One thing I have noticed is that linking only the routines that come 
with ATLAS does not work anymore with Molpro. I have fixed this, and 
there will be an update sometime in the future, but this leads me to 
conclude the -lapack you are using is either a supplemented ATLAS 
library, or a system one.

I don't think the BLAS/LAPACK will be the problem, but perhaps configure 
has not correctly determined the integer size in these libraries, you 
can always try using Molpro internal ones with -noblas -nolapack options.

There may be problems with the MPICH2 version which ships with Ubuntu, 
certainly there were problems with hydra around 1.3.1, but if you say 
that ifort works then maybe it's okay. To eliminate this I would suggest 
to use a newer version (no need to do this by hand, see below).

Also, we are now at PL21 (there is a new tarball).

Can I therefore suggest you first try the following with 2010.1.21:

./configure -batch -gcc -gfortran -mpp -auto-ga-tcgmsg-mpich2 -instroot 
/usr/local/molpro2010.1

and see if this then gives you a working build.

Best wishes,

Andy

On 18/05/11 22:38, Gregory Magoon wrote:
> Hello,
> I have been working on compiling Molpro for our new computer system with Ubuntu
> 11.04, GA/MPICH2, and gfortran. The compile seems to go smoothly but the test
> with 8 processors produces a number of armci (and other) errors (see below).
>
> I have two other systems with ifort where I have compiled with GA/MPICH2 and the
> tests ran without significant issues like this, so I'm wondering if it is
> related to the use of gfortran. Also, I'm trying to use ATLAS here, so that
> could be another factor. Any tips or suggestions on how to address these issues
> are greatly appreciated.
>
> Below are:
> 1. Configure output summary for ga-5-0-2
> 2. Configure output summary for molpro2010.1 patch level 20
> 3. The molpro test output run with 8 processors ("make MOLPRO_OPTIONS=-n8 test")
>
> I'd be happy to provide any additional info that could be useful.
>
> Thanks,
> Greg
>
> configure:
> configure: **************************************************************
> configure:  Aggregate Remote Memory Copy Interface (ARMCI) configured as
> follows:
> configure: **************************************************************
> configure:
> configure:                 TARGET=LINUX64
> configure:              MSG_COMMS=MPI
> configure:             GA_MP_LIBS= -lmpichf90 -lmpich -lpthread -lmpl
> configure:          GA_MP_LDFLAGS= -L/usr/lib64
> configure:         GA_MP_CPPFLAGS= -I/usr/include/mpich2
> configure:          ARMCI_NETWORK=SOCKETS
> configure:  ARMCI_NETWORK_LDFLAGS=
> configure:     ARMCI_NETWORK_LIBS=
> configure: ARMCI_NETWORK_CPPFLAGS=
> configure:                     CC=gcc
> configure:                 CFLAGS=
> configure:             ARMCI_COPT=-O3 -funroll-loops
> configure:                    CPP=gcc -E
> configure:               CPPFLAGS=
> configure:                LDFLAGS=
> configure:                   LIBS=-lm
> configure:                  FLIBS=
> configure:                     AR=ar
> configure:               AR_FLAGS=cru
> configure:                   CCAS=gcc
> configure:             CCAS_FLAGS=
> configure:                   DEFS=-DHAVE_CONFIG_H
> configure:                  SHELL=/bin/bash
> configure:
> configure:
> configure: **************************************************************
> configure:  Global Arrays (GA) configured as follows:
> configure: **************************************************************
> configure:
> configure:                 TARGET=LINUX64
> configure:              MSG_COMMS=MPI
> configure:             GA_MP_LIBS= -lmpichf90 -lmpich -lpthread -lmpl
> configure:          GA_MP_LDFLAGS= -L/usr/lib64
> configure:         GA_MP_CPPFLAGS= -I/usr/include/mpich2
> configure:          ARMCI_NETWORK=SOCKETS
> configure:  ARMCI_NETWORK_LDFLAGS=
> configure:     ARMCI_NETWORK_LIBS=
> configure: ARMCI_NETWORK_CPPFLAGS=
> configure:                    F77=gfortran
> configure:                 FFLAGS=
> configure:              FFLAG_INT=-fdefault-integer-8
> configure:                GA_FOPT=-O
> configure:                     CC=gcc
> configure:                 CFLAGS=
> configure:                GA_COPT=-O2 -funroll-loops
> configure:                    CPP=gcc -E
> configure:               CPPFLAGS=
> configure:                LDFLAGS=
> configure:                   LIBS=-lm
> configure:                  FLIBS=
> -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2
> -L/usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/../../..
> -L/usr/lib/x86_64-linux-gnu -lgfortran -lm
> configure:           BLAS_LDFLAGS=
> configure:              BLAS_LIBS=-lf77blas -latlas
> configure:          BLAS_CPPFLAGS=
> configure:                     AR=ar
> configure:               AR_FLAGS=cru
> configure:                   CCAS=gcc
> configure:             CCAS_FLAGS=
> configure:                   DEFS=-DHAVE_CONFIG_H
> configure:                  SHELL=/bin/bash
>
>
> user at kamet:~/molpro2010.1$ ./configure -batch -gcc -gfortran -mpp -mppbase
> /usr/local -instroot /usr/local/molpro2010.1
>
> machine type recognized as x86_64 (Generic 64-bit)
> kernel recognized as Linux
>
> user request compiler gfortran
> GNU Fortran Compiler, Version 4.5.2
> FC=/usr/bin/gfortran
>
> user request compiler gcc
> GNU Compiler Collection, Version 4.5.2
> CC=/usr/bin/gcc
>
> Use BLAS library - Automatically Tuned Linear Algebra Software (ATLAS)
> BLASLIB=-L/usr/lib64 -lf77blas -lcblas -latlas
>
> Use LAPACK library - undetermined LAPACK library, probably same type as BLAS
> LAPACKLIB=-L/usr/lib64 -llapack
>
> HDF5LIB=
>
> ga_GA_MP_LIBS     = -lmpichf90 -lmpich -lpthread -lmpl
> ga_GA_MP_LDFLAGS  = -L/usr/lib64
> ga_GA_MP_CPPFLAGS = -I/usr/include/mpich2
> ga_TARGET         = LINUX64
> ga_MSG_COMMS      = MPI
> ga_prefix         = /usr/local
>
> Use MPP library - Global Arrays version 5 or higher
> MPPLIB=-L/usr/local/lib -lga -larmci
>
> MPILIB=-L/usr/lib64 -lmpichf90 -lmpich -lpthread -lmpl
>
> parallel=mpich2
>
> parse-Linux-x86_64-i8.o is your object
>
> CONFIG file created; proceed to compilation
>
> make[1]: Entering directory `/home/user/molpro2010.1/testjobs'
> Running job Cs_DKH10.test
> Running job Cs_DKH2.test
> Running job Cs_DKH2_standard.test
> Running job Cs_DKH3.test
> Running job Cs_DKH4.test
> Running job Cs_DKH7.test
> Running job Cs_DKH8.test
> Running job Cs_nr.test
> Running job allene_opt.test
> Running job allyl_cipt2.test
> Running job allyl_ls.test
> Running job ar2_dk_dummy.test
> Running job au2o_optdftecp1.test
> Running job au2o_optdftecp2.test
> Running job au2o_optecp.test
> Running job aucs4k2.test
> Running job b_cidft.test
> Running job basisinput.test
> Running job bccd_opt.test
> Running job bccd_save.test
> Running job benz_nlmo.test
> Running job benzol_giao.test
> Running job big_lattice.test
> Running job br2_f12_multgem.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:24429):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:24433):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:24434):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:24428):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:24432):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job c2f4_cosmo.test
> Running job c2h2_dfmp2.test
> Running job c2h4_c1_freq.test
> Running job c2h4_ccsd-f12.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:31087):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:31085):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:31081):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:31080):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job c2h4_ccsdfreq.test
> Running job c2h4_cosmo.test
> Running job c2h4_cosmo_direct.test
> Running job c2h4_d2.test
> Running job c2h4_d2h.test
> Running job c2h4_d2h_freq.test
> Running job c2h4_ksfreq.test
> Running job c2h4_lccsd.test
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:551):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:552):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:553):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:554):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:555):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:557):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:558):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> 0:Hangup error, status=: 1
> (rank:0 hostname:kamet pid:556):ARMCI DASSERT fail.
> src/signaltrap.c:SigHupHandler():436 cond:0
> **** PROBLEMS WITH JOB c2h4_lccsd.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/c2h4_lccsd.errout
> Running job c2h4_lccsd2.test
> Running job c2h4_lccsd3.test
> Running job c2h4_lmp2.test
> Running job c2h4_optnum.test
> Running job c2h4_prop.test
> Running job c2h4o_cosmo.test
> Running job c6h6_freq.test
> Running job c6h6_freq_restart.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1804):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1807):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1803):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=16, p=300349; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1808):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=16, p=300349; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1806):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=16, p=300349; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1801):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=16, p=300349; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1805):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=16, p=300349; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:1802):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> **** PROBLEMS WITH JOB c6h6_freq_restart.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/c6h6_freq_restart.errout
> Running job c6h6_opt.test
> Running job caffeine_opt.test
> Running job casvb.test
> Running job casvb2.test
> Running job casvb3.test
> Running job ccsapt_hebe2_exdi_dcbs.test
> **** PROBLEMS WITH JOB ccsapt_hebe2_exdi_dcbs.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/ccsapt_hebe2_exdi_dcbs.errout
> Running job ccsapt_hebe_df_ccdisp_dcbs.test
> **** PROBLEMS WITH JOB ccsapt_hebe_df_ccdisp_dcbs.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/ccsapt_hebe_df_ccdisp_dcbs.errout
> Running job ccsapt_hebe_df_ccdisp_mcbs.test
> **** PROBLEMS WITH JOB ccsapt_hebe_df_ccdisp_mcbs.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/ccsapt_hebe_df_ccdisp_mcbs.errout
> Running job ccsapt_hebe_df_ccexdi_dcbs.test
> Running job ccsapt_ne2ar_dcbs.test
> Running job ccsapt_ne2ar_mcbs.test
> Running job ccsapt_ne2ar_nosym_dcbs.test
> **** PROBLEMS WITH JOB ccsapt_ne2ar_nosym_dcbs.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/ccsapt_ne2ar_nosym_dcbs.errout
> Running job ccsapt_ne2ar_tdhfdisp_dcbs.test
> Running job ccsapt_ne2ar_tdhfdisp_mcbs.test
> **** PROBLEMS WITH JOB ccsapt_ne2ar_tdhfdisp_mcbs.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/ccsapt_ne2ar_tdhfdisp_mcbs.errout
> Running job ccsd_f12_dipmom.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3745):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3742):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3740):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3739):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3744):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3746):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job ch2_rs3.test
> Running job ch2o_cosmo_rad.test
> Running job ch3_cosmo.test
> Running job ch3_cosmo_dft.test
> Running job ch4_b2plyp.test
> Running job ch4_b2plyp_df.test
> Running job ch4_b2plyp_direct.test
> Running job changegeom.test
> Running job cl-_cosmo.test
> Running job cl2_cosmo.test
> Running job cl2_cosmo2.test
> Running job cl2dft.test
> Running job cl_cosmo.test
> Running job cn_optrs2av.test
> Running job cn_proj.test
> Running job cn_samc_forces.test
> Running job cn_tranh.test
> **** PROBLEMS WITH JOB cn_tranh.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/cn_tranh.errout
> Running job cn_uno.test
> Running job cndft.test
> Running job co2_mp2freq.test
> **** PROBLEMS WITH JOB co2_mp2freq.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/co2_mp2freq.errout
> Running job co2_vci_pmp.test
> Running job co_cordip.test
> Running job co_qcidip.test
> Running job contest_lih2_D0D1.test
> Running job coreocc.test
> Running job cpp.test
> Running job cppopt.test
> Running job cr2_ecp_forces.test
> Running job cs2_qcitgrad_c2v.test
> Running job cs2_qcitgrad_d2h.test
> **** PROBLEMS WITH JOB cs2_qcitgrad_d2h.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/cs2_qcitgrad_d2h.errout
> Running job dftacg_h2o_vdz.test
> Running job diboran_freq.test
> Running job dk_test1.test
> Running job dk_test2.test
> Running job dummy.test
> Running job dummyecp.test
> Running job ecpgrads.test
> Running job f12_open_pair_energies.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11823):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11825):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11828):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11827):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11829):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job f12_solve_3c.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12480):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12477):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12478):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12479):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12482):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12483):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12484):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12481):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> **** PROBLEMS WITH JOB f12_solve_3c.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/f12_solve_3c.errout
> Running job fci.test
> Running job form_atoml.test
> Running job form_dftfreq.test
> Running job form_dlmp2.test
> Running job form_dmp2.test
> Running job form_dmp4.test
> Running job form_dual.test
> Running job form_freq.test
> Running job form_ht.test
> Running job form_lccsd.test
> Running job form_lccsd_freq.test
> Running job form_lmp2.test
> Running job form_mp2pert.test
> **** PROBLEMS WITH JOB form_mp2pert.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/form_mp2pert.errout
> Running job form_mp2sel.test
> Running job form_noorient1.test
> Running job form_noorient2.test
> Running job form_opt_inact.test
> Running job form_optdft.test
> Running job form_optdlmp2.test
> Running job form_optdmp2.test
> Running job form_optlmp2.test
> Running job form_optloc.test
> Running job form_optlqci.test
> Running job form_optmp2.test
> Running job form_optnum.test
> Running job form_optqci.test
> Running job form_orient1.test
> Running job form_orient2.test
> Running job form_readhess1.test
> Running job form_readhess2.test
> Running job furan_ltdflcc2lr.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30624):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30622):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30621):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30617):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> **** PROBLEMS WITH JOB furan_ltdflcc2lr.test
>   ERRORS DETECTED in furan_ltdflcc2lr.test. Max error for CPU time for 3idx-Tf.
> int2ampl:                  0.02 sec, Elapsed time=      0.04 sec
>   ERRORS DETECTED in furan_ltdflcc2lr.test. Max error for triplet excitation
> energies= 0.79922083
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/furan_ltdflcc2lr.errout
> Running job furan_mp2grad.test
> Running job furan_opt_dflmp2.test
> Running job gcc.test
> Running job gly1_dflcc2.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:23157):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:23156):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:23154):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:23159):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:23160):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:23158):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job gly1_mp2sel.test
> Running job gly2_dfit.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:27070):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:27071):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:27072):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:27077):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job gly2_extdom.test
> Running job gly_cosmo_opt.test
> Running job glycin_direct.test
> Running job glycin_dmp4.test
> Running job glycine_dflmp2f12.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3289):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3288):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3286):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3283):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3282):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:3284):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job glycine_dflmp2r12.test
> Running job glycine_opt.test
> Running job glycine_optqsd.test
> Running job glycine_optsl.test
> Running job glyoxal_opt.test
> Running job glypep1_vdz_gpu.test
> **** PROBLEMS WITH JOB glypep1_vdz_gpu.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/glypep1_vdz_gpu.errout
> Running job glypep1_vdz_sse.test
> **** PROBLEMS WITH JOB glypep1_vdz_sse.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/glypep1_vdz_sse.errout
> Running job glypep1_vtz_gpu.test
> **** PROBLEMS WITH JOB glypep1_vtz_gpu.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/glypep1_vtz_gpu.errout
> Running job glypep2_lmp2.test
> Running job glypep2_lmp2_direct.test
> Running job h2f_merge.test
> Running job h2o_ano.test
> Running job h2o_atten-lmp2.test
> Running job h2o_avdz_cabs.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20712):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20716):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20715):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20714):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20711):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20713):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20709):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:20710):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> **** PROBLEMS WITH JOB h2o_avdz_cabs.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_avdz_cabs.errout
> Running job h2o_c2v_direct.test
> Running job h2o_caspt2_opts.test
> Running job h2o_cc2.test
> Running job h2o_ccpol.test
> Running job h2o_ccrest.test
> Running job h2o_ccrest_direct.test
> Running job h2o_ccsd-f12.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:21936):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:21941):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:21934):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_cf_sym.test
> Running job h2o_cfit.test
> Running job h2o_cfit_opt.test
> Running job h2o_cfopt.test
> Running job h2o_cfopt_rhf.test
> Running job h2o_cidft.test
> Running job h2o_cis.test
> Running job h2o_cosmo_dft.test
> Running job h2o_cosmo_eps.test
> Running job h2o_cosmo_eps_mp2.test
> Running job h2o_cosmo_eps_mp2_dip.test
> Running job h2o_cosmo_mp2_dip_sym.test
> Running job h2o_cosmo_opt.test
> Running job h2o_df-tlhf1.test
> Running job h2o_df-tlhf2.test
> Running job h2o_dfit.test
> Running job h2o_dfit_defbas.test
> Running job h2o_dflmp2_freq.test
> Running job h2o_dflmp2f12.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2110):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2109):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2111):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2112):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2107):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2106):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:2108):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_dflmp2r12.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4346):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4350):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4351):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4353):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4348):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4352):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4347):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:4349):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> **** PROBLEMS WITH JOB h2o_dflmp2r12.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_dflmp2r12.errout
> Running job h2o_dfmp2r12.test
> Running job h2o_dft.test
> Running job h2o_dftinp.test
> Running job h2o_dip.test
> Running job h2o_direct.test
> Running job h2o_eom.test
> Running job h2o_eom_rest.test
> Running job h2o_eomc1.test
> Running job h2o_eomprop.test
> Running job h2o_explicit.test
> Running job h2o_extrapol_proc.test
> Running job h2o_extrapolate.test
> Running job h2o_extrapolate_freq.test
> Running job h2o_extrapolate_opt1.test
> Running job h2o_extrapolate_opt2.test
> Running job h2o_extrapolate_opt3.test
> Running job h2o_extrapolate_opt4.test
> Running job h2o_exx.test
> Running job h2o_f12_2b.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9671):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9676):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9669):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9670):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9675):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_basis.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11639):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11642):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11644):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11643):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11640):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11637):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11641):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_cabs.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12982):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12979):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12986):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_fix.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:22978):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:22972):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:22973):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:22979):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_hy.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28323):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28324):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28318):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28319):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28321):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28322):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28317):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28320):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> **** PROBLEMS WITH JOB h2o_f12_hy.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_f12_hy.errout
> Running job h2o_f12_restart.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28629):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28628):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28631):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28633):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:28632):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_rmp2.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29447):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29452):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29449):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29451):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29446):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29450):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29448):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_singles.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29757):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29754):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29760):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29758):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:29755):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_f12_uccsd.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30343):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30339):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30340):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30342):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30345):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:30344):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_field.test
> Running job h2o_fit-lmp2.test
> Running job h2o_fitbasis.test
> Running job h2o_freq.test
> Running job h2o_freq_procedure.test
> Running job h2o_gcc.test
> Running job h2o_grad_rks_hf.test
> Running job h2o_grad_rks_lmp2.test
> Running job h2o_grad_rks_mp2.test
> Running job h2o_ks.test
> Running job h2o_lccsd.test
> Running job h2o_lhf.test
> Running job h2o_local.test
> Running job h2o_mltp-lmp2.test
> Running job h2o_mltp_direct1.test
> Running job h2o_mltp_direct2.test
> Running job h2o_mp2grad.test
> Running job h2o_mp2pol.test
> Running job h2o_mp2pol_local.test
> Running job h2o_mp3dip.test
> Running job h2o_mrcc.test
> Running job h2o_mrcc_3-21g.test
> **** PROBLEMS WITH JOB h2o_mrcc_3-21g.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_mrcc_3-21g.errout
> Running job h2o_mrcc_eom.test
> Running job h2o_mrcc_eom_nosym.test
> **** PROBLEMS WITH JOB h2o_mrcc_eom_nosym.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_mrcc_eom_nosym.errout
> Running job h2o_mrcc_nosym.test
> **** PROBLEMS WITH JOB h2o_mrcc_nosym.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_mrcc_nosym.errout
> Running job h2o_mscaspt2_opt.test
> Running job h2o_mstate.test
> Running job h2o_numfreq.test
> Running job h2o_opt.test
> Running job h2o_opt_dflmp2.test
> Running job h2o_optav.test
> Running job h2o_optdft.test
> **** PROBLEMS WITH JOB h2o_optdft.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_optdft.errout
> Running job h2o_optmc.test
> **** PROBLEMS WITH JOB h2o_optmc.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_optmc.errout
> Running job h2o_optmrci.test
> Running job h2o_optnum.test
> Running job h2o_optnum_cart.test
> Running job h2o_optrs2.test
> Running job h2o_optuhf.test
> Running job h2o_prop.test
> Running job h2o_restart.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9923):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=13, l=32768, p=206611; read returns 0
> Read error in iow_direct_read; fd=13, l=16, p=139067; read returns 0
> Read error in iow_direct_read; fd=13, l=16, p=139067; read returns 0
> Read error in iow_direct_read; fd=13, l=16, p=139067; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9926):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9927):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9924):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9925):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=13, l=16, p=139067; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:9929):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_restart2.test
> Read error in iow_direct_read; fd=14, l=20, p=114290; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:10050):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=20, p=114290; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:10052):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=20, p=114290; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:10053):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=20, p=114290; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:10049):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Read error in iow_direct_read; fd=14, l=20, p=114290; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:10055):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_rs2cfreq.test
> Running job h2o_rs2freq.test
> Running job h2o_select.test
> Running job h2o_slater.test
> **** PROBLEMS WITH JOB h2o_slater.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_slater.errout
> Running job h2o_status.test
> Running job h2o_tlhf.test
> Running job h2o_userop.test
> **** PROBLEMS WITH JOB h2o_userop.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_userop.errout
> Running job h2o_vci.test
> Running job h2o_vci_combi.test
> Running job h2o_vci_multi.test
> Running job h2o_vci_pmp.test
> Running job h2o_vci_pmp_poly.test
> Running job h2o_vci_restart.test
> Read error in iow_direct_read; fd=14, l=117, p=175842; read returns 0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:11975):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_vdz.test
> **** PROBLEMS WITH JOB h2o_vdz.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_vdz.errout
> Running job h2o_vdz_qcisd.test
> Running job h2o_vdz_qcisd_opt.test
> Running job h2o_vdzf12_cabs.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12552):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12554):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12555):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12549):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12553):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12551):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:12550):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job h2o_vmcscf.test
> Running job h2o_vmp2.test
> Running job h2o_vqz_gpu.test
> Running job h2o_vscf_extern.test
> **** PROBLEMS WITH JOB h2o_vscf_extern.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2o_vscf_extern.errout
> Running job h2o_vtz_gpu.test
> Running job h2o_vtz_sse.test
> Running job h2o_xccprop.test
> Running job h2odim_enepart.test
> Running job h2odim_enepart_direct.test
> Running job h2odim_regions.test
> Running job h2odim_regions_direct.test
> Running job h2odim_restdom.test
> Running job h2odimer1_lmp2.test
> Running job h2odimer2_lmp2.test
> Running job h2odimer_dfdftsapt1.test
> Running job h2odimer_dfdftsapt2.test
> Running job h2odimer_dftsapt1.test
> Running job h2odimer_dftsapt2.test
> Running job h2odimer_lccsd.test
> Running job h2odimer_lccsd_direct.test
> Running job h2odimer_lccsd_rest.test
> Running job h2odimer_lccsdt1b.test
> Running job h2odimer_sapt_acdft.test
> **** PROBLEMS WITH JOB h2odimer_sapt_acdft.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/h2odimer_sapt_acdft.errout
> Running job h2omc_freq.test
> Running job h3o_cosmo_dft.test
> Running job h3o_cosmo_eps.test
> Running job hcn_optts.test
> Running job hcn_optts2.test
> Running job hcn_opttssl.test
> Running job hcn_vci_ts.test
> Running job he2_dftsapt.test
> Running job he2ne2_mltprsc.test
> Running job hfdimer_cpcopt.test
> Running job hfdimer_cpcopt2.test
> Running job hfdimer_cpcopt3.test
> Running job hfdimer_cpcoptnum.test
> Running job hfdimer_dftd.test
> Running job hnch2_opt.test
> Running job hso2_mccore.test
> Running job hybrid_dft_ci.test
> Running job incl_pl.test
> Running job incl_sf.test
> Running job isobutene_mp2.test
> Running job ketenesl.test
> Running job lattice.test
> Running job lif_mscaspt2.test
> Running job lif_nacme.test
> Running job lif_nacme_bo.test
> Running job loc_eom.test
> Running job loc_eom3.test
> Running job local_symmetry.test
> Running job local_symmetry_df.test
> Running job matrop.test
> Running job mcbs_inte.test
> Running job mergedom.test
> Running job minimize.test
> Running job n2_restrict.test
> **** PROBLEMS WITH JOB n2_restrict.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/n2_restrict.errout
> Running job n2_rs2c.test
> Running job n2_rs2c_2.test
> Running job n2f2_c2h.test
> Running job ne_d2h_direct.test
> Running job ne_f12.test
> Running job near_avdz_e22indr.test
> **** PROBLEMS WITH JOB near_avdz_e22indr.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/near_avdz_e22indr.errout
> Running job near_hfsapt.test
> Running job near_sapt_acdft.test
> Running job nebe_dftsapt.test
> Running job nh2_rmp2.test
> Running job no3_cosmo_eps.test
> Running job o2_dfit.test
> Running job o2_direct.test
> Running job o2_mrcc.test
> Running job o2_mrcc_3-21g.test
> Running job o2_mrcc_uhf.test
> **** PROBLEMS WITH JOB o2_mrcc_uhf.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/o2_mrcc_uhf.errout
> Running job o2_opt.test
> Running job o2_rmp2.test
> Running job o2_rs2.test
> **** PROBLEMS WITH JOB o2_rs2.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/o2_rs2.errout
> Running job o2_rs2c.test
> Running job o2_rs2c_2.test
> Running job o2_rs3.test
> Running job o2_vdz.test
> Running job o2_vtz.test
> Running job o3_ccsdfreq.test
> Running job o3_cipt2.test
> Running job o3_explicit.test
> Running job o3_mrci.test
> Running job o3_optrs2.test
> Running job o3_optrs2av.test
> Running job o3_rs2c.test
> Running job oh_macros.test
> Running job oh_mrcc_uhf.test
> Running job oh_trdm.test
> Running job orient.test
> Running job pentane_dflccsd.test
> Running job pep_zwitter_cosmo.test
> Running job propane_lccsd.test
> Running job propane_lmp4.test
> Running job pv3_vdz_gpu.test
> Running job pv3_vtz_gpu.test
> **** PROBLEMS WITH JOB pv3_vtz_gpu.test
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/pv3_vtz_gpu.errout
> Running job pyrrole_nevpt2.test
> Running job se2_optump2.test
> Running job sf6_dk.test
> Running job sf6_dmp4.test
> Running job so.test
> Running job solve.test
> Running job system.test
> **** PROBLEMS WITH JOB system.test
>   *** ERRORS DETECTED in system.test.
>   *** ERRORS DETECTED in system.test.
> **** For further information, look in the output file
> **** /home/user/molpro2010.1/testjobs/system.errout
> Running job testproc_opt1.test
> Running job testproc_opt2.test
> Running job testproc_opt3.test
> Running job tl_so_i.test
> Running job tlbr2_opt.test
> Running job tlbr_ecp_forc.test
> Running job tlbr_mp2_dft_so.test
> Running job trinitroaniline_cosmo.test
> Running job uccsd_f12_sym.test
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:5530):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:5529):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:5531):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:5528):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> 0:0:fehler:: 1
> (rank:0 hostname:kamet pid:5533):ARMCI DASSERT fail.
> src/armci.c:ARMCI_Error():276 cond:0
> Running job wadim_restdom.test
> make[1]: Leaving directory `/home/user/molpro2010.1/testjobs'
> _______________________________________________
> Molpro-user mailing list
> Molpro-user at molpro.net
> http://www.molpro.net/mailman/listinfo/molpro-user



More information about the Molpro-user mailing list