NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Feature/silence intel #30

Closed christopherwharrop-noaa closed 1 year ago

christopherwharrop-noaa commented 1 year ago

The initialization of the Intel compiler suite emits output for every single command issued in a docker exec command to the front-end. We want to compare output of commands with test baselines and don't want that unnecessary output to interfere. This removes that output by redirecting that initialization to /dev/null.