forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 7:53 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Multithreading functionality
PostPosted: Wed Jun 01, 2022 12:52 pm 
Offline

Joined: Wed Jun 01, 2022 12:35 pm
Posts: 1
Hello,

I would like to know what it means exactly when you say that the multithreading functionality is not supported with ALGLIB Free Edition ?

Does it mean that the algorithms are not parallelized, and run only in sequential ?

My goal is to run in parallel several optimization problems (each of them being completely independent on each others) : for that I use a multithreaded windows C# driver, in which each thread runs an optimization problem : does it mean that it will not work if I use the Free Edition ?

Thanks for your reply

Vassili


Top
 Profile  
 
 Post subject: Re: Multithreading functionality
PostPosted: Fri Jun 03, 2022 3:32 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 903
Free ALGLIB does not parallelize its computations, but it does not prevent you from using multithreading yourself. As long as different threads work with different ALGLIB objects, the library is perfectly thread-safe.

So, your setup is supported and perfectly safe!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 42 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group