Skip to content

Commit

Permalink
Remove print statement from MPAS-A gnu compile
Browse files Browse the repository at this point in the history
  • Loading branch information
MiCurry committed Jun 12, 2020
1 parent fcc9775 commit 40ba480
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/mpas_gnu_libs_check/mpas_gnu_libs_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def run(self, env, result, srcDir, testDir, hpc=None, *args, **kwargs):
from subprocess import Popen

## C


os.system('echo c_pnetcdf $PNETCDF_INCLUDES pnetcdf.c $PNETCDF_LIBS > out')
if os.system('mpicc -o c_pnetcdf $PNETCDF_INCLUDES pnetcdf.c $PNETCDF_LIBS'):
print("Failed to compile pnetcdf.c with mpicc")
result.result = "FAILED"
Expand Down

0 comments on commit 40ba480

Please sign in to comment.