Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arbor
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
arbor-sim
arbor
Commits
88fd791d
Unverified
Commit
88fd791d
authored
4 years ago
by
thorstenhater
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add modcc. (#1377)
parent
95b38462
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/basic.yml
+3
-1
3 additions, 1 deletion
.github/workflows/basic.yml
with
3 additions
and
1 deletion
.github/workflows/basic.yml
+
3
−
1
View file @
88fd791d
...
@@ -148,7 +148,9 @@ jobs:
...
@@ -148,7 +148,9 @@ jobs:
make -j4 tests examples pyarb html
make -j4 tests examples pyarb html
cd -
cd -
-
name
:
Run unit tests
-
name
:
Run unit tests
run
:
build/bin/unit
run
:
|
build/bin/unit
build/bin/unit-modcc
-
if
:
${{ matrix.config.mpi == 'ON' }}
-
if
:
${{ matrix.config.mpi == 'ON' }}
name
:
Run MPI tests
name
:
Run MPI tests
run
:
mpirun -n 4 -oversubscribe build/bin/unit-mpi
run
:
mpirun -n 4 -oversubscribe build/bin/unit-mpi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment