#scientificcomputing — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #scientificcomputing, aggregated by home.social.
-
Honored to be recognized as part of the inaugural SCW75 by Scientific Computing World — celebrating leaders shaping the future of scientific computing across HPC, AI, simulation and research infrastructure. #SCW75 #ScientificComputing #HPC #AI #ResearchComputing #Simulation
-
https://www.europesays.com/at/167582/ NASA beschleunigt Roman Space Telescope: Start schon 2026 geplant #Astronomie #Astronomy #AT #Austria #DarkEnergy #DarkMatter #data #Exoplanets #Gesundheit #Health #Imaging #Infrared #Launch #LuftUndRaumfahrt #Mission #NASA #Österreich #Pipeline #Raumfahrt #Rocket #Roman #ScientificComputing #Space #Telescope #Weltraum
-
https://www.europesays.com/ie/490557/ As chip industry chases AI, U.S. national labs look to newcomers for supercomputers #AI #Albuquerque #ArtificialIntelligence #ArtificialIntelligence #Éire #IE #Ireland #KirtlandAirForceBase #NewMexico #Nvidia #SandiaNationalLaboratories #ScientificComputing #Supercomputers #Technology
-
I designed a nibble-oriented CPU in Verilog to build a scientific calculator
https://github.com/gdevic/FPGA-Calculator
#HackerNews #nibbleCPU #Verilog #FPGA #calculator #scientificcomputing #hardwaredesign
-
I designed a nibble-oriented CPU in Verilog to build a scientific calculator
https://github.com/gdevic/FPGA-Calculator
#HackerNews #nibbleCPU #Verilog #FPGA #calculator #scientificcomputing #hardwaredesign
-
I designed a nibble-oriented CPU in Verilog to build a scientific calculator
https://github.com/gdevic/FPGA-Calculator
#HackerNews #nibbleCPU #Verilog #FPGA #calculator #scientificcomputing #hardwaredesign
-
I designed a nibble-oriented CPU in Verilog to build a scientific calculator
https://github.com/gdevic/FPGA-Calculator
#HackerNews #nibbleCPU #Verilog #FPGA #calculator #scientificcomputing #hardwaredesign
-
I designed a nibble-oriented CPU in Verilog to build a scientific calculator
https://github.com/gdevic/FPGA-Calculator
#HackerNews #nibbleCPU #Verilog #FPGA #calculator #scientificcomputing #hardwaredesign
-
Oh so the new garbage collector (GC) introduced in Python 3.14.0 was indeed memory hungry! That could explain why a pytest run that was working fine on 3.13 went OOM as soon as I switched it to 3.14. I am glad there is an explanation!
From what I understand the old GC was swapped back on for 3.14.5 and later. -
Start here: Standard-Slope Integration (SSI)
A new, first-of-its-kind class of derivative-driven integration operators built solely from slope information.
If you’re new to my work, this post links to the full SSI series—a structured overview of a first-of-its-kind, derivative-driven integration operator built on structural iteration invariants and slope-based reconstruction. The recap summarizes all seven posts in order and provides the conceptual foundation for understanding SSI.
Series recap:
https://mathstodon.xyz/@BlueNovaX/116523359117197532
Repository with details and examples:
https://github.com/BlueNovaX/standard-slope-integration
#numericalanalysis #scientificcomputing #mathematics #integration #StandardSlopeIntegration #SSI
-
https://www.europesays.com/ie/466053/ Penn engineers use AI to solve some of science’s most difficult math problems #AI #ArtificialIntelligence #Chromatin #Éire #Epigenetics #IE #InversePDEs #Ireland #MollifierLayers #NeuralNetworks #PennEngineering #PhysicsInformedMachineLearning #Research #Science #ScientificComputing #WeatherForecasting
-
Penn engineers use AI to solve some of science’s most difficult math problems
A ripple tells you something happened, but not exactly what. That is the core problem behind a hard…
#NewsBeep #News #Science #AI #Artificialintelligence #AU #Australia #Chromatin #Epigenetics #inversePDEs #mollifierlayers #neuralnetworks #PennEngineering #physics-informedmachinelearning #research #scientificcomputing #weatherforecasting
https://www.newsbeep.com/au/645663/ -
Penn engineers use AI to solve some of science’s most difficult math problems
A ripple tells you something happened, but not exactly what. That is the core problem behind a hard…
#NewsBeep #News #Science #AI #Artificialintelligence #AU #Australia #Chromatin #Epigenetics #inversePDEs #mollifierlayers #neuralnetworks #PennEngineering #physics-informedmachinelearning #research #scientificcomputing #weatherforecasting
https://www.newsbeep.com/au/645663/ -
Standard‑Slope Integration (SSI) — Post #3: Failure-mode robustness
A new, first-of-its-kind class of derivative-driven integration operators built solely from slope information.
Classical integration methods often fail when the integrand is discontinuous, poorly conditioned, or structurally misaligned with area-based accumulation. SSI approaches these cases differently: its derivative-driven structure and step-to-step invariants prevent the amplification and drift that destabilize classical formulations.
This makes SSI effective in cases where traditional quadrature becomes unstable, unreliable, or fails outright—not by modifying classical methods, but by using a fundamentally different reconstruction principle.
#numericalanalysis #scientificcomputing #mathematics #integration #StandardSlopeIntegration #SSI
-
My implementation of the GaussSeidel smoother using a Diagnol direct access scheme in OpenFOAM as compared to the default GS smoother LDU gives almost ~50% improvements in cache misses and hits for a structured 3D cavity tutorial. Profiled using the amazing LIKWID profiler. Will share a deep technical report soon. Check it out and use - https://github.com/amartyadav/DIAGaussSeidel-Smoother-OpenFOAM
#hpc #scientificcomputing #computationalphysics #cfd #openfoam #likwid #softwaredevelopment #cpp -
My implementation of the GaussSeidel smoother using a Diagnol direct access scheme in OpenFOAM as compared to the default GS smoother LDU gives almost ~50% improvements in cache misses and hits for a structured 3D cavity tutorial. Profiled using the amazing LIKWID profiler. Will share a deep technical report soon. Check it out and use - https://github.com/amartyadav/DIAGaussSeidel-Smoother-OpenFOAM
#hpc #scientificcomputing #computationalphysics #cfd #openfoam #likwid #softwaredevelopment #cpp -
My implementation of the GaussSeidel smoother using a Diagnol direct access scheme in OpenFOAM as compared to the default GS smoother LDU gives almost ~50% improvements in cache misses and hits for a structured 3D cavity tutorial. Profiled using the amazing LIKWID profiler. Will share a deep technical report soon. Check it out and use - https://github.com/amartyadav/DIAGaussSeidel-Smoother-OpenFOAM
#hpc #scientificcomputing #computationalphysics #cfd #openfoam #likwid #softwaredevelopment #cpp -
My implementation of the GaussSeidel smoother using a Diagnol direct access scheme in OpenFOAM as compared to the default GS smoother LDU gives almost ~50% improvements in cache misses and hits for a structured 3D cavity tutorial. Profiled using the amazing LIKWID profiler. Will share a deep technical report soon. Check it out and use - https://github.com/amartyadav/DIAGaussSeidel-Smoother-OpenFOAM
#hpc #scientificcomputing #computationalphysics #cfd #openfoam #likwid #softwaredevelopment #cpp -
My implementation of the GaussSeidel smoother using a Diagnol direct access scheme in OpenFOAM as compared to the default GS smoother LDU gives almost ~50% improvements in cache misses and hits for a structured 3D cavity tutorial. Profiled using the amazing LIKWID profiler. Will share a deep technical report soon. Check it out and use - https://github.com/amartyadav/DIAGaussSeidel-Smoother-OpenFOAM
#hpc #scientificcomputing #computationalphysics #cfd #openfoam #likwid #softwaredevelopment #cpp -
https://www.europesays.com/fi/218497/ Susien lumijälkilaskenta toteutetaan säiden salliessa Etelä-Pohjanmaan ja Pohjanmaan eteläosissa sekä Satakunnan pohjoisosissa #Computing #EläimetJaKasvit #FI #Finland #Finnish #KeskinäinenToiminta(ysoP14) #Koiraeläimet(ysoP2229) #Laskentamenetelmät(ysoP22180) #Menetelmät(ysoP1913) #mmm #PoimiPääuutiseksi #Riista #ScientificComputing #Suomi #Susi(ysoP16400) #Technology #Teknologia #Tiedote #TieteellinenLaskenta #TutkimusJaKehittäminen #Työ(ysoP1810) #Yhteistyö(ysoP6334)
-
Been working on my Linux machine for 3 months now at work - comp. physics, hpc, etc.
Tried working on my MBP yesterday (after around 5 months of not using it for development) - while a superior machine h/w wise, I really couldn't stand macOS.
Linux just works - better even.#linux #macos #development #hpc #scientificcomputing #computationalphysics #ux #ubuntu #SoftwareDevelopment
-
Been working on my Linux machine for 3 months now at work - comp. physics, hpc, etc.
Tried working on my MBP yesterday (after around 5 months of not using it for development) - while a superior machine h/w wise, I really couldn't stand macOS.
Linux just works - better even.#linux #macos #development #hpc #scientificcomputing #computationalphysics #ux #ubuntu #SoftwareDevelopment
-
Been working on my Linux machine for 3 months now at work - comp. physics, hpc, etc.
Tried working on my MBP yesterday (after around 5 months of not using it for development) - while a superior machine h/w wise, I really couldn't stand macOS.
Linux just works - better even.#linux #macos #development #hpc #scientificcomputing #computationalphysics #ux #ubuntu #SoftwareDevelopment
-
Been working on my Linux machine for 3 months now at work - comp. physics, hpc, etc.
Tried working on my MBP yesterday (after around 5 months of not using it for development) - while a superior machine h/w wise, I really couldn't stand macOS.
Linux just works - better even.#linux #macos #development #hpc #scientificcomputing #computationalphysics #ux #ubuntu #SoftwareDevelopment
-
Been working on my Linux machine for 3 months now at work - comp. physics, hpc, etc.
Tried working on my MBP yesterday (after around 5 months of not using it for development) - while a superior machine h/w wise, I really couldn't stand macOS.
Linux just works - better even.#linux #macos #development #hpc #scientificcomputing #computationalphysics #ux #ubuntu #SoftwareDevelopment
-
CW: Tech Policy / Algorithmic Influence
Bloodhound code sniffs out copied-and-pasted numerical data – Retraction Watch
https://retractionwatch.com/2026/04/06/data-duplications-errors-open-repositories-markus-englund/
#ResearchIntegrity #OpenData #ScientificComputing #DataEthics #AcademicMastodon
-
IBM quantum computer simulates real magnetic materials and actually matches lab data
https://fed.brid.gy/r/https://nerds.xyz/2026/03/ibm-quantum-materials/
-
IBM quantum computer simulates real magnetic materials and actually matches lab data
https://fed.brid.gy/r/https://nerds.xyz/2026/03/ibm-quantum-materials/
-
How reliable are CFD results?
This review highlights common pitfalls and how to avoid them, emphasizing validation, numerical accuracy, and physical consistency. Essential reading for simulation-based research.
#CFD #numerics #FluidMechanics #simulation #ScientificComputing
-
My latest blog post explores a Multi-Material Thermal Analysis using HYPRE BoomerAMG with a custom POSIT accelerator called Uttunga, and compares it to the x86 IEEE 754 standard.
https://www.amartyadav.com/posts/post3.html
#computationalphysics #hpc #opensource #scientificcomputing #thermalphysics #Automotive #automotiveengineering #calligo #posit #ieee_754
-
My latest blog post explores a Multi-Material Thermal Analysis using HYPRE BoomerAMG with a custom POSIT accelerator called Uttunga, and compares it to the x86 IEEE 754 standard.
https://www.amartyadav.com/posts/post3.html
#computationalphysics #hpc #opensource #scientificcomputing #thermalphysics #Automotive #automotiveengineering #calligo #posit #ieee_754
-
My latest blog post explores a Multi-Material Thermal Analysis using HYPRE BoomerAMG with a custom POSIT accelerator called Uttunga, and compares it to the x86 IEEE 754 standard.
https://www.amartyadav.com/posts/post3.html
#computationalphysics #hpc #opensource #scientificcomputing #thermalphysics #Automotive #automotiveengineering #calligo #posit #ieee_754
-
My latest blog post explores a Multi-Material Thermal Analysis using HYPRE BoomerAMG with a custom POSIT accelerator called Uttunga, and compares it to the x86 IEEE 754 standard.
https://www.amartyadav.com/posts/post3.html
#computationalphysics #hpc #opensource #scientificcomputing #thermalphysics #Automotive #automotiveengineering #calligo #posit #ieee_754
-
My latest blog post explores a Multi-Material Thermal Analysis using HYPRE BoomerAMG with a custom POSIT accelerator called Uttunga, and compares it to the x86 IEEE 754 standard.
https://www.amartyadav.com/posts/post3.html
#computationalphysics #hpc #opensource #scientificcomputing #thermalphysics #Automotive #automotiveengineering #calligo #posit #ieee_754
-
My work for the month is to optimise the matrix adressing scheme of OpenFOAM to reduce cache miss. Initial idea is to replace the LDU Matrix addressing scheme with Diagnol matrix addressing scheme using multiple arrays for structures meshes. Will check it out on a simple 2D Poisson equation using Gauss-Seidel solver to check performance benefits, and will eventually proceed to introduce a new solver as a plugin if benefits are noticeable.
Wish me luck. -
Fortran ist nur Legacy? Nicht ganz.
Mit Martin Diehl sprechen wir über moderne Fortran Standards, HPC, OpenMP, MPI, Coarrays und warum hinter NumPy, SciPy und LAPACK oft Fortran steckt.
Plus: Compiler, LLVM, Community und Tooling.
🎧 https://engineeringkiosk.dev/episodes/259
#Fortran #SoftwareEngineering #ScientificComputing #HPC #Podcast
-
IBM outlines quantum-centric supercomputing architecture
https://fed.brid.gy/r/https://nerds.xyz/2026/03/ibm-quantum-centric-supercomputing/
-
Might publish a blog or two in a few weeks about my work with OpenFOAM, different profilers, and an implementation of an LBM CFD kernel on RISC-V with POSITS.
What a great company to be working for. Learning so much!
#posit #RISCV #cfd #openfoam #lbm #cfd #scientificcomputing #profiler #Linux #blog #technicalblog #ieee754 #calligotech
-
Might publish a blog or two in a few weeks about my work with OpenFOAM, different profilers, and an implementation of an LBM CFD kernel on RISC-V with POSITS.
What a great company to be working for. Learning so much!
#posit #RISCV #cfd #openfoam #lbm #cfd #scientificcomputing #profiler #Linux #blog #technicalblog #ieee754 #calligotech
-
Might publish a blog or two in a few weeks about my work with OpenFOAM, different profilers, and an implementation of an LBM CFD kernel on RISC-V with POSITS.
What a great company to be working for. Learning so much!
#posit #RISCV #cfd #openfoam #lbm #cfd #scientificcomputing #profiler #Linux #blog #technicalblog #ieee754 #calligotech
-
Might publish a blog or two in a few weeks about my work with OpenFOAM, different profilers, and an implementation of an LBM CFD kernel on RISC-V with POSITS.
What a great company to be working for. Learning so much!
#posit #RISCV #cfd #openfoam #lbm #cfd #scientificcomputing #profiler #Linux #blog #technicalblog #ieee754 #calligotech
-
Might publish a blog or two in a few weeks about my work with OpenFOAM, different profilers, and an implementation of an LBM CFD kernel on RISC-V with POSITS.
What a great company to be working for. Learning so much!
#posit #RISCV #cfd #openfoam #lbm #cfd #scientificcomputing #profiler #Linux #blog #technicalblog #ieee754 #calligotech
-
https://www.europesays.com/fi/171858/ Suomen toinen kvanttitietokone on nyt valmis: tätä se tarkoittaa | Uusimaa #Computing #Espoo #FI #Finland #Finnish #kotimaa #Kvanttitietokone #kvanttitietokoneet #ScientificComputing #Suomi #Technology #Teknologia #Tiede #TieteellinenLaskenta #tietokoneet #tietotekniikka #Uusimaa #VTT
-
In #FElupe, a #python package of mine, I changed the API of a function: the output included two return variables (boundaries, loadcase), where the second one is nowadays mostly unused. So I added a new argument return_loadcase=None, which does not change the return behavior, but marked as deprecated. In a future major version, return_loadcase will be False by default. Now all users have at least one major version time to update existing scripts. Is this good practise or could this be improved?
#opensource #computationalmechanics #scientificcomputing #coding #finiteelements
-
In #FElupe, a #python package of mine, I changed the API of a function: the output included two return variables (boundaries, loadcase), where the second one is nowadays mostly unused. So I added a new argument return_loadcase=None, which does not change the return behavior, but marked as deprecated. In a future major version, return_loadcase will be False by default. Now all users have at least one major version time to update existing scripts. Is this good practise or could this be improved?
#opensource #computationalmechanics #scientificcomputing #coding #finiteelements
-
In #FElupe, a #python package of mine, I changed the API of a function: the output included two return variables (boundaries, loadcase), where the second one is nowadays mostly unused. So I added a new argument return_loadcase=None, which does not change the return behavior, but marked as deprecated. In a future major version, return_loadcase will be False by default. Now all users have at least one major version time to update existing scripts. Is this good practise or could this be improved?
#opensource #computationalmechanics #scientificcomputing #coding #finiteelements
-
In #FElupe, a #python package of mine, I changed the API of a function: the output included two return variables (boundaries, loadcase), where the second one is nowadays mostly unused. So I added a new argument return_loadcase=None, which does not change the return behavior, but marked as deprecated. In a future major version, return_loadcase will be False by default. Now all users have at least one major version time to update existing scripts. Is this good practise or could this be improved?
#opensource #computationalmechanics #scientificcomputing #coding #finiteelements
-
In #FElupe, a #python package of mine, I changed the API of a function: the output included two return variables (boundaries, loadcase), where the second one is nowadays mostly unused. So I added a new argument return_loadcase=None, which does not change the return behavior, but marked as deprecated. In a future major version, return_loadcase will be False by default. Now all users have at least one major version time to update existing scripts. Is this good practise or could this be improved?
#opensource #computationalmechanics #scientificcomputing #coding #finiteelements
-
Second Queer in Computational and Applied Mathematics (QCAM) Workshop to be held at University of British Columbia