Thank you.
Regards
Kartik Jujare
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group"
That is exactly the problem. The script tries to install zlib, bzip2 and
boost even though they are switched off in the configuration file.
Regards,
Kartik Jujare
On Wednesday, October 4, 2017 at 11:30:25 PM UTC+2, Uwe Köcher wrote:
>
> Ah okay, now I understand. Since the package boost
Yes. Thanks. All tests pass.
regards.
On Wednesday, October 4, 2017 at 7:50:54 PM UTC+2, Timo Heister wrote:
>
> > My question: Does it matter if I use centos7.platform instead
> > of the linux_cluster.platform?
>
> If it works for you, then all is well of course. You should check the
> deal.I
lable as a module.
lib/boost/1.63.0/intel
lib/boost/1.63.0/gcc
Tried running candi script with and without boost loaded. Ends up in the
same error.
The zlib and bzip2 are also installed by candi script.
Regards,
Kartik Jujare
On Wednesday, October 4, 2017 at 8:04:56 PM UTC+2, Uwe Köcher wrote:
&
message. My question: Does it matter if I use centos7.platform instead
of the linux_cluster.platform? The centos7.platform started its
installation directly from parmetis instead of the dependencies.
Thanks and regards,
Kartik Jujare
TERMINAL OUTPUT
Dear Jean,
Thank you for pointing that out. I somehow missed the the 3.7 section while
browsing through it.
Regards,
Kartik Jujare
On Sunday, July 16, 2017 at 10:12:56 PM UTC+2, Jean-Paul Pelteret wrote:
>
> Dear Kartik,
>
> There's both a section in the main
> <
Dear Maxi,
Thank you so much for reminding me of that !! Works fantastic!
Regards,
Kartik Jujare
On Sunday, July 16, 2017 at 9:06:20 PM UTC+2, Maxi Miller wrote:
>
> Can you try CMake-GUI? At least there you can find all occurences of
> openmp and enable it.
>
> Am Sonntag, 1
uot;)
I suppose I dont understand cmake very well. What would be an appropriate
place to place the above line in the CMakeLists.txt
Thank you and regards,
Kartik Jujare
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.c
Thank you for the answer
Regards,
Kartik
On Tuesday, July 11, 2017 at 5:53:48 PM UTC+2, Wolfgang Bangerth wrote:
>
> On 07/11/2017 08:33 AM, Kartik Jujare wrote:
> >
> > Does this still hold true of the Petsc wrappers not being thread-safe?
>
> Yes. But it's
Hi Timo,
Does this still hold true of the Petsc wrappers not being thread-safe?
Regards,
Kartik Jujare
On Friday, March 14, 2014 at 3:24:18 PM UTC+1, Timo Heister wrote:
>
> > I am trying to use openmp in the element assemble procedure of step-40.
> Has
> > anyone don
Thank you Uwe.
regards,
Kartik Jujare
On Wednesday, June 28, 2017 at 9:10:23 AM UTC+2, Uwe Köcher wrote:
>
> the download location for slepc is fixed now, should work with the current
> version of candi
>
--
The deal.II project is located at http://www.dealii.org/
For mailin
Dear Jean,
Thank you for your answer. This was new for me. However a slight correction
to the syntax which I found out from one of the forums. The correct syntax
I came to know is "md5sum slepc-3.7.4.tar.gz". Thanks a ton.
Regards,
Kartik Jujare
On Wednesday, June 28, 2017 at 8:24:4
/packages/slepc.package with a changed version
number. But I cant find the checksum value anywhere on the internet. Can
someone please help me?
Regards,
Kartik Jujare.
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum
Thank you Bruno. My mistake.
Regards,
Kartik Jujare
On Friday, May 12, 2017 at 3:42:54 PM UTC+2, Bruno Turcksin wrote:
>
> 2017-05-12 9:32 GMT-04:00 Kartik Jujare >:
>
> > The graph shows the steady state solution given a point source at
> (0.6,0.6).
> Why would you
The graph shows the steady state solution given a point source at (0.6,0.6).
On Friday, May 12, 2017 at 3:21:02 PM UTC+2, Bruno Turcksin wrote:
>
> 2017-05-12 9:06 GMT-04:00 Kartik Jujare >:
>
> > Yes, as mentioned in the cited thread with the dirac delta function, my
>
TC+2, Bruno Turcksin wrote:
>
> Kartik,
>
> On Thursday, May 11, 2017 at 7:05:35 PM UTC-4, Kartik Jujare wrote:
>>
>> I added a create_point_source function after the assemble function in
>> step 12. I have also changed the beta value to (1, 1) and g=0 everywhere on
&g
,
Kartik Jujare
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups
"deal.II User Group" group.
To unsubscribe from
Thank you Dennis for the clarification.
Will contribute in the near future, but this time. :)
Regards,
Kartik Jujare
On Tuesday, April 18, 2017 at 9:45:36 PM UTC+2, Denis Davydov wrote:
>
>
> On 18 Apr 2017, at 21:39, Kartik Jujare >
> wrote:
>
> Thank you Uwe and Denn
s, you can also use superlu_dist from PETSc using
> command-line argument, along the lines:
>
> -pc_type lu -pc_factor_mat_solver_package superlu_dist
>
> On Monday, April 17, 2017 at 1:08:29 PM UTC+2, Kartik Jujare wrote:
>>
>> Hello,
>>
>> Can anyone pleas
i.org/8.5.0/doxygen/deal.II/classTrilinosWrappers_1_1SolverDirect.html>
>
> direct (solver_control, data);
>
> direct.solve (system_matrix, newton_update, right_hand_side);
>
> I hope that this helps.
>
> Regards,
> Jean-Paul
>
> On Monday, April 17, 2017 at 1:08:29 PM UT
Hello,
Can anyone please provide an implementation example on how to proceed using
superlu_dist in a dealii solve function?
Thanks and regards,
Kartik
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=
Hi Uwe,
Needed a clarification on this thread. I am using the following
installation:
All installed using Candi.
dealii - 8.4.2
petsc 3.6.4
other softwares
How should I proceed installing MUMPS in combination with PETSc installed
by candi. Is there a way to do it without having to delete the e
k at the implementation of print_svg(). It should be
> easy to write an implementation for DSP based on it.
>
>
>
>
> On Sat, Feb 11, 2017 at 2:09 AM, Kartik Jujare > wrote:
> > Hello everyone,
> >
> > This question is regarding DynamicSparsityPattern and Spar
d
dealii::SparsityPattern::copy_from(dealii::DynamicSparsityPattern
const&)
#2 ./step-2:
distribute_dofs(dealii::parallel::distributed::Triangulation<2, 2>&,
dealii::DoFHandler<2, 2>&, ompi_communicator_t*)
#3 ./step-2: main
Thanks in advance.
Regards,
Kartik Jujare
--
s usual.
The eclipse parallel run was successful.
I think there was some mistake that was made while installing the softwares
individually.
Also, please excuse me for marking my own answer as the best answer. But I
guess this might help someone.
Regards,
Kartik Jujare
On Wednesday, January 4
Correction to the code above: mpi_initFinalize is not commented in the code.
On Friday, December 30, 2016 at 6:05:03 PM UTC+1, Kartik Jujare wrote:
>
> Hello,
>
> I am trying to run the step 40 through eclipse PTP but have been
> unsuccessful in running it on more than one pro
::COMM_WORLD.Get_size();*
*std::cout << size << std::endl;*
*.*
*.*
*.*
*}*
Output:
*1*
*1*
Could someone please point out to me what the right procedure is to import
step 40 to eclipse PTP is? Would be glad to provide more information.
Regards,
Kartik Jujare
--
The deal.II projec
lation folder, e.g. deal.II, and try
> to run their specific test suite, if available.
>
> Kind regards
> Uwe
>
> On Monday, December 12, 2016 at 4:14:52 AM UTC+1, Kartik Jujare wrote:
>>
>> Dear Uwe,
>>
>> It seems that the candi script was able to install ev
>
> On Tuesday, December 6, 2016 at 6:14:04 PM UTC+1, Kartik Jujare wrote:
>>
>> Hi Timo,
>>
>>
>> > ubuntu@dulcet:~/software/dealii-8.4.1/build/tests/quick_tests$ mpirun
>> -np 4
>> > ./p4est.debug
>> > application called MPI_Abor
>>I cannot help you out in your specific problem, but have you tried out
candi:
Thank You for your reply Uwe. I will try it and post any observations or
solutions that I find probably in the next week.
Regards,
Kartik Jujare
On Saturday, December 10, 2016 at 5:29:49 PM UTC+1, Uwe
Hi Timo,
> ubuntu@dulcet:~/software/dealii-8.4.1/build/tests/quick_tests$ mpirun -np
4
> ./p4est.debug
> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
>>Does this also happen with 1 rank?
with $mpirun -np 1 ./p4est-debug
it runs without error. It does not show any output. T
egards,
Kartik Jujare
On Sun, Dec 4, 2016 at 9:24 PM, Timo Heister wrote:
> Kartik,
>
> > It returned this when I tried to compile it this way. Is this the right
> way?
>
> No, don't compile it manually. You will be missing a large number of
> preprocessor defines, in
This is not the case. Still unable to figure out.
On Sun, Dec 4, 2016 at 8:36 PM, Kartik Jujare
wrote:
> Hi Timo,
>
> I slightly remember that I had included -DDEAL_II_WITH_THREADS=OFF . This
> could be a cause of the problem right? If it could be should I reconfigure
> dealii w
Hi Timo,
I slightly remember that I had included -DDEAL_II_WITH_THREADS=OFF . This
could be a cause of the problem right? If it could be should I reconfigure
dealii with this option on?
Regards,
Kartik Jujare.
On Sun, Dec 4, 2016 at 6:54 PM, Timo Heister wrote:
> Hey Kartik,
>
>
things are breaking.
>
> On Sun, Dec 4, 2016 at 6:29 AM, Kartik Jujare > wrote:
> > Hello,
> >
> > I was wondering if anyone could help pinpoint any anomaly with my p4est
> and
> > dealii integration.
> >
> > I was able to successfully install P
test
Thank you for your help.
Regards,
Kartik Jujare
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message becaus
36 matches
Mail list logo