Skip to content

Conversation

@eddy16112
Copy link
Contributor

No description provided.

src/legate.mk Outdated

RM := rm

# use mpi{cc,cxx,f90} compiler wrappers if USE_MPI=1 and we're not on a Cray system
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

USE_MPI should be USE_GASNET

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed now.

src/legate.mk Outdated
ifneq ($(strip $(shell __INTEL_POST_CFLAGS+=' -we10006' $(CC) -show 2>&1 > /dev/null; echo $$?)),0)
export OMPI_CC := $(CC)
export MPICH_CC := $(CC)
CC := mpicc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you fix the alignment here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, somehow the alignment is OK in my vscode. Is there a way to let pre-commit catch the format issue of makefile?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll be moving away from GNU Make soon, so I wouldn't worry about this, but maybe we should consider adding auto-formatting for our upcoming cmakefiles @trxcllnt @marcinz ?

@eddy16112 eddy16112 merged commit 492599f into nv-legate:branch-22.07 Jun 16, 2022
@eddy16112 eddy16112 deleted the fixmpi branch June 16, 2022 00:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants