Unable to create .exe file using Cassandra_v1.1

  • gandhiforbes
  • gandhiforbes's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #57 by gandhiforbes
Dear Sir,
I have just downloaded the latest release of the cassandra_v1.1. but unable to create .exe file. i am getting the following error:

anand@anand:~/Documents/Cassandra_v1.1/Cassandra_V1.1/Src$ make clean
rm *.o *.mod dep.mk
anand@anand:~/Documents/Cassandra_v1.1/Cassandra_V1.1/Src$ make -f Makefile.gfortran
Makefile.gfortran:139: dep.mk: No such file or directory
./get_deps
gfortran -c -ffree-line-length-none type_definitions.f90
gfortran -c -ffree-line-length-none run_variables.f90
gfortran -c -ffree-line-length-none file_names.f90
gfortran -c -ffree-line-length-none io_utilities.f90
gfortran -c -ffree-line-length-none random_generators.f90
gfortran -c -ffree-line-length-none pair_nrg_variables.f90
gfortran -c -ffree-line-length-none pair_nrg_routines.f90
gfortran -c -ffree-line-length-none energy_routines.f90
energy_routines.f90:3298.34:

mie_n = mie_nlist(mie_Matrix(is,js))
1
Warning: Legacy Extension: REAL array index at (1)
energy_routines.f90:3299.34:

mie_m = mie_mlist(mie_Matrix(is,js))
1
Warning: Legacy Extension: REAL array index at (1)
energy_routines.f90:1618.34:

mie_n = mie_nlist(mie_Matrix(is,js))
1
Warning: Legacy Extension: REAL array index at (1)
energy_routines.f90:1619.34:

mie_m = mie_mlist(mie_Matrix(is,js))
1
Warning: Legacy Extension: REAL array index at (1)
energy_routines.f90:1633.34:

mie_n = mie_nlist(mie_Matrix(is,js))
1
Warning: Legacy Extension: REAL array index at (1)
energy_routines.f90:1634.34:

mie_m = mie_mlist(mie_Matrix(is,js))
1
Warning: Legacy Extension: REAL array index at (1)
gfortran -c -ffree-line-length-none rotation_routines.f90
gfortran -c -ffree-line-length-none input_routines.f90
input_routines.f90:5910.21:

mie_nlist(mie_Matrix(String_To_Int(line_array(1)),String_To_Int(line
1
Warning: Legacy Extension: REAL array index at (1)
input_routines.f90:5911.21:

mie_mlist(mie_Matrix(String_To_Int(line_array(1)),String_To_Int(line
1
Warning: Legacy Extension: REAL array index at (1)
input_routines.f90:4612.8:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:2956.15:

IF (verbose_log==.TRUE.) WRITE(logunit,*) 'Fragment type', frag_list
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:2512.15:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:2616.9:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:2625.12:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:2189.15:

IF (verbose_log == .TRUE.) WRITE(logunit,*) 'No impropers in species
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1927.15:

IF (verbose_log == .TRUE.) WRITE(logunit,*) 'No dihedrals in species
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1743.15:

IF (verbose_log == .TRUE.) WRITE(logunit,*) 'No angles in species ',
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1612.15:

IF (verbose_log == .TRUE.) WRITE(logunit,*) 'No bonds in species ',is
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1465.15:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1481.18:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1495.18:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1519.21:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1529.15:

IF (verbose_log == .TRUE.) WRITE(logunit,*)
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1548.6:

IF (verbose_log == .FALSE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
input_routines.f90:1553.6:

IF (verbose_log == .TRUE.) THEN
1
Error: Logicals at (1) must be compared with .eqv. instead of ==
make: *** [input_routines.o] Error 1
anand@anand:~/Documents/Cassandra_v1.1/Cassandra_V1.1/Src$
How to solve this problem?

Thanks and Regards,
Anand Bharti
The following user(s) said Thank You: Jirsak

Please Log in to join the conversation.

More
8 years 7 months ago #58 by emarin
Dear Anand,

We just uploaded a fix to this problem. Please let us now if this works or if you still experience any problem.

Thanks!

Eliseo.
The following user(s) said Thank You: ejmaginn

Please Log in to join the conversation.

  • gandhiforbes
  • gandhiforbes's Avatar Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #59 by gandhiforbes
Thanks!
It is now working.
The following user(s) said Thank You: ejmaginn

Please Log in to join the conversation.

Time to create page: 0.161 seconds