Skip to content
View mayrmt's full-sized avatar

Organizations

@trilinos @muelu
Block or Report

Block or report mayrmt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. trilinos/Trilinos trilinos/Trilinos Public

    Primary repository for the Trilinos Project

    C++ 1.2k 556

  2. TriBITSPub/TriBITS TriBITSPub/TriBITS Public

    TriBITS: Tribal Build, Integrate, and Test System,

    CMake 35 47

  3. spack_environments spack_environments Public

    A set of spack environemts for some of my projects

  4. Pre-commit hook to enforce use of fe... Pre-commit hook to enforce use of feature branches and reject commits to master
    1
    #!/bin/bash
    2
    
    
    3
    # This pre-commit hook prevents commits on branch '<forbidden_branch>' and enforces the use of feature branches.
    4
    # To use it in your repository, follow these steps:
    5
    #   1. Copy this file to `.git/hooks/pre-commit`