-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cleanup code #3
cleanup code #3
Conversation
@@ -134,13 +133,13 @@ def create_job(build_command, easyconfig, output_dir="", conn=None, ppn=None): | |||
return job | |||
|
|||
|
|||
def get_instance(easyconfig, robot_path=None): | |||
def get_easyblock_instance(easyconfig, robot_path=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Y u break API?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
which API?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Touché. :P
use quote_str function in set_environment - fixes issue with develop modules
restructure defined (parts of) toolchains in easybuild.toolchains package
fix module load unit test + one very minor enhancement
don't include 'if is-loaded' guard when recursive module unloading is requested
remove duplicate code in handling of FFTW cdft libs
correctly handle .lua filename suffix and comments
use minimally_resolve_dependencies from main.py
don't skip package_step, add --package option, group package-related options together
add test for adjust_permissions
fix mocking of 'sysctl -n hw.memsize' in systemtools tests
sync with develop & resolve conflicts
enhance test_toy_modaltsoftname
clean up back_up_file implementation & test
update test_load, Modules v4.0 does not reload already loaded modules
reworked implementation of Singularity integration
sync branch with develop (& sync conflicts)
Bringing our develop branch up to date
Adding the lowercase module name scheme
enhance test for apply_patch to also cover applying patches with git
use random spinner in progress bar
reorder progress bar components
enhance install_extension_substep to support passing down (named) arguments
minor tweaks to dumping of `env.sh` + `run.sh` helper scripts in `run_shell_cmd` + enhance test to verify they're working as intended
please check the TODOs