forked from chapel-lang/chapel
-
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.
I was running some testing and needed a 10-minute task, so took this stab at retiring 'noRefCount'. Removed the config itself, references to it in the test system and documentation.
- Loading branch information
Brad Chamberlain
committed
Nov 29, 2016
1 parent
b001734
commit 88f7c51
Showing
6 changed files
with
7 additions
and
42 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
2 changes: 1 addition & 1 deletion
2
test/release/examples/benchmarks/miniMD/explicit/miniMD.perfcompopts
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 |
---|---|---|
@@ -1 +1 @@ | ||
-snoRefCount -M helpers --no-local # miniMD.explicit.perfkeys | ||
-M helpers --no-local # miniMD.explicit.perfkeys |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-snoRefCount -M helpers -sdisableAliasedBulkTransfer=false # miniMD.simple.perfkeys | ||
-snoRefCount -M helpers -sdisableAliasedBulkTransfer=false --no-local # miniMD.simple-nolocal.perfkeys | ||
-snoRefCount -M helpers -sdisableAliasedBulkTransfer=false --no-local -suseBlockDist=true # miniMD.simple-block.perfkeys | ||
-snoRefCount -M helpers -suseStencilDist=true -sdefaultDoRADOpt=false -sdisableAliasedBulkTransfer=false --no-local # miniMD.stencil.perfkeys | ||
-M helpers -sdisableAliasedBulkTransfer=false # miniMD.simple.perfkeys | ||
-M helpers -sdisableAliasedBulkTransfer=false --no-local # miniMD.simple-nolocal.perfkeys | ||
-M helpers -sdisableAliasedBulkTransfer=false --no-local -suseBlockDist=true # miniMD.simple-block.perfkeys | ||
-M helpers -suseStencilDist=true -sdefaultDoRADOpt=false -sdisableAliasedBulkTransfer=false --no-local # miniMD.stencil.perfkeys |
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 |
---|---|---|
@@ -1 +1 @@ | ||
-snoRefCount=true -suseBlockDist --no-local -M../../../release/examples/benchmarks/lulesh | ||
-suseBlockDist --no-local -M../../../release/examples/benchmarks/lulesh |