slurm VS mfem

Compare slurm vs mfem and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
slurm mfem
6 7
2,350 1,551
2.5% 2.6%
10.0 9.9
1 day ago 3 days ago
C C++
GNU General Public License v3.0 or later BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

slurm

Posts with mentions or reviews of slurm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-13.
  • ntasks and submit.lua in Slurm
    1 project | /r/HPC | 14 Jul 2023
    I'm trying to have Slurm automatically switch partitions to a specific one via the job_sutmit.lua plugin whenever our users request strictly more than 8 cpus. But trying to extract or calculate ahead of time how many cpus will be allocated or requested isn't trivial (to me). Are there attributes in job_submit that could help out with this task? For example, I don't see any job->desc.ntasks attribute in https://github.com/SchedMD/slurm/blob/master/src/plugins/job_submit/lua/job_submit_lua.c. Any information or documentation on how to leverage job_submit.lua would be appreciated.
  • job scheduling for scientific computing on k8s?
    5 projects | /r/kubernetes | 13 May 2023
    Do you have a reason to use kubernetes besides it’s the $CURRENT tech? Why not stick with what you’re already familiar with (batch job managers) and use SLURM, a workload and resource manager, like many others in HPC? Do the researchers need to schedule against Nvidia GPU resources now or in the future? Nvidia themselves recommend SLURM.
  • What’s the path to working on supercomputers or quantum computing?
    1 project | /r/ECE | 19 Nov 2022
    Quantum computing and supercomputers are two different things. Quantum computers are currently an area of research, there isn't a version ready for use apart from some prototypes, and it will probably stay that way for while. Also, quantum computing will most likely not be a completly new architecture, that all of the chips we use will adopt, but an addition to current chipsets for some important but special tasks. Supercomputers, or HPC (High performance clusters) are classic computers, just that they are huge. They use derivatives of "off-the-shelf", but high end, hardware. There is a lot of interesting work in designing such systems, a lot of challenging problems in distributed systems theory, but they aren't a complete detached industry. Using them for work, not designing them, doesn't require a EECS type degree, they guy who sit's next to me in the office, uses a supercomputer to predict protein folding, he is by training a doctor and now does computational microbiology. The applications for massive compute power (often times "just brute force the solution instead of spending years in the lab") are almost endless, but to use them it's not that important to understand the full details of how they are constructed, domain knowledge in the application domain is much more important. If you know how your cluster is structured, and knowledge of slurm etc. will enable you to use the supercomputer just fine, again, they aren't that different from regular computers, just that you workstation might have 1 CPU and your supercomputer has 500. Hiding this complexity is done by slurm or any other resource manager. It's open source as well :) https://github.com/SchedMD/slurm
  • Open source / part time research in the world of HPC?
    3 projects | /r/HPC | 15 May 2022
  • Brand New HPC Sysadmin at a Major University, Where to Start?
    6 projects | /r/HPC | 28 Oct 2021
    SLURM (distributed by OpenHPC) If you have shared storage then this is the industry standard solution that is both open source and free (extremely popular in the top 500 list). You can pair this with a high speed network or not depending on your research workloads.
  • Is it possible to let slurmdbd connect to mysql over unix sockets?
    1 project | /r/SLURM | 6 Sep 2021

mfem

Posts with mentions or reviews of mfem. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-08.
  • rodin alternatives - mfem and FreeFem-sources
    7 projects | 8 Mar 2023
  • Generate MFEM initial mesh file using WELSIM
    1 project | /r/u_welsim | 21 Aug 2022
    MFEM (mfem.org) is one of the most active open-source partial differential equation (PDE) solver projects in recent years. Although this open source package is positioned as a lightweight and scalable C++ library, it provides higher-order finite element spaces, supports mixed elements, discontinuous Galerkin elements, isogeometric analysis methods, and more. In particular, it has great advantages in high-performance computing, not only supports message passing interface (MPI) parallelism and shared memory parallelism (OpenMP), but also has good strength in GPU parallel computing. The built-in post-processing program GLVis can easily read and display the result files. The BSD-3 license is also extremely friendly to developers. Recently, MFEM supports Python programming, which makes the library more convenient for various types of researchers.
  • Open source / part time research in the world of HPC?
    3 projects | /r/HPC | 15 May 2022
    If you are looking for something more numerically intensive, check out MFEM: https://mfem.org. Lots of examples in the gallery there; lots of cool higher order curved meshes and physics problems to play with. Probably a higher learning curve than some of your other options.
  • How is it working at Idaho National Lab?
    1 project | /r/idahofalls | 21 Apr 2022
    If you're interested in a FEM framework designed by computer scientists and mathematicians, MFEM has treated me well. Maybe just something to compare to.
  • Intact Solutions is hiring a Software Engineer
    1 project | /r/fea | 31 Aug 2021
    We currently have several solvers of our own, as well as interfacing with MPI capable solvers via mfem. We are currently a pre and post processor for several NASTRAN based solvers using our meshing free method.
  • What are some best open source FEA solvers that one can test their new element implementation in?
    2 projects | /r/fea | 13 Aug 2021
    MFEM
  • Does anyone have open source C++ projects that I can try contributing to?
    5 projects | /r/cpp_questions | 25 Jun 2021
    I’m working on MFEM. It is a Finite Element Method (FEM) library. Some of the work would require knowledge of the FEM but there’s a lot of stuff like implementing operators in vector classes that you could do too!

What are some alternatives?

When comparing slurm and mfem you can also consider the following projects:

Ansible - Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy and maintain. Automate everything from code deployment to network configuration to cloud management, in a language that approaches plain English, using SSH, with no agents to install on remote systems. https://docs.ansible.com.

dolfinx - Next generation FEniCS problem solving environment

ohpc - OpenHPC Integration, Packaging, and Test Repo

moose - Multiphysics Object Oriented Simulation Environment

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

sparselizard - C++ FEM library | user-friendly | multi-physics | hp-adaptive | HPC

spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.

elmerfem - Official git repository of Elmer FEM software

flux-operator - Deploy a Flux MiniCluster to Kubernetes with the operator

nekRS - our next generation fast and scalable CFD code

prometheus - The Prometheus monitoring system and time series database.

FEM - ⚡🧠A finite element Python implementation