Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Makefile target name mismatch for EXECS variable in introduction-to-groups-and-communicators/code #114

Copy link
Copy link
@lxlee

Description

@lxlee
Issue body actions

The makefile in tutorials/introduction-to-groups-and-communicators/code uses incorrect target names. The targets are currently named split and groups, but the build outputs (as specified in the EXECS variable) are comm_split and comm_groups.

EXECS=comm_groups comm_split
MPICC?=mpicc

all: ${EXECS}

split: comm_split.c
	${MPICC} -o comm_split comm_split.c

groups: comm_groups.c
	${MPICC} -o comm_groups comm_groups.c

clean:
	rm -f ${EXECS}

Should rename the makefile targets from splitcomm_split and groupscomm_groups to match the executables?

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.