<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Scientific Computing Archives - HPC4AI</title>
	<atom:link href="https://hpc4ai.unito.it/category/scientific-computing/feed/" rel="self" type="application/rss+xml" />
	<link>https://hpc4ai.unito.it/category/scientific-computing/</link>
	<description></description>
	<lastBuildDate>Tue, 05 Aug 2025 07:07:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>Performance Portability Analysis</title>
		<link>https://hpc4ai.unito.it/performance-portability-analysis/</link>
		
		<dc:creator><![CDATA[Valentina Dinoi]]></dc:creator>
		<pubDate>Mon, 28 Jul 2025 06:53:48 +0000</pubDate>
				<category><![CDATA[Scientific Computing]]></category>
		<guid isPermaLink="false">https://hpc4ai.unito.it/?p=8669</guid>

					<description><![CDATA[<p>The post <a href="https://hpc4ai.unito.it/performance-portability-analysis/">Performance Portability Analysis</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div id="wp-block-themeisle-blocks-advanced-columns-9ca94caa" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset has-light-bg"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-710c1c75" class="wp-block-themeisle-blocks-advanced-column has-light-bg">
<div id="wp-block-themeisle-blocks-advanced-columns-1ef8b796" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-a83e373f" class="wp-block-themeisle-blocks-advanced-column">
<h1 id="wp-block-themeisle-blocks-advanced-heading-1c08aea6" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-1c08aea6">Performance Portability Analysis</h1>
</div>
</div></div>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><img fetchpriority="high" decoding="async" width="629" height="472" src="https://hpc4ai.unito.it/wp-content/uploads/2025/07/Performance-Portability-Analysis.png" alt="" class="wp-image-8672" style="object-fit:cover;width:530px;height:auto" srcset="https://hpc4ai.unito.it/wp-content/uploads/2025/07/Performance-Portability-Analysis.png 629w, https://hpc4ai.unito.it/wp-content/uploads/2025/07/Performance-Portability-Analysis-300x225.png 300w, https://hpc4ai.unito.it/wp-content/uploads/2025/07/Performance-Portability-Analysis-500x375.png 500w" sizes="(max-width: 629px) 100vw, 629px" /></figure>
</div>


<div style="height:30px" aria-hidden="true" class="wp-block-spacer"></div>



<div id="wp-block-themeisle-blocks-advanced-columns-d662ed49" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-collapsedRows-layout has-mobile-collapsedRows-layout has-vertical-flex-start"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-7e48b010" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-ed4432ec" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-4c9b7186" class="wp-block-themeisle-blocks-advanced-column">
<p id="wp-block-themeisle-blocks-advanced-heading-4267d813" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-4267d813">Modern scientific software requires ever-increasing computing capacity, necessitating increasingly specialized systems to run on purpose-built supercomputers. Given that each supercomputer is generally a one-off project, the need for computing frameworks portable across different CPU and GPU architectures without performance losses is increasingly compelling. Pennycook’s portability score allows for quantifying how performance varies across HW platforms. We use it to study the properties of different HPC programs, for example, the solver module of the AVU-GSR pipeline for the ESA Gaia mission. This code finds the astrometric parameters of 108 stars in the Milky Way using the LSQR iterative algorithm. Besides its astrophysical relevance, LSQR is widely used to solve linear systems of equations across a wide range of high-performance computing applications. We optimized the previous CUDA implementation and ported the code to further six GPU-acceleration frameworks: C++ PSTL, SYCL, OpenMP, HIP, KOKKOS, and OpenACC. Thanks to the great availability of heterogeneous resources on HPC4AI, we evaluated each framework&#8217;s performance portability in terms of application and architectural efficiency across different GPUs. Specifically, we use NVIDIA T4, V100, A100, and the new GH200. For each GPU, we compute the roofline model to get the architectural efficiency.</p>



<p class="wp-block-paragraph"><strong>Contacts:</strong><br>Contact: <a href="mailto:giulio.malenza@unito.it">Giulio Malenza</a></p>
</div>
</div></div>
</div>
</div></div>
</div>
</div></div>
<p>The post <a href="https://hpc4ai.unito.it/performance-portability-analysis/">Performance Portability Analysis</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>HiC-based Genomics-as-a-Service</title>
		<link>https://hpc4ai.unito.it/neohic/</link>
		
		<dc:creator><![CDATA[Marco Beccuti]]></dc:creator>
		<pubDate>Tue, 29 Sep 2020 08:58:33 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Scientific Computing]]></category>
		<guid isPermaLink="false">https://hpc4ai.unito.it/lexicalsemantics-copy/2693/</guid>

					<description><![CDATA[<p>The post <a href="https://hpc4ai.unito.it/neohic/">HiC-based Genomics-as-a-Service</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div id="wp-block-themeisle-blocks-advanced-columns-9ca94caa" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset has-light-bg"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-710c1c75" class="wp-block-themeisle-blocks-advanced-column has-light-bg">
<div id="wp-block-themeisle-blocks-advanced-columns-1ef8b796" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-a83e373f" class="wp-block-themeisle-blocks-advanced-column">
<h2 id="wp-block-themeisle-blocks-advanced-heading-1c08aea6" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-1c08aea6">NeoHiC</h2>



<h1 id="wp-block-themeisle-blocks-advanced-heading-ec914381" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ec914381">Analysis of Hi-C data as-a-Service</h1>
</div>
</div></div>



<div id="wp-block-themeisle-blocks-advanced-columns-d662ed49" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-collapsedRows-layout has-mobile-collapsedRows-layout has-vertical-flex-start"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-7e48b010" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-6c044a22" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-2502e8e9" class="wp-block-themeisle-blocks-advanced-column">
<p id="wp-block-themeisle-blocks-advanced-heading-69289bda" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-69289bda">High-throughput sequencing Chromosome Conformation Capture (Hi-C) allows the study of chromatin interactions and 3D chromosome folding on a larger scale. A graph-based multi-level representation of Hi-C data is essential for proper visualisation of the spatial pattern they represent, in particular for comparing different experiments or for re-mapping omics-data in a space-aware context. This project aims at developing NeoHiC, a user-friendly web application for the progressive graph visualisation of Hi-C data based on the use of the Neo4j graph database.<br><strong>Contacts:</strong><br>Daniele D&#8217;Agostino &#8211; <a href="mailto:dagostino@ieiit.cnr.it">dagostino@ieiit.cnr.it</a><br><strong>Source code:</strong><br><a href="https://github.com/dddagostino/neohic">https://github.com/dddagostino/neohic</a><br></p>
</div>
</div></div>
</div>



<div id="wp-block-themeisle-blocks-advanced-column-80802854" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-0ed984e5" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-65c14705" class="wp-block-themeisle-blocks-advanced-column"><div class="wp-block-image is-resized">
<figure class="aligncenter size-full"><img decoding="async" width="500" height="500" src="http://hpc4ai.unito.it/wp-content/uploads/2020/09/neohic.png" alt="" class="wp-image-6827" srcset="https://hpc4ai.unito.it/wp-content/uploads/2020/09/neohic.png 500w, https://hpc4ai.unito.it/wp-content/uploads/2020/09/neohic-300x300.png 300w, https://hpc4ai.unito.it/wp-content/uploads/2020/09/neohic-150x150.png 150w" sizes="(max-width: 500px) 100vw, 500px" /></figure>
</div>


<div id="wp-block-themeisle-blocks-advanced-columns-6689c8a3" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-collapsedRows-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-e281fc53" class="wp-block-themeisle-blocks-advanced-column"></div>



<div id="wp-block-themeisle-blocks-advanced-column-dd01fe1d" class="wp-block-themeisle-blocks-advanced-column"></div>
</div></div>
</div>
</div></div>
</div>
</div></div>
</div>
</div></div>
<p>The post <a href="https://hpc4ai.unito.it/neohic/">HiC-based Genomics-as-a-Service</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>LexicalSemantics</title>
		<link>https://hpc4ai.unito.it/lexicalsemantics/</link>
		
		<dc:creator><![CDATA[Marco Beccuti]]></dc:creator>
		<pubDate>Fri, 25 Sep 2020 12:09:39 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[Scientific Computing]]></category>
		<guid isPermaLink="false">https://hpc4ai.unito.it/alan-copy/2548/</guid>

					<description><![CDATA[<p>The post <a href="https://hpc4ai.unito.it/lexicalsemantics/">LexicalSemantics</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div id="wp-block-themeisle-blocks-advanced-columns-9ca94caa" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset has-light-bg"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-710c1c75" class="wp-block-themeisle-blocks-advanced-column has-light-bg">
<div id="wp-block-themeisle-blocks-advanced-columns-1ef8b796" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-a83e373f" class="wp-block-themeisle-blocks-advanced-column">
<h2 id="wp-block-themeisle-blocks-advanced-heading-1c08aea6" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-1c08aea6">LexicalSemantics</h2>



<h1 id="wp-block-themeisle-blocks-advanced-heading-ec914381" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ec914381">LexicalSemantics</h1>
</div>
</div></div>



<div id="wp-block-themeisle-blocks-advanced-columns-d662ed49" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-collapsedRows-layout has-mobile-collapsedRows-layout has-vertical-flex-start"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-7e48b010" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-a8f17522" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-d1109df6" class="wp-block-themeisle-blocks-advanced-column">
<p id="wp-block-themeisle-blocks-advanced-heading-fccdf827" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-fccdf827">This project targets two broad problems:<br>&#8211; the former has to do with the contextual nature of&nbsp;lexical meaning, which is at the base of semantic&nbsp;composition;<br>&#8211; the latter involves extracting and building systems&nbsp;and resources that grasp verbal semantics.<br>Various sorts of embeddings and neural architectures&nbsp;will be explored, and various applicative domains&nbsp;(amongst which documents categorization, keywords&nbsp;extraction, open domain question answering, text&nbsp;summarization, etc.) will be considered. Further&nbsp;information on broader scientific interests and recent&nbsp;work can be found at&nbsp;<a href="https://ls.di.unito.it/" target="_blank" rel="noreferrer noopener">http://ls.di.unito.it</a>.<br><br><br><strong>Contacts:</strong><br>Daniele Paolo Radicioni <br>e-mail: <a href="mailto:daniele.radicioni@unito.it">daniele.radicioni@unito.it</a><br><br><br></p>
</div>
</div></div>
</div>



<div id="wp-block-themeisle-blocks-advanced-column-80802854" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-0ed984e5" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-65c14705" class="wp-block-themeisle-blocks-advanced-column"><div class="wp-block-image">
<figure class="aligncenter size-large"><img decoding="async" width="287" height="63" src="http://hpc4ai.unito.it/wp-content/uploads/2020/09/ls.png" alt="" class="wp-image-2550"/></figure>
</div>


<div id="wp-block-themeisle-blocks-advanced-columns-6689c8a3" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-collapsedRows-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-e281fc53" class="wp-block-themeisle-blocks-advanced-column"><div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://www.unito.it/"><img loading="lazy" decoding="async" width="449" height="164" src="http://hpc4ai.unito.it/wp-content/uploads/2023/12/logounito.png" alt="" class="wp-image-6619" style="aspect-ratio:16/9;object-fit:contain;width:116px" srcset="https://hpc4ai.unito.it/wp-content/uploads/2023/12/logounito.png 449w, https://hpc4ai.unito.it/wp-content/uploads/2023/12/logounito-300x110.png 300w" sizes="auto, (max-width: 449px) 100vw, 449px" /></a></figure>
</div></div>



<div id="wp-block-themeisle-blocks-advanced-column-dd01fe1d" class="wp-block-themeisle-blocks-advanced-column"></div>
</div></div>
</div>
</div></div>
</div>
</div></div>
</div>
</div></div>
<p>The post <a href="https://hpc4ai.unito.it/lexicalsemantics/">LexicalSemantics</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Automated Laboratory Notebook</title>
		<link>https://hpc4ai.unito.it/automated-laboratory-notebook/</link>
		
		<dc:creator><![CDATA[Marco Beccuti]]></dc:creator>
		<pubDate>Thu, 09 Jul 2020 09:05:05 +0000</pubDate>
				<category><![CDATA[Scientific Computing]]></category>
		<guid isPermaLink="false">https://hpc4ai.unito.it/pcadetection-copy/2444/</guid>

					<description><![CDATA[<p>The post <a href="https://hpc4ai.unito.it/automated-laboratory-notebook/">Automated Laboratory Notebook</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div id="wp-block-themeisle-blocks-advanced-columns-9ca94caa" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset has-light-bg"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-710c1c75" class="wp-block-themeisle-blocks-advanced-column has-light-bg">
<div id="wp-block-themeisle-blocks-advanced-columns-1ef8b796" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-a83e373f" class="wp-block-themeisle-blocks-advanced-column">
<h2 id="wp-block-themeisle-blocks-advanced-heading-1c08aea6" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-1c08aea6">Automated Laboratory Notebook</h2>



<h1 id="wp-block-themeisle-blocks-advanced-heading-ec914381" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ec914381">Automated Laboratory Notebook</h1>
</div>
</div></div>



<div id="wp-block-themeisle-blocks-advanced-columns-d662ed49" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-collapsedRows-layout has-mobile-collapsedRows-layout has-vertical-flex-start"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-7e48b010" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-d30988de" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-b0d10480" class="wp-block-themeisle-blocks-advanced-column">
<p id="wp-block-themeisle-blocks-advanced-heading-cabe63a1" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-cabe63a1">The ALaN platform assists the researchers in different laboratory activities. Its modular architecture allows managing different kinds of raw data (e.g., biological, molecular) and tracking experimental data. Moreover, the platform allows the integration of different resources and supports heterogeneous analyses to improve the knowledge about tumors. User interfaces are designed to be practical in hostile environments, in which researchers should minimize their interactions with the system during data entry procedures (e.g., in sterile conditions).<br><br><strong>Contacts:</strong><br>Andrea Bertotti &#8211; andrea.bertotti@unito.it<br><br><br></p>
</div>
</div></div>
</div>



<div id="wp-block-themeisle-blocks-advanced-column-80802854" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-0ed984e5" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-65c14705" class="wp-block-themeisle-blocks-advanced-column"><div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="500" height="500" src="http://hpc4ai.unito.it/wp-content/uploads/2020/07/aln.png" alt="" class="wp-image-6821" srcset="https://hpc4ai.unito.it/wp-content/uploads/2020/07/aln.png 500w, https://hpc4ai.unito.it/wp-content/uploads/2020/07/aln-300x300.png 300w, https://hpc4ai.unito.it/wp-content/uploads/2020/07/aln-150x150.png 150w" sizes="auto, (max-width: 500px) 100vw, 500px" /></figure>
</div>


<div id="wp-block-themeisle-blocks-advanced-columns-6689c8a3" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-collapsedRows-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-e281fc53" class="wp-block-themeisle-blocks-advanced-column"></div>



<div id="wp-block-themeisle-blocks-advanced-column-dd01fe1d" class="wp-block-themeisle-blocks-advanced-column">
<figure class="wp-block-image size-full is-resized"><a href="https://www.unito.it/"><img loading="lazy" decoding="async" width="449" height="164" src="http://hpc4ai.unito.it/wp-content/uploads/2023/12/logounito.png" alt="" class="wp-image-6619" style="width:116px" srcset="https://hpc4ai.unito.it/wp-content/uploads/2023/12/logounito.png 449w, https://hpc4ai.unito.it/wp-content/uploads/2023/12/logounito-300x110.png 300w" sizes="auto, (max-width: 449px) 100vw, 449px" /></a></figure>
</div>
</div></div>
</div>
</div></div>
</div>
</div></div>
</div>
</div></div>
<p>The post <a href="https://hpc4ai.unito.it/automated-laboratory-notebook/">Automated Laboratory Notebook</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>StreamFlow Framework : Hybrid Cloud/HPC Workflows</title>
		<link>https://hpc4ai.unito.it/streamflow-framawork-hybrid-cloud-hpc-workflows/</link>
		
		<dc:creator><![CDATA[Valentina Dinoi]]></dc:creator>
		<pubDate>Wed, 29 Apr 2020 14:57:53 +0000</pubDate>
				<category><![CDATA[Cloud-Edge]]></category>
		<category><![CDATA[Scientific Computing]]></category>
		<guid isPermaLink="false">https://hpc4ai.unito.it/advanced-algorithms-for-neuroscience-copy/2166/</guid>

					<description><![CDATA[<p>The post <a href="https://hpc4ai.unito.it/streamflow-framawork-hybrid-cloud-hpc-workflows/">StreamFlow Framework : Hybrid Cloud/HPC Workflows</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<div id="wp-block-themeisle-blocks-advanced-columns-9ca94caa" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-flex-start has-light-bg"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-710c1c75" class="wp-block-themeisle-blocks-advanced-column has-light-bg">
<div id="wp-block-themeisle-blocks-advanced-columns-1ef8b796" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-a83e373f" class="wp-block-themeisle-blocks-advanced-column">
<h1 id="wp-block-themeisle-blocks-advanced-heading-1c08aea6" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-1c08aea6">StreamFlow</h1>



<h2 id="wp-block-themeisle-blocks-advanced-heading-ec914381" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-ec914381">StreamFlow Framework : Hybrid Cloud/HPC Workflows</h2>
</div>
</div></div>



<div id="wp-block-themeisle-blocks-advanced-columns-d662ed49" class="wp-block-themeisle-blocks-advanced-columns has-2-columns has-desktop-equal-layout has-tablet-collapsedRows-layout has-mobile-collapsedRows-layout has-vertical-center"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-7e48b010" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-bd9da695" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-unset"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-ae7bebcc" class="wp-block-themeisle-blocks-advanced-column">
<p id="wp-block-themeisle-blocks-advanced-heading-9136fb7a" class="wp-block-themeisle-blocks-advanced-heading wp-block-themeisle-blocks-advanced-heading-9136fb7a">The<strong> StreamFlow </strong>framework is a container-native&nbsp;<em>Workflow Management System&nbsp;</em>written in Python 3. It has been designed around two main principles: allowing the execution of tasks in&nbsp;<strong>multi-container environments</strong>, in order to support concurrent execution of multiple communicating tasks in a multi-agent ecosystem, and relaxing the requirement of a single shared data space, in order to allow for&nbsp;<strong>hybrid workflow</strong>&nbsp;executions on top of multi-cloud or hybrid cloud/HPC infrastructures.<br>StreamFlow source code is available on&nbsp;<a href="https://github.com/alpha-unito/streamflow">GitHub</a>&nbsp;under the LGPLv3 license. Moreover, a Python package is downloadable from&nbsp;<a href="https://pypi.org/project/streamflow/">PyPI</a>&nbsp;and Docker containers can be found on&nbsp;<a href="https://hub.docker.com/r/alphaunito/streamflow">Docker Hub</a>.<br><br><strong>Web</strong>: <a href="https://streamflow.di.unito.it">https://streamflow.di.unito.it</a><br><strong>Contact</strong>:&nbsp;<a href="http://alpha.di.unito.it/iacopo-colonnelli/">Dr. Iacopo Colonnelli</a>  <br><br></p>
</div>
</div></div>
</div>



<div id="wp-block-themeisle-blocks-advanced-column-80802854" class="wp-block-themeisle-blocks-advanced-column">
<div id="wp-block-themeisle-blocks-advanced-columns-0ed984e5" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-65c14705" class="wp-block-themeisle-blocks-advanced-column"><div class="wp-block-image is-resized">
<figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="http://hpc4ai.unito.it/wp-content/uploads/2020/04/streamflow-model-1-300x300.png" alt="" class="wp-image-6771" srcset="https://hpc4ai.unito.it/wp-content/uploads/2020/04/streamflow-model-1-300x300.png 300w, https://hpc4ai.unito.it/wp-content/uploads/2020/04/streamflow-model-1-150x150.png 150w, https://hpc4ai.unito.it/wp-content/uploads/2020/04/streamflow-model-1.png 500w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>
</div>


<div id="wp-block-themeisle-blocks-advanced-columns-6689c8a3" class="wp-block-themeisle-blocks-advanced-columns has-1-columns has-desktop-equal-layout has-tablet-equal-layout has-mobile-equal-layout has-vertical-flex-start has-vertical-undefined"><div class="wp-block-themeisle-blocks-advanced-columns-overlay"></div><div class="innerblocks-wrap">
<div id="wp-block-themeisle-blocks-advanced-column-e281fc53" class="wp-block-themeisle-blocks-advanced-column"><div class="wp-block-image">
<figure class="aligncenter size-medium is-resized"><img loading="lazy" decoding="async" width="300" height="169" src="http://hpc4ai.unito.it/wp-content/uploads/2020/04/LogoDip-2012-Orizzontale-Unito-01-300x169.png" alt="" class="wp-image-6724" style="aspect-ratio:1.7777777777777777;object-fit:contain;width:116px" srcset="https://hpc4ai.unito.it/wp-content/uploads/2020/04/LogoDip-2012-Orizzontale-Unito-01-300x169.png 300w, https://hpc4ai.unito.it/wp-content/uploads/2020/04/LogoDip-2012-Orizzontale-Unito-01-500x282.png 500w, https://hpc4ai.unito.it/wp-content/uploads/2020/04/LogoDip-2012-Orizzontale-Unito-01.png 587w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>
</div></div>
</div></div>
</div>
</div></div>
</div>
</div></div>
</div>
</div></div>



<p class="wp-block-paragraph"></p>
<p>The post <a href="https://hpc4ai.unito.it/streamflow-framawork-hybrid-cloud-hpc-workflows/">StreamFlow Framework : Hybrid Cloud/HPC Workflows</a> appeared first on <a href="https://hpc4ai.unito.it">HPC4AI</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
