<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=GNUParallel_load_and_compile_to_GTM</id>
	<title>GNUParallel load and compile to GTM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://vistapedia.com/index.php?action=history&amp;feed=atom&amp;title=GNUParallel_load_and_compile_to_GTM"/>
	<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=GNUParallel_load_and_compile_to_GTM&amp;action=history"/>
	<updated>2026-05-05T17:18:06Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://vistapedia.com/index.php?title=GNUParallel_load_and_compile_to_GTM&amp;diff=17230&amp;oldid=prev</id>
		<title>Shabiel: Created page with &quot;[GNU Parallel https://www.gnu.org/software/parallel/] is used in the bio-informatics world to spread processing of data over several CPUs, on the same machine, or on spread ou...&quot;</title>
		<link rel="alternate" type="text/html" href="https://vistapedia.com/index.php?title=GNUParallel_load_and_compile_to_GTM&amp;diff=17230&amp;oldid=prev"/>
		<updated>2017-05-25T15:51:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;[GNU Parallel https://www.gnu.org/software/parallel/] is used in the bio-informatics world to spread processing of data over several CPUs, on the same machine, or on spread ou...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[GNU Parallel https://www.gnu.org/software/parallel/] is used in the bio-informatics world to spread processing of data over several CPUs, on the same machine, or on spread out machines using ssh.&lt;br /&gt;
&lt;br /&gt;
I am using it here to compile routines and load globals.&lt;br /&gt;
&lt;br /&gt;
To load routines (I got 44s vs 58s on 8 cpu machine):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ cd o&lt;br /&gt;
$ ls ../r/*.m | parallel mumps&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To load globals (i got 60s vs 149s on 8 cpu machine):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ find vxVistA-M-master/ -name &amp;#039;*.zwr&amp;#039; -print0 | parallel -q --null mupip load \&amp;quot;{}\&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Shabiel</name></author>
	</entry>
</feed>