New #HPC Job!
Location: Chestnut Hill MA
Employer: Boston College
Remote: Hybrid
https://bc.csod.com/ux/ats/careersite/2/home/requisition/10004?c=bc

New #HPC Job!
Location: Chestnut Hill MA
Employer: Boston College
Remote: Hybrid
https://bc.csod.com/ux/ats/careersite/2/home/requisition/10004?c=bc
We're expanding our gallery space in August to set up a Thinking Machines: Connection Machine with an event to celebrate the 40th anniversary. Join as a BOOTSTRAP member to attend the preview and get a behind the scene peek at the CM2's HOST, a Symbolics 3670 LISP machine, as we restore and recover its *LISP (StarLISP) programming system.
Can we count on you? Check out our open positions in #AI, #QuantumComputing, #HPC and more.
New #HPC Job!
Location: Lubbock, Texas, USA
Employer: Texas Tech University
Remote: Fully onsite
https://sjobs.brassring.com/TGnewUI/Search/home/HomeWithPreLoad?partnerid=25898&siteid=5635&PageType=JobDetails&jobid=893489
New #HPC Job!
Location: Cambridge, MA
Employer: MIT Office of Research Computing and Data (ORCD)
Remote: Hybrid
https://careers.peopleclick.com/careerscp/client_mit/external/jobDetails/jobDetail.html?jobPostId=32244&localeCode=en-us
New #HPC Job!
Location: Cambridge, MA
Employer: MIT Office of Research Computing and Data (ORCD)
Remote: Hybrid
https://careers.peopleclick.com/careerscp/client_mit/external/jobDetails/jobDetail.html?jobPostId=32242&localeCode=en-us
I wrote up some notes on how to approach I/O and storage benchmarks in RFPs. I normally don't post here about updates to my digital garden, but I think this page is tidy and useful.
I wrote up some notes on how to approach I/O and storage benchmarks in RFPs. I normally don't post here about updates to my digital garden, but I think this page is tidy and useful.
www.glennklockwood.com/garden/bench...
#HPC
benchmarking
“Idaho National Laboratory, Oak Ridge Reservation, Paducah Gaseous Diffusion Plant, and Savannah River Site.”
Paducah is still radioactive.
#HPC #infrastructure
RE: https://bsky.app/profile/did:plc:2dey5qlon56brdcnu3io7ve5/post/3luqdvwz4mg2t
#cloudcomputing #LifeSciences
#HPC #Linux Don't ever let someone tell you classic pipelines aren't effective or useful. Non permettere mai che qualcun* dirti i tool classici dell'UNIX fanno schifo a causa che non sono "moderni"...
This is a quick way to find potentially slow links on an Infiniband fabric using clusterkit and a mixture of find, cat, and AWK.
Beep, Beep - I am your friendly #Snakemake release announcement bot.
There is a new release of the Snakemake executor for #SLURM on #HPC systems. Its version now is 1.6.0!
Give us some time, and you will automatically find the plugin on #Bioconda and #Pypi.
If you want to discuss the release, you will find the maintainers here on Mastodon!
@rupdecat and @johanneskoester
If you discover any issues, please report them on https://github.com/snakemake/snakemake-executor-plugin-slurm/issues.
See https://github.com/snakemake/snakemake-executor-plugin-slurm/releases/tag/v1.6.0 for details. Here is the header of the changelog:
𝑅𝑒𝑙𝑒𝑎𝑠𝑒 𝑁𝑜𝑡𝑒𝑠 (𝑝𝑜𝑠𝑠𝑖𝑏𝑙𝑦 𝑎𝑏𝑏𝑟𝑖𝑔𝑒𝑑):
𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬
* added github action to label long pending issues as 'stale' (https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/239) ([6d7c50a](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/6d7c50ae492c9557b6cc39119c572c5b5ef1b341))
* treat sbatch errors as job errors instead of workflow errors (https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/322) ([5e38507](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/5e3850762c73abf1fff8ba9e1e8c18379251041f))
* using the current version of the announcement bot for Mastodon (https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/333) ([03e0e24](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/03e0e2426edbe2957be93f02f3ae3834f710faff))
𝐁𝐮𝐠 𝐅𝐢𝐱𝐞𝐬
* allow unse...
Heute kamen Gäste aus Politik, Wissenschaft und Industrie zur feierlichen Inbetriebnahme des Native Processing Server (NPS) von Q.ANT am LRZ zusammen.
Während der Veranstaltung demonstrierte Dr. Michael Förtsch, Gründer und CEO von Q.ANT, wie das System Muster erkennt, indem es Fotos von verschiedenen Obstarten kategorisierte. Dabei braucht das Q.ANT-System deutlich weniger Strom als andere.
#KI #FutureComputing #Innovation #HPC #Supercomputing @bmftr_bund
In a surprise move, NVIDIA is bringing CUDA to RISC-V CPUs
Announced at RISC-V Summit China , this allows RISC-V processors to run CUDA drivers + logic, with NVIDIA GPUs handling compute tasks
Enables open CPU + proprietary GPU AI systems—big for edge, HPC & China’s chipmakers
A potential shift in global AI infrastructure
Im aktuellen Infobrief der #GaussAllianz geht es um die TOP500-Liste im #Supercomputing, ein neues KI-Modell zur Erdbeobachtung, digitale Zwillinge und noch viel mehr.
Zu lesen unter: https://gauss-allianz.de/de/info_letter/127
Attention Fortran lawyers!
A colleague posed an interesting one to me (assuming b is a 2D real array containing values):
OK:
real, dimension(:), allocatable :: a
a = b(1, :)
Error:
real, dimension(:), allocatable :: a
a = sum(b(2:,:), dim=1)
! (can fixed by allocating a)
Is there a rule about automatic allocation requiring no temporaries? Or compiler bug (in either case?)