-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: System Wisteria GPU version (#204)
* finished wisteria system now passes TestFlow, bugfix Pyaflowa preprocessing not allowing NoneType datacase for forward simulations only * bump version number * bump version number docs * updating custom gpu wisteria runscript to include latest cuda version * bugfix prepare data for solver was not properly evaluating data paths * adding missing import statement * removing last merge conflict * api function name change update for fujitsu/wisteria system modules * bugfix job tasktime was using walltime value * updates log message for assertion warning to include actual missing path * bugfix missing environ input in wisteria system * Adding more comments to custom wisteria scripts * removing env variable from custom wisteria run scripts for now because they are causing issues bugfix: wisteria was not properly pathing run scripts but working due to two complemtnary bugs * fixing environ implementation in wisteria * updating resource group numbers based on users guide * shifts wisteria functionality into fujitsu to keep wisteria overwrite to a minimum, since it has been tested combines custom_run-wisteria with GPU version by adding a flag to the run script that toggles GPU mode on and off, for simplicity and less files, also makes the custom run script a bit more generalizable * removing unncessary imports and unused variables * fixing up the new custom run script functionality * fixing bash syntax errors in custon run wisteria * updating cuda version in loaded modules * okay now it works, does not like backslash newlines in bash commands * update changelog
- Loading branch information
Showing
7 changed files
with
122 additions
and
145 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
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
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
Oops, something went wrong.