garikoitz / launchcontainers

MIT License
0 stars 8 forks source link

print cmd #50

Closed yongninglei closed 1 year ago

yongninglei commented 1 year ago

I did several things:

  1. I moved some of the functions in the launchcontainer.py into separate files, the main code is clean and easy to track
  2. I changed all the print to logging, now we can manipulate the logging level to get different richness of message
  3. add new flag in get_parser(), -v --verbose, adding the flag will open verbose mode
  4. implemented dask. localcluster, not config it yet(didn't add walltime, memory, core ... etc), but able to launch.
garikoitz commented 1 year ago

Let's first merge LEandro's changes in Tiger's code and then create again the PR