generated from feelpp/feelpp-project
-
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.
Values extraction #53 configuration files addition/modification
- Loading branch information
1 parent
cce3f33
commit 0c6763b
Showing
5 changed files
with
39 additions
and
10 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
22 changes: 22 additions & 0 deletions
22
src/feelpp/benchmarking/reframe/config-files/globalConfig.py
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
site_configuration = { | ||
'general': [ | ||
{ | ||
'report_file': '${HOME}/COUCOU.json', | ||
#'remote_detect': True | ||
} | ||
], | ||
'modes': [ | ||
{ | ||
'name': 'serial', | ||
'options': [ | ||
'--exec-policy=serial' | ||
] | ||
}, | ||
{ | ||
'name': 'async', | ||
'options': [ | ||
'--exec-policy=aysnc' | ||
] | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
}, | ||
'devices': [ | ||
{ | ||
'name': 'cpu-node', | ||
'type': 'cpu', | ||
'num_devices': 1 | ||
} | ||
] | ||
|
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