Intel Parallel Studio: Difference between revisions

Content deleted Content added
GoBuck76 (talk | contribs)
Changed opening paragraph and history to reflect branding change by Intel.
Rescuing 0 sources and tagging 1 as dead.) #IABot (v2.0.9.5
 
(11 intermediate revisions by 9 users not shown)
Line 3:
| developer = [[Intel]]
| operating system = [[Microsoft Windows|Windows]], [[macOS]] and [[Linux]]<ref name="homepage">[https://software.intel.com/parallel-studio-xe Home | Intel® Parallel Studio XE | Intel® Software]</ref>
| platform = [[IA-32]] and [[x64]]<ref>https://software.intel.com/sites/default/files/managed/9c/e6/IPSXE_2019_Release_Notes_EN.pdf {{Bare URL PDF|date=March 2022}}</ref>
| genre = [[Software development kit]]
| license = [[Freemium]]<ref name="freelib">{{cite web|title=No Cost Options for Intel Parallel Studio XE, Support yourself, Royalty-Free|url=https://software.intel.com/en-us/free_tools_and_libraries}}</ref>
Line 9:
| latest_release_date = {{Release date and age|2020|10|22|df=yes}}<ref>{{cite web|title=Intel® Parallel Studio XE Release Notes and New Features|url=https://software.intel.com/en-us/articles/intel-parallel-studio-xe-release-notes-and-new-features|website=software.intel.com}}</ref>
}}
Intel '''Parallel Studio XE''' was a software development product developed by [[Intel]] that facilitatesfacilitated native code development on [[Microsoft Windows|Windows]], [[macOS]] and [[Linux]] in [[C++]] and [[Fortran]] for [[parallel computing]].<ref name="homepage" /> Parallel programming enables software programs to take advantage of [[multi-core processor]]s from Intel and other processor vendors.
Intel '''Parallel Studio XE''' was rebranded and repackaged by Intel when [https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html oneAPI toolkits] were released in December of 2020<ref>{{Cite web|title=Intel Announces New oneAPI Toolkits for XPU Software Development|url=https://www.hpcwire.com/off-the-wire/intel-announces-new-oneapi-toolkits-for-xpu-software-development/|access-date=2020-12-08|website=HPCwire|language=en-US}}</ref>.  '''Intel oneAPI Base Toolkit + Intel oneAPI HPC toolkit''' contain all the tools in Parallel Studio XE and more.  One significant addition is Data Parallel C++ (DPC++)<ref>{{Cite web|title=Intel oneAPI DPC++ Compiler 2020-06 Released With New Features - Phoronix|url=https://www.phoronix.com/scan.php?page=news_item&px=Intel-oneAPI-DPC-2020-06|access-date=2020-12-08|website=www.phoronix.com}}</ref>, a language designed to allow developers to reuse code across hardware targets (CPUs and accelerators such as GPUs and FPGAs).
 
Intel '''Parallel Studio XE''' was rebranded and repackaged by Intel when [https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html oneAPI toolkits] were released in December of 2020.<ref>{{Cite web|title=Intel Announces New oneAPI Toolkits for XPU Software Development|url=https://www.hpcwire.com/off-the-wire/intel-announces-new-oneapi-toolkits-for-xpu-software-development/|access-date=2020-12-08|website=HPCwire|language=en-US}}</ref> '''Intel oneAPI Base Toolkit + Intel oneAPI HPC toolkit''' contain all the tools in Parallel Studio XE and more.  One significant addition is a Data Parallel C++ (DPC++)<ref>{{Cite web|title=Intel oneAPI DPC++ Compiler 2020-06 Released With New Features - Phoronix|url=https://www.phoronix.com/scan.php?page=news_item&px=Intel-oneAPI-DPC-2020-06|access-date=2020-12-08|website=www.phoronix.com}}</ref>, a languagecompiler designed to allow developers to reuse code across hardware targets (CPUs and accelerators such as GPUs and FPGAs).
Intel '''Parallel Studio XE''' was a software development product developed by [[Intel]] that facilitates native code development on [[Microsoft Windows|Windows]], [[macOS]] and [[Linux]] in [[C++]] and [[Fortran]] for [[parallel computing]].<ref name="homepage" /> Parallel programming enables software programs to take advantage of [[multi-core processor]]s from Intel and other processor vendors.
 
== Components ==
Line 32:
 
== History ==
Intel announced Parallel Studio during their [[Intel Developer Forum]] in August 2008 along with a web site to sign up for their open beta program.<ref>{{cite web | url = http://download.intel.com/pressroom/kits/events/idffall_2008/IDF_Day2_FactSheet.pdf | title = Intel Announcement of Parallel Studio project | author = Intel}}</ref><ref>{{cite web | url = http://softwarecommunity.intel.com/isn/downloads/softwareproducts/pdfs/SS_BETA_FAQs.pdf | title = Intel Parallel Studio FAQ | author = Intel }}{{Dead link|date=September 2024 |bot=InternetArchiveBot |fix-attempted=yes }}</ref> On 26 May 2009, Intel announced that it had released the product to market.<ref>{{cite web | url = http://www.intel.com/pressroom/chipshots/archive.htm#052609a | author = Intel | title = Intel Announcement of Parallel Studio release | accessdateaccess-date = 2009-05-26}}</ref><ref>{{cite web | url = http://sdtimes.com/link/33497 | title = Intel addresses development life cycle with Parallel Studio | author = David Worthington | accessdateaccess-date = 2009-05-29 | archive-url = https://web.archive.org/web/20090528030044/http://www.sdtimes.com/link/33497 | archive-date = 2009-05-28 | url-status = dead }}</ref><ref>{{cite web | url = http://www.ddj.com/cpp/217600933 | title = Intel Releases Parallel Studio 1.0 | accessdateaccess-date = 2009-05-29}}</ref><ref>{{cite web | url = http://www.hpcwire.com/features/Intel-Ships-Parallel-Studio-Development-Toolkit-46401262.html | author = John E. West | title = Intel Ships Parallel Studio Development Toolkit | accessdatedate = 28 May 2009 | access-date = 2009-05-29}}</ref> Intel and Microsoft worked together<ref>{{cite web | url = http://www.sdtimes.com/INTEL_MICROSOFT_CONVERGE_ON_PARALLEL_COMPUTING/About_PARALLELPROGRAMMING_and_WINDOWS_and_INTEL_and_MICROSOFT/32731 | title = SD Times: Intel, Microsoft converge on parallel computing | author = David Worthington | accessdateaccess-date = 2008-08-20 | archive-url = https://web.archive.org/web/20090604093849/http://sdtimes.com/INTEL_MICROSOFT_CONVERGE_ON_PARALLEL_COMPUTING/About_PARALLELPROGRAMMING_and_WINDOWS_and_INTEL_and_MICROSOFT/32731 | archive-date = 2009-06-04 | url-status = dead }}</ref> to make their products compatible by adopting a common [[Run-time system|runtime]] called the Microsoft Concurrency Runtime, which is part of [[Visual Studio|Visual Studio 2010]].
 
Intel released a new version, Intel Parallel Studio 2011, on September 2, 2010.<ref>[http://www.hpcwire.com/features/Intel-Flexes-Parallel-Programming-Muscles-102084438.html "Intel Flexes Parallel Programming Muscles"] {{webarchive|url=https://web.archive.org/web/20100906030803/http://www.hpcwire.com/features/Intel-Flexes-Parallel-Programming-Muscles-102084438.html |date=2010-09-06 }}, HPCwire (2010-09-02). Retrieved on 2010-09-14.</ref><ref>[http://www.drdobbs.com/go-parallel/blog/archives/2010/09/parallel_studio_1.html "Parallel Studio 2011: Now We Know What Happened to Ct, Cilk++, and RapidMind"], Dr. Dobb's Journal (2010-09-02). Retrieved on 2010-09-14.</ref>
 
Intel released Intel Parallel Studio XE 2013, on September 5, 2012.<ref>[https://web.archive.org/web/20120909061838/http://www.theinquirer.net/inquirer/news/2203142/intel-announces-two-software-development-suites "Intel announces two software development suites"], Inquirer (2012-09-05). Retrieved on 2012-09-05.</ref><ref>[http://software.intel.com/en-us/blogs/2012/09/04/parallel-studio-xe-2013-is-here "Parallel Studio XE 2013 is here"], Intel (2012-09-05). Retrieved on 2012-09-05..</ref>
 
Intel released Intel Parallel Studio XE 2015, on August 26, 2014.<ref>{{cite web |title=Intel Parallel Studio 2015 updates compilers, tool chain |url=http://sdtimes.com/intel-parallel-studio-2015-updates-compilers-tool-chain/ |website=[[SD Times]] |date=2014-08-26 |accessdateaccess-date=2014-09-06}}</ref><ref>{{cite web |title=Intel Enhances Parallel Programming Tools with Explicit Vectorization Programming |url=http://www.hardocp.com/news/2014/08/27/intel_enhances_parallel_programming_tools_explicit_vectorization/ |website=[[HardOCP]] |date=2014-08-27 |accessdateaccess-date=2014-09-06}}</ref>
 
Intel released Intel Parallel Studio XE 2016, on August 25, 2015.<ref>{{cite web |title=Intel updates Parallel Studio XE |url=http://sdtimes.com/intel-updates-parallel-studio-xe/ |website=[[SD Times]] |date=2015-08-26 |accessdateaccess-date=2015-08-26}}</ref><ref>{{cite web |title=Intel Leverages HPC Core for Analytics Tooling Push |url=http://www.nextplatform.com/2015/08/25/intel-leverages-hpc-core-for-analytics-tooling-push/ |date=2015-08-25 |accessdateaccess-date=2015-08-26|website=The Platform}}</ref>
 
Intel released Intel Parallel Studio XE 2017 on September 6, 2016.<ref>{{Cite web|url=https://software.intel.com/en-us/forums/intel-fortran-compiler-for-linux-and-mac-os-x/topic/684725|title=Intel Parallel Studio XE 2017 has been released!|website=software.intel.com|access-date=2016-09-07}}</ref>
Line 48:
Intel released Intel Parallel Studio XE 2019 on September 12, 2018 <ref>{{Cite web|url=https://software.intel.com/en-us/articles/intel-parallel-studio-xe-release-notes-and-new-features|title=Intel® Parallel Studio XE 2019 release notes|website=software.intel.com|language=en|access-date=2018-09-13}}</ref>
 
Intel released Intel Parallel Studio XE 2020 on December 16, 2019<ref>{{Cite web|url=https://software.intel.com/en-us/articles/intel-parallel-studio-xe-release-notes-and-new-features#2020|title=Intel® Parallel Studio XE 2020 release notes|last=|first=|date=|website=software.intel.com|url-status=live|archive-url=|archive-date=|access-date=2019-12-16}}</ref>
 
Intel released [https://software.intel.com/content/www/us/en/develop/tools/oneapi/all-toolkits.html oneAPI toolkits] replacing Intel Parallel Studio XE on December 8, 2020<ref>{{Cite web|last=Moorhead|first=Patrick|title=Intel Announces Gold Release Of OneAPI Toolkits And New Intel Server GPU|url=https://www.forbes.com/sites/patrickmoorhead/2020/12/02/intel-announces-gold-release-of-oneapi-toolkits-and-new-intel-server-gpu/|access-date=2020-12-08|website=Forbes|language=en}}</ref>
Line 63:
* {{Official website}}
* [http://www.threadingbuildingblocks.org Threading Building Blocks Open Source Project Home]
* [http://www.cilkplus.org Cilk Plus Open Source Project Home] {{Webarchive|url=https://web.archive.org/web/20210117031010/http://www.cilkplus.org/ |date=2021-01-17 }}
* [https://web.archive.org/web/20090511160529/http://news.zdnet.com/2435-13818_22-0.html Intel's 'Parallelism Breakthrough' video series]
* [https://www.youtube.com/view_play_list?p=442CDBF522FE0132 Parallel Studio Video Tour]
* [http://www.ddj.com/cpp/217600933 Intel Releases Parallel Studio (Dr. Dobbs)]