cazadordehard
09-01-2012, 04:08 PM
Señores estoy teniendo algunos inconvenientes al querer instalar un software en Red Hat. La cosa es asi: Estoy tratando de instalar un programa de exploraciòn petrolera que solo corre sobre Red Hat o Mac. Para colmo de males los Geologos solo usan Red Hat y no quieren saber nada con Mac, esto lo digo mas que nada porque de ultima probaria de instalarlo en una Mac. Bueno el software se llama MARE2DEM y se encuentra en esta pagina http://seafloorem.ucsd.edu/. Segun el instructivo que viene en el soft se ejecuta de la siguiente manera:
1- Descomprimir el archivo.
2- Ir al directorio MARE2DEM.
3- Ingresar al directorio Source.
4- Hacer un "Make all" parado en ese directorio.
5- Una ves hecho el "Make all" se debe compilar los siguiente Clusters que estan dentro del directorio Source. Currently supported clusters: make CLUSTER=wolfpack
make CLUSTER=scarborough
make CLUSTER=lonestar make CLUSTER=triton
6- cuando ejecuto el primer Cluster me arroja errores como el siguiente: Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:38 integer, dimension(:,:), allocatable :: emap ! 3 by nele 1 Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:39 real(Cool, dimension(Sonrisa, allocatable :: sig ! nele elem
7- En el segundo Cluster me presenta varios errores de librerias. Librerias que no puedeo encontrar por ningun lado. make[3]: /opt/intel/Compiler/11.1/084/bin/intel64/xiar: Command not found Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:38
8- En el tercer Cluster me arroja un error de comando XIAR como la anterior explicaciòn. make[3]: xiar: Command not found make[3]: *** [libamd.a] Error 127 make[3]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD/Lib' make[2]: *** [library] Error 2 make[2]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/UMFPACK' mpif90 -O2 -xT -c -o kdtree2.o kdtree2.f90 gfortran: language T not recognized gfortran: language T not recognized gfortran: kdtree2.f90: linker input file unused because linking not done mpif90 -O2 -xT -c -o fem2D_utilities.o fem2D_utilities.f90 gfortran: language T not recognized gfortran: language T not recognized gfortran: fem2D_utilities.f90: linker input file unused because linking not done mpif90 -O2 -xT -c -o call_triangle.o call_triangle.f90
9- Por ultimo cuando ejecuto el ultmo Cluster me arroja lo siguiente: xiar: Command not found make[3]: *** [libamd.a] Error 127 make[3]: xiar: Command not found make[3]: *** [libamd.a] Error 127 make[3]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD/Lib' make[2]: *** [library] Error 2 make[2]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/UMFPACK' mpif90 -O2 -c -o kdtree2.o kdtree2.f90 mpif90 -O2 -c -o fem2D_utilities.o fem2D_utilities.f90 mpif90 -O2 -c -o call_triangle.o call_triangle.f90 In file call_triangle.f90:37 real(Cool, dimension(Sonrisa, allocatable :: y,z ! nnod node 1 Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:38 integer, dimension(:,:), allocatable :: emap ! 3 by nele 1 Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:39 Bueno eso es todo ya busque la librerias por todos lados y no las pude encontrar en ningun lado. Busque en los repositorios del Red Hat y en diferentes paginas webs, pero nada. Otras de las librerias muy importantes que necesita la instalaciòn de este soft es la libreria "BLAS". Espero me puedan ayudar ya que esteo es muy importante. Gracias!!
1- Descomprimir el archivo.
2- Ir al directorio MARE2DEM.
3- Ingresar al directorio Source.
4- Hacer un "Make all" parado en ese directorio.
5- Una ves hecho el "Make all" se debe compilar los siguiente Clusters que estan dentro del directorio Source. Currently supported clusters: make CLUSTER=wolfpack
make CLUSTER=scarborough
make CLUSTER=lonestar make CLUSTER=triton
6- cuando ejecuto el primer Cluster me arroja errores como el siguiente: Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:38 integer, dimension(:,:), allocatable :: emap ! 3 by nele 1 Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:39 real(Cool, dimension(Sonrisa, allocatable :: sig ! nele elem
7- En el segundo Cluster me presenta varios errores de librerias. Librerias que no puedeo encontrar por ningun lado. make[3]: /opt/intel/Compiler/11.1/084/bin/intel64/xiar: Command not found Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:38
8- En el tercer Cluster me arroja un error de comando XIAR como la anterior explicaciòn. make[3]: xiar: Command not found make[3]: *** [libamd.a] Error 127 make[3]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD/Lib' make[2]: *** [library] Error 2 make[2]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/UMFPACK' mpif90 -O2 -xT -c -o kdtree2.o kdtree2.f90 gfortran: language T not recognized gfortran: language T not recognized gfortran: kdtree2.f90: linker input file unused because linking not done mpif90 -O2 -xT -c -o fem2D_utilities.o fem2D_utilities.f90 gfortran: language T not recognized gfortran: language T not recognized gfortran: fem2D_utilities.f90: linker input file unused because linking not done mpif90 -O2 -xT -c -o call_triangle.o call_triangle.f90
9- Por ultimo cuando ejecuto el ultmo Cluster me arroja lo siguiente: xiar: Command not found make[3]: *** [libamd.a] Error 127 make[3]: xiar: Command not found make[3]: *** [libamd.a] Error 127 make[3]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD/Lib' make[2]: *** [library] Error 2 make[2]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/AMD' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/MARE2DEM/MARE2DEM_aniso/Source/libraries/SuiteSparse/UMFPACK' mpif90 -O2 -c -o kdtree2.o kdtree2.f90 mpif90 -O2 -c -o fem2D_utilities.o fem2D_utilities.f90 mpif90 -O2 -c -o call_triangle.o call_triangle.f90 In file call_triangle.f90:37 real(Cool, dimension(Sonrisa, allocatable :: y,z ! nnod node 1 Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:38 integer, dimension(:,:), allocatable :: emap ! 3 by nele 1 Error: Attribute at (1) is not allowed in a TYPE definition In file call_triangle.f90:39 Bueno eso es todo ya busque la librerias por todos lados y no las pude encontrar en ningun lado. Busque en los repositorios del Red Hat y en diferentes paginas webs, pero nada. Otras de las librerias muy importantes que necesita la instalaciòn de este soft es la libreria "BLAS". Espero me puedan ayudar ya que esteo es muy importante. Gracias!!