#!/usr/bin/env python

from __future__ import print_function
from os import environ

print(environ['CHPL_COMM'] == 'none')
