Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
MPI_HW
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hasan.bahjat
MPI_HW
Commits
4361338b
Commit
4361338b
authored
Nov 19, 2024
by
hasan.bahjat
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Makefile, Add host as a param
parent
d3891e32
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Makefile
Makefile
+3
-2
No files found.
Makefile
View file @
4361338b
...
...
@@ -14,7 +14,7 @@ PROF_FLAGS = -pg
## Hosts Flags
MPI_HOSTS
=
mpi_host
MPI_HOSTS
=
$(host)
## Source file
SRC
=
$(Pr)
.c
...
...
@@ -35,7 +35,8 @@ build:
## Run the program with a specified number of processes
run
:
mpirun
-n
STATIONS_COUNT
-f
$(MPI_HOSTS)
./
$(TARGET)
mpirun
-n
$(STATIONS_COUNT)
-f
$(MPI_HOSTS)
./
$(TARGET)
## Clean the build
clean
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment