Lustre/Lesar V4 - III-eb for macosx

  • Uploaded: 2023/04/06
  • See README for general information
  • See VERSIONS for details on this release
  • Get the distribution
  • Notes on this binary distribution

    Dealing with Gatekeeper

    Gatekeeper will probably prevent to execute any program in the distribution, you can allow the execution one by one with the mouse in finder, or use the spctl command line:

    sudo spctl --master-disable
    for x in *; do sudo spctl --add --label "lv4" "$x"; done
    sudo spctl --enable --label "lv4"
    sudo spctl --master-enable