Sujet : Re: Back & Forth - 4tH I/O and You
De : mhx (at) *nospam* iae.nl (mhx)
Groupes : comp.lang.forthDate : 19. May 2025, 01:05:56
Autres entêtes
Organisation : novaBBS
Message-ID : <7f182a5b66a8b0b150f8c013c5653a99@www.novabbs.com>
References : 1 2 3 4 5
User-Agent : Rocksolid Light
On Sun, 18 May 2025 22:51:36 +0000,
albert@spenarnc.xs4all.nl wrote:
In article <fce9942b8d6e52702b330d5edcde5b4f@www.novabbs.com>,
mhx <mhx@iae.nl> wrote:
[..]
That doesn't convince I could do this myself.
In Forth we can do everything ourselves.
ngspice-postlude is a word from the netlist converter that translates
a standard SPICE netlist to the iSPICE dialect. The control constructs
tailor the script so that it coordinates parallel execution on a 44
core HPZ840. Each core runs ngspice inside an iForth instance. After
the simulations finish, each copy runs it own set of measurements
on its own rawfile. The data is written to shared memory so that
2.5-D plots can be generated.
-marcel