[Wien] Compilation problems on Red Hat 4 with gfortran and gotolib
Osbaldeston, Ryan
rosbaldeston at clarku.edu
Thu Jun 2 16:35:49 CEST 2011
Hello, Sorry about the confusion earlier. We do not have ifort on the system and I realized that g95 wasn't working properly because it prints out that certain statements will never be executed. The configuration is as follows:
System: linuxgfortran (fedora 14)
Fortran Compiler: gfortran
C Compiler: CC
goto Libraries: /opt/GotoBLAS2/libgoto2.so
/opt/GotoBLAS2/libgoto2.a
/opt/GotoBLAS2/libgoto2_nehalemp-r1.13.so
/opt/GotoBLAS2/libgoto2_nehalemp-r1.13.a
Compiler Options:
Current settings:
O Compiler options: -ffree-form -O2
L Linker Flags: $(FOPT) -L../SRC_lib -lpthread -static
P Preprocessor flags '-DParallel'
R R_LIB (LAPACK+BLAS): -llapack_lapw -lblas_lapw -llapack_lapw
NOTE: recommended for R_LIB is -llapack_lapw -lgoto -llapack_lapw but lgoto doesn't exist in SRC_lib like lapack does and I assumed that blas, which is located in SRC_lib, is what you are looking for since blas is called gotoblas.
We are using a shared architecture and I have installed blas with lapack and used yum to install scalapack and blacs and mpi. The configuration settings are as follows:
Parallel f90 Compiler: mpif90
Current settings:
RP RP_LIB(SCALAPACK+PBLAS): -L/usr/lib -L/usr/lib64 -lpblas -lredist -ltools -lscalapack -lfblacs -lblacs -lmpi -L/opt/local/fftw/lib/ -lfftw_mpi -lfftw
FP FPOPT(par.comp.options): -ffree-form -O2
MP MPIRUN commando : mpirun -np _NP_ -machinefile _HOSTS_ _EXEC_
NOTE: It suggests using (-L/usr/local/SCALAPACK -L/usr/local/BLACS/LIB -lpblas -lredist -ltools -lscalapack -lfblacs -lblacs -lmpi -L/opt/local/fftw/lib/ -lfftw_mpi -lfftw) as the RP_LIB but neither of those directories exist in /usr/local
I found that the scalapack and blacs libraries were installed into usr/lib/ so I assumed that the necessary files would be in there, at least the libscalapack.so.1 and libmpiblacs.so.1 are there. If this is incorrect let me know because that might be what is causing failure here.
The errors printed out at the end of compilation are:
SRC_lapw0/compile.msg:make[1]: *** [lapw0_mpi] Error 1
SRC_lapw0/compile.msg:make: *** [para] Error 2
SRC_lapw1/compile.msg:make[1]: *** [lapw1_mpi] Error 1
SRC_lapw1/compile.msg:make: *** [rp] Error 2
SRC_lapw1/compile.msg:make[1]: *** [lapw1c_mpi] Error 1
SRC_lapw1/compile.msg:make: *** [cp] Error 2
SRC_lapw2/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:make[1]: *** [qdmft.o] Error 1
SRC_lapw2/compile.msg:make: *** [real] Error 2
SRC_lapw2/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:make[1]: *** [qdmft.o] Error 1
SRC_lapw2/compile.msg:make: *** [complex] Error 2
SRC_lapw2/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:make[1]: *** [qdmft.o] Error 1
SRC_lapw2/compile.msg:make: *** [rp] Error 2
SRC_lapw2/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:Error: 'mat' at (1) is not a member of the 'den_mat' structure
SRC_lapw2/compile.msg:make[1]: *** [qdmft.o] Error 1
SRC_lapw2/compile.msg:make: *** [cp] Error 2
SRC_mixer/compile.msg:make: *** [mixer] Error 1
SRC_telnes3/compile.msg:Error: Unterminated character constant beginning at (1)
SRC_telnes3/compile.msg:Error: Unterminated character constant beginning at (1)
SRC_telnes3/compile.msg:Error: Unclassifiable statement at (1)
SRC_telnes3/compile.msg:make: *** [describetask.o] Error 1
SRC_trig/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_trig/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_trig/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_trig/compile.msg:Error: Attribute at (1) is not allowed in a TYPE definition
SRC_trig/compile.msg:Error: 'multiplicity' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'elements' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'z' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'atom_positions' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'elements' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'atom_positions' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'multiplicity' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'atom_positions' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'elements' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'z' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: Expecting END SUBROUTINE statement at (1)
SRC_trig/compile.msg:Error: 'elements' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: 'elements' at (1) is not a member of the 'structure' structure
SRC_trig/compile.msg:Error: Expecting END SUBROUTINE statement at (1)
SRC_trig/compile.msg:Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)
SRC_trig/compile.msg:Error: ALLOCATABLE attribute conflicts with DUMMY attribute at (1)
SRC_trig/compile.msg:Error: Syntax error in ALLOCATE statement at (1)
SRC_trig/compile.msg:Error: Syntax error in ALLOCATE statement at (1)
SRC_trig/compile.msg:Error: Symbol 'kpoints' at (1) has no IMPLICIT type
SRC_trig/compile.msg:Error: Symbol 'kpoint_spec' at (1) has no IMPLICIT type
SRC_trig/compile.msg:make: *** [util.o] Error 1
Then when examining the individual compile.msg files I found the pertinent information to be:
In SRC_lapw0:
mpif90 -o lapw0_mpi cputim.o modules.o reallocate.o ainv.o am05_xscss.o b88.o blyp.o brj.o charg2.o charg3.o charge.o chfac.o chslv.o corgga.o corpbe_revtpss.o corpbe_tpss.o cub_xc_back.o corlsd.o dfxhpbe.o dfxrevtpss.o dfxtpss.o drho.o dylm.o efg.o energy.o epot1.o eramps.o errclr.o errflg.o ev92.o ev92ex.o exch.o exch17.o fftw_para.o fithi.o fxhpbe.o fx_revtpss.o fx_tpss.o gbass.o gcor.o gea.o geaex.o getff1.o getfft.o gpoint.o gpointm.o grans.o gtfnam.o hcth.o htbs.o ifflim.o kcis.o lapw0.o latgen.o multfc.o multsu.o outerr.o pbea.o pbem.o pbe1.o pbe2.o pbesol.o poissn.o potfac.o pwxad4.o pwxad5.o qranf.o readstruct.o rean0.o rean1.o rean3.o rean4.o rhopw.o rotate.o rotdef.o rpbe.o setff0.o setff1.o setfft.o setff2.o seval.o sevald.o sevaldd.o sevali.o sevalin.o sicpbe.o sicpbe_revtpss.o sicpbe_tpss.o sogga.o sphbes.o spline.o srolyl.o stern.o sumfac.o suml.o SymmRot.o th1.o th2.o vpw91.o vresp.o vs98.o vxc15.o vxc16.o vxc17.o vxc24.o vxc26.o vxclm2.o vxcpw2.o vxi35.o vxi35a.o wc05.o workf1.o xcener.o xcpot.o xcpot1.o xcpot3.o ykav.o ylm.o zfft3d.o W2kutils.o W2kinit.o fftw_seq.o -ffree-form -O2 -L../SRC_lib -lpthread -static -L/usr/lib -L/usr/lib64 -lpblas -lredist -ltools -lscalapack -lfblacs -lblacs -lmpi -L/opt/local/fftw/lib/ -lfftw_mpi -lfftw
/usr/bin/ld: skipping incompatible /usr/lib/libpthread.a when searching for -lpthread NOTE: This did not appear before I changed RP_LIB
/usr/bin/ld: cannot find -lpblas NOTE: This DID appear before I changed it and it made no difference
collect2: ld returned 1 exit status
In SRC_lapw1:
Identical issues as in lapw0
In SRC_lapw2: Errors like the following, may on them.
In file qdmft_tmp_.F:433
chd=chd+REAL(dmftdm(ikk)%mat(i,i), KIND=8)*vnorm
1
Error: 'mat' at (1) is not a member of the 'den_mat' structure
In SRC_mixer: Not even a clue what the error is here:
Fprojmsec.o: In function `fprojmsec_':
Fprojmsec.f:(.text+0x231): undefined reference to `dposvx_'
RegM2.o: In function `regm2_':
RegM2.f:(.text+0x2a4): undefined reference to `dgesvd_'
FprojmemR1m.o: In function `fprojmemr1m_':
FprojmemR1m.f:(.text+0x28c): undefined reference to `dgesvd_'
RegGCV.o: In function `reggcv_':
RegGCV.f:(.text+0x363): undefined reference to `dgesvd_'
collect2: ld returned 1 exit status
make: *** [mixer] Error 1
make: *** No rule to make target `complex'. Stop.
In SRC_telnes3: (NOTE: entire file text provided)
gfortran -ffree-form -O2 -c dblfactrl.f
In file dblfactrl.f:23
PAUSE 'negative factorial'
1
Warning: Obsolete: PAUSE statement at (1)
gfortran -ffree-form -O2 -c ddlmlm.f
gfortran -ffree-form -O2 -c defineindex.f
gfortran -ffree-form -O2 -c densityofstates.f
gfortran -ffree-form -O2 -c describetask.f
In file describetask.f:67
000),' mrad.
1
Error: Unterminated character constant beginning at (1)
In file describetask.f:69
',nt,' ,starting with t
1
Error: Unterminated character constant beginning at (1)
In file describetask.f:70
Th0*dble(1000),' mrad.'
1
Error: Unclassifiable statement at (1)
make: *** [describetask.o] Error 1
make: *** No rule to make target `complex'. Stop.
In SRC_trig: {Nothing more elaborate in here except for specific lines}
I am guessing that the errors that appear in trig are a result of the failure earlier in the compilation but I do not know for certain.
There are also warnings throughout the compilation that state that there are Obsolete arithmetic IF statements or other obsolete things done but I don't think that is causing any actual "problems" because they do not throw errors.
Any assistance you can provide would be much appreciated.
---
Ryan C. Osbaldeston
Student and Systems Intern
Clark University
950 Main St
Worcester, MA 01610
Box #: 1527
Alt. Email: xerohour13th at gmail.com
________________________________________
From: wien-bounces at zeus.theochem.tuwien.ac.at [wien-bounces at zeus.theochem.tuwien.ac.at] on behalf of Laurence Marks [L-marks at northwestern.edu]
Sent: Wednesday, June 01, 2011 3:33 PM
To: A Mailing list for WIEN2k users
Subject: Re: [Wien] Compilation problems on Red Hat 4 with G95/gfortran and gotolib
You are using the wrong compilation options, but since you do not give them nobody can correct the errors. Did you correctly set them using siteconfig? If you have ifort use that and of course you have to have mpif90 for the parallel version.
On Jun 1, 2011 11:42 AM, "Osbaldeston, Ryan" <rosbaldeston at clarku.edu<mailto:rosbaldeston at clarku.edu>> wrote:
> wI have been attempting to compile your software on a shared architecture that has both g95 and gfortran available for use on the system. Regardless of what I use I get a surplus of errors. For example:
> Compile time errors (if any) were:
> SRC_2Doptimize/compile.msg:make: *** [fminenefitcoa.o] Error 127
> SRC_afminput/compile.msg:make: *** [afminput.o] Error 127
> SRC_aim/compile.msg:make[1]: *** [moduls.o] Error 127
> SRC_aim/compile.msg:make: *** [real] Error 2
> SRC_aim/compile.msg:make[1]: *** [moduls.o] Error 127
> SRC_aim/compile.msg:make: *** [complex] Error 2
> SRC_arrows/compile.msg:make: *** [gtfnam.o] Error 127
> SRC_balsac-utils/compile.msg:make: *** [outnn2plt.o] Error 127
> SRC_broadening/compile.msg:make: *** [broadening.o] Error 127
> SRC_cif2struct/compile.msg:make: *** [module.o] Error 127
> SRC_clmaddsub/compile.msg:make: *** [clmaddsub.o] Error 127
> SRC_clmcopy/compile.msg:make: *** [clmcopy.o] Error 127
> SRC_dipan/compile.msg:make: *** [dipan.o] Error 127
> SRC_dstart/compile.msg:make: *** [module.o] Error 127
> SRC_elast/compile.msg:make: *** [genetempl.o] Error 127
> SRC_eosfit6/compile.msg:make: *** [eosfit6.o] Error 127
> SRC_eosfit/compile.msg:make: *** [eosfit.o] Error 127
> SRC_filtvec/compile.msg:make[1]: *** [filtvec.o] Error 127
> SRC_filtvec/compile.msg:make: *** [real] Error 2
> SRC_filtvec/compile.msg:make[1]: *** [filtvec.o] Error 127
> SRC_filtvec/compile.msg:make: *** [complex] Error 2
> SRC_fsgen/compile.msg:make: *** [bcc_fs_mesh.o] Error 127
> SRC_initelnes/compile.msg:make: *** [initelnes.o] Error 127
> SRC_initxspec/compile.msg:make: *** [initxspec.o] Error 127
> SRC_irrep/compile.msg:make: *** [felder.o] Error 127
> SRC_joint/compile.msg:make: *** [felder.o] Error 127
> SRC_kgen/compile.msg:make: *** [main.o] Error 127
> SRC_kram/compile.msg:make: *** [drude.o] Error 127
> SRC_lapw0/compile.msg:make[1]: *** [modules.o] Error 127
> SRC_lapw0/compile.msg:make: *** [seq] Error 2
> SRC_lapw0/compile.msg:Error parsing data file mpif90: Not found
> SRC_lapw0/compile.msg:make[1]: *** [modules.o] Error 243
> SRC_lapw0/compile.msg:make: *** [para] Error 2
> SRC_lapw1/compile.msg:make[1]: *** [modules.o] Error 127
> SRC_lapw1/compile.msg:make: *** [real] Error 2
> SRC_lapw1/compile.msg:make[1]: *** [modules.o] Error 127
> SRC_lapw1/compile.msg:make: *** [complex] Error 2
> SRC_lapw1/compile.msg:Error parsing data file mpif90: Not found
> SRC_lapw1/compile.msg:make[1]: *** [modules.o] Error 243
> SRC_lapw1/compile.msg:make: *** [rp] Error 2
> SRC_lapw1/compile.msg:Error parsing data file mpif90: Not found
> SRC_lapw1/compile.msg:make[1]: *** [modules.o] Error 243
> SRC_lapw1/compile.msg:make: *** [cp] Error 2
> SRC_lapw2/compile.msg:make[1]: *** [reallocate.o] Error 127
> SRC_lapw2/compile.msg:make: *** [real] Error 2
> SRC_lapw2/compile.msg:make[1]: *** [reallocate.o] Error 127
> SRC_lapw2/compile.msg:make: *** [complex] Error 2
> SRC_lapw2/compile.msg:Error parsing data file mpif90: Not found
> SRC_lapw2/compile.msg:make[1]: *** [reallocate.o] Error 243
> SRC_lapw2/compile.msg:make: *** [rp] Error 2
> SRC_lapw2/compile.msg:Error parsing data file mpif90: Not found
> SRC_lapw2/compile.msg:make[1]: *** [reallocate.o] Error 243
> SRC_lapw2/compile.msg:make: *** [cp] Error 2
> SRC_lapw3/compile.msg:make[1]: *** [atomgrid.o] Error 127
> SRC_lapw3/compile.msg:make: *** [real] Error 2
> SRC_lapw3/compile.msg:make[1]: *** [atomgrid.o] Error 127
> SRC_lapw3/compile.msg:make: *** [complex] Error 2
> SRC_lapw5/compile.msg:make[1]: *** [atomgrid.o] Error 127
> SRC_lapw5/compile.msg:make: *** [real] Error 2
> SRC_lapw5/compile.msg:make[1]: *** [atomgrid.o] Error 127
> SRC_lapw5/compile.msg:make: *** [complex] Error 2
> SRC_lapw7/compile.msg:make[1]: *** [moduls.o] Error 127
> SRC_lapw7/compile.msg:make: *** [real] Error 2
> SRC_lapw7/compile.msg:make[1]: *** [moduls.o] Error 127
> SRC_lapw7/compile.msg:make: *** [complex] Error 2
> SRC_lapwdm/compile.msg:make[1]: *** [reallocate.o] Error 127
> SRC_lapwdm/compile.msg:make: *** [real] Error 2
> SRC_lapwdm/compile.msg:make[1]: *** [reallocate.o] Error 127
> SRC_lapwdm/compile.msg:make: *** [complex] Error 2
> SRC_lapwso/compile.msg:make: *** [reallocate.o] Error 127
> SRC_lcore/compile.msg:make: *** [cdsld.o] Error 127
> SRC_lorentz/compile.msg:make: *** [lorentz.o] Error 127
> SRC_lstart/compile.msg:make: *** [cdlsd.o] Error 127
> SRC_mini/compile.msg:make: *** [mxpmgrid.o] Error 127
> SRC_mixer/compile.msg:make: *** [modules.o] Error 127
> SRC_nn/compile.msg:make: *** [struk.o] Error 127
> SRC_optic/compile.msg:make[1]: *** [modules.o] Error 127
> SRC_optic/compile.msg:make: *** [real] Error 2
> SRC_optic/compile.msg:make[1]: *** [modules.o] Error 127
> SRC_optic/compile.msg:make: *** [complex] Error 2
> SRC_optimize/compile.msg:make: *** [optimize.o] Error 127
> SRC_orb/compile.msg:make: *** [modules.o] Error 127
> SRC_pairhess/compile.msg:make: *** [energy.o] Error 127
> SRC_phonon/compile.msg:make: *** [phonon2wien2k_sym.o] Error 127
> SRC_qtl/compile.msg:make: *** [reallocate.o] Error 127
> SRC_spacegroup/compile.msg:make: *** [spacegroup.o] Error 127
> SRC_spaghetti/compile.msg:make: *** [reallocate.o] Error 127
> SRC_structeditor/compile.msg:make[1]: *** [module.o] Error 127
> SRC_structeditor/compile.msg:make: *** [all] Error 2
> SRC_sumpara/compile.msg:make: *** [errclr.o] Error 127
> SRC_supercell/compile.msg:make: *** [supercell.o] Error 127
> SRC_symmetry/compile.msg:make: *** [symmetry.o] Error 127
> SRC_symmetso/compile.msg:make: *** [symmetso.o] Error 127
> SRC_telnes3/compile.msg:make: *** [modules.o] Error 127
> SRC_tetra/compile.msg:make: *** [reallocate.o] Error 127
> SRC_trig/compile.msg:make: *** [rhomb_in5.o] Error 127
> SRC_txspec/compile.msg:make: *** [reallocate.o] Error 127
> SRC_vecpratt/compile.msg:make[1]: *** [vecpratt.o] Error 127
> SRC_vecpratt/compile.msg:make: *** [real] Error 2
> SRC_vecpratt/compile.msg:make[1]: *** [vecpratt.o] Error 127
> SRC_vecpratt/compile.msg:make: *** [complex] Error 2
> SRC_structeditor/SRC_ncmsymmetry/compile.msg:make: *** [module.o] Error 127
> SRC_structeditor/SRC_readwrite/compile.msg:make: *** [module.o] Error 127
> SRC_structeditor/SRC_struct2mol/compile.msg:make: *** [reallocate.o] Error 127
> SRC_structeditor/SRC_structgen/compile.msg:make: *** [module.o] Error 127
>
> For the above I used g95 and cc as the compilers. I used the recommended settings for everything else. Likewise when I use gfortran I get a list like the one above, if perhaps a bit longer. I have even attempted to run the compilation with a generic system and that doesn't even get as far as the list you see above when compiling and breaks halfway through. Any ideas on what might be going on?
> ---
> Ryan C. Osbaldeston
> Student and Systems Intern
> Clark University
> 950 Main St
> Worcester, MA 01610
> Box #: 1527
> Alt. Email: xerohour13th at gmail.com<mailto:xerohour13th at gmail.com>
>
>
> _______________________________________________
> Wien mailing list
> Wien at zeus.theochem.tuwien.ac.at<mailto:Wien at zeus.theochem.tuwien.ac.at>
> http://zeus.theochem.tuwien.ac.at/mailman/listinfo/wien
More information about the Wien
mailing list