forked from libprima/prima
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
240213.110843.HKT add Parallel Computing Toolbox to the setup of matlab
- Loading branch information
1 parent
34e4013
commit f7aa6cb
Showing
31 changed files
with
39 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,14 +119,15 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,7 +114,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,14 +85,15 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,13 +88,13 @@ jobs: | |
id: check_matlab | ||
run: if type 'matlab' &> /dev/null ; then echo "::set-output name=has_matlab::true" ; fi | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Revise the Fortran code to break infnan | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,13 +88,13 @@ jobs: | |
id: check_matlab | ||
run: if type 'matlab' &> /dev/null ; then echo "::set-output name=has_matlab::true" ; fi | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Revise the Fortran code to use int16 | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,14 +82,15 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,7 +96,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,6 +81,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,14 +77,15 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Set up MATLAB without optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' && matrix.with_optim_toolbox != 'yes' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,13 +85,13 @@ jobs: | |
id: check_matlab | ||
run: if type 'matlab' &> /dev/null ; then echo "::set-output name=has_matlab::true" ; fi | ||
|
||
- name: Set up MATLAB | ||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,13 +86,13 @@ jobs: | |
id: check_matlab | ||
run: if type 'matlab' &> /dev/null ; then echo "::set-output name=has_matlab::true" ; fi | ||
|
||
- name: Set up MATLAB | ||
- name: Set up MATLAB with optimization toolbox | ||
if: ${{ steps.check_matlab.outputs.has_matlab != 'true' }} | ||
uses: matlab-actions/[email protected] | ||
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,6 +80,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -152,7 +152,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,7 +138,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Optimization_Toolbox | ||
products: Optimization_Toolbox Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -157,6 +157,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,6 +90,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -95,6 +95,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,6 +73,7 @@ jobs: | |
with: | ||
release: ${{ matrix.matlab }} | ||
cache: true | ||
products: Parallel_Computing_Toolbox | ||
|
||
- name: Conduct the test | ||
uses: matlab-actions/[email protected] | ||
|