Re: [deal.II] Re: Run into a cluster

2017-03-30 Thread 'Joaquin M Valencia Bravo' via deal.II User Group
Hi Jean-Paul, I can already run my code in the cluster with the lapack and blas module. Thank you for your time. Joaquin 2017-03-29 2:52 GMT-04:00 Jean-Paul Pelteret : > Hi Joaquin, > > Its been a really long time since I compiled Lapack manually and linked it > against deal.II (at that time,

Re: [deal.II] Re: Run into a cluster

2017-03-28 Thread 'Joaquin M Valencia Bravo' via deal.II User Group
Thanks for the help Jean-Paul. I installed lapack by myself, following the next steps: *$ wget http://www.netlib.org/lapack/lapack-3.3.0.tgz $ tar zxvf lapack-3.3.0.tgz $ cp INSTALL/make.inc.gfortran make.inc $ make blaslib $ make lapacklib $

Re: [deal.II] Re: ifem

2016-12-17 Thread 'Joaquin M Valencia Bravo' via deal.II User Group
Deal Luca and Jean-Paul, Thanks for the help. I've already been able to run the code. Although it runs with default values, this surely is related with the last lines written by Luca in his message. jomivalen@Nalia ~/ifem/ans-ifem-master $ ./ifem parameters.prm Parameter

Re: [deal.II] Re: ifem

2016-12-16 Thread 'Joaquin M Valencia Bravo' via deal.II User Group
Dear Jean-Paul, Thanks so much for your explanation, I used the second option you give me according to the original line code. I also removed other warnings similar to it. Please, help me with another problem presented in the next line code: *p = fe_v_s.quadrature_point(qs) - par.ring

Re: [deal.II] Re: ifem

2016-12-14 Thread 'Joaquin M Valencia Bravo' via deal.II User Group
Dear Jean-Paul, Thank you for your reply. I tried with the second alternative you give me. According to the example, contract<0,2> (t1, t2) , I modify the code as follows: PeFT = contract<2,2> (Pe[qs], F[qs]); I interprete that PeFT is the result, Pe[qs] would be the tensor t1, and

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-10 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
p4est. Best, JoaquĆ­n 2016-11-10 12:06 GMT-04:00 Wolfgang Bangerth : > On 11/09/2016 05:35 PM, 'Joaquin M Valencia Bravo' via deal.II User Group > wrote: > >> >> jomivalen@Nalia ~/cfem/trilinos/lib $ ldd libepetra.so.12.6.2 | grep mpi >> l

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-09 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
; On 11/09/2016 03:52 PM, 'Joaquin M Valencia Bravo' via deal.II User Group > wrote: > >> >> In case of trilinos, I followed the next steps: >> $ mkdir build >> $ cd build >> $ >> >> cmake \ >

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-09 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
INOS_DIR=/home/jomivalen/thesis/trilinos-12.6.2 \ -DDEAL_II_WITH_TRILINOS=ON -DDEAL_II_WITH_MPI=ON ../ $ make -j8 install $ make test (failed) Thank you for your patience, Joaquin 2016-11-09 18:47 GMT-04:00 Wolfgang Bangerth : > On 11/09/2016 03:44 PM, 'Joaquin M Valencia Brav

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-09 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
INOS_DIR=/home/jomivalen/thesis/trilinos-12.6.2 \ -DDEAL_II_WITH_TRILINOS=ON -DDEAL_II_WITH_MPI=ON ../ $ make -j8 install $ make test (failed) Thank you for your patience, Joaquin 2016-11-09 18:31 GMT-04:00 Wolfgang Bangerth : > On 11/09/2016 03:30 PM, 'Joaquin M Valencia

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-09 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
all $ make test 2016-11-09 18:31 GMT-04:00 Wolfgang Bangerth : > On 11/09/2016 03:30 PM, 'Joaquin M Valencia Bravo' via deal.II User Group > wrote: > >> >> I understand, but I don't know how to compile both of them with the same >> version. Could you pl

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-09 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
I understand, but I don't know how to compile both of them with the same version. Could you please tell me the steps to do that? Thanks for your time, Joaquin 2016-11-09 18:10 GMT-04:00 Wolfgang Bangerth : > On 11/09/2016 02:46 PM, 'Joaquin M Valencia Bravo' via deal.II

Re: [deal.II] Re: Interfacing dealii-8.4.1 with trilinos-12.6.2 - make test failed

2016-11-09 Thread &#x27;Joaquin M Valencia Bravo&#x27; via deal.II User Group
Thank you for your response: Which version of trilinos may I use in my case?. I followed the instructions on page: https://www.dealii.org/8.4.1/external-libs/trilinos.html although, it was for trilinos-12.0.1. Should I use the same version?. What suggestions could you give me? Sincerely, Joaqu