• 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: June 18th, 2023

help-circle
  • There is no way to define Christianity objectively. It’s extremely diverse and pinning down features is theology so your leaving objectivity.

    The only thing left is to accept any group that identify as christian.

    Yes the Joseph Smith story is colorful, but so is speaking in tongues, believing the earth is six thousands years old, that bread becomes the literal body of God in your mouth or the Trinity. Not all the group that claims to be christians believes all these things but you would recognize most of these as christians.




  • Some have thousands but yes.on most of these systems :

    • Process launch and scheduling is done by a resource manager (SLURM is common)
    • Inter process communication uses an MPI implementation (like OpenMPI)
    • These inter node communications uses a low latency (and high bandwidth) network. This is dominated by Infiniband from Nvidia (formerly Mellanox)

    What’s really peculiar in modern IT, is that it often use old school Unix multi user management. Users connect to the system through SSH with their own username, use a POSIX filesystem and their processes are executed with their own usernames.

    There is kernel knobs to pay attention to, but generally standard RHEL kernels are used.