![]() |
|
Functions | |
| def | writefile (fname, fill) |
| def | killfiles (lst) |
| def | reverse (retto) |
| def | openPipe (command) |
| def | hierher_openPipe (command) |
| def | runShellCommand (command) |
| def | getURLName (url) |
| def | downloader (uri, cmd) |
| def | ynask (quest) |
| def | fixpaths (inpath) |
| def utils.downloader | ( | uri, | |
| cmd | |||
| ) |
downloads the content of an URL
References getURLName(), if(), Eigen::internal.print(), and runShellCommand().
Referenced by scalapack.Scalapack.down_install(), blacs.Blacs.down_install_blacs(), blas.Blas.down_install_blas(), and lapack.Lapack.down_install_lapack().
| def utils.fixpaths | ( | inpath | ) |
| def utils.getURLName | ( | url | ) |
| def utils.hierher_openPipe | ( | command | ) |
| def utils.killfiles | ( | lst | ) |
deletes a list of files
References if().
Referenced by blacs.Blacs.check_blacs(), blas.Blas.check_blas(), lapack.Lapack.check_lapack(), framework.Frame.check_linking(), framework.Frame.check_mpicc(), framework.Frame.check_mpif77(), framework.Frame.set_mangling(), and blacs.Blacs.set_transcomm().
| def utils.openPipe | ( | command | ) |
Referenced by runShellCommand().
| def utils.reverse | ( | retto | ) |
reverses a string
| def utils.runShellCommand | ( | command | ) |
runs a shell command
References openPipe(), and compute_granudrum_aor.str.
Referenced by framework.Frame.cc_is_gnu(), framework.Frame.cc_is_intel(), framework.Frame.cc_is_pgi(), blacs.Blacs.check_blacs(), blas.Blas.check_blas(), lapack.Lapack.check_lapack(), framework.Frame.check_linking(), framework.Frame.check_mpicc(), framework.Frame.check_mpif77(), framework.Frame.cleanup(), scalapack.Scalapack.down_install(), blacs.Blacs.down_install_blacs(), blas.Blas.down_install_blas(), lapack.Lapack.down_install_lapack(), downloader(), framework.Frame.fc_is_gnu(), framework.Frame.fc_is_intel(), framework.Frame.fc_is_pgi(), framework.Frame.set_download(), lapack.Lapack.set_etime(), framework.Frame.set_mangling(), and blacs.Blacs.set_transcomm().
| def utils.writefile | ( | fname, | |
| fill | |||
| ) |
writes the file fname with content fill
Referenced by blacs.Blacs.check_blacs(), blas.Blas.check_blas(), lapack.Lapack.check_lapack(), framework.Frame.check_linking(), framework.Frame.check_mpicc(), framework.Frame.check_mpif77(), scalapack.Scalapack.down_install(), blacs.Blacs.down_install_blacs(), blas.Blas.down_install_blas(), lapack.Lapack.down_install_lapack(), lapack.Lapack.set_etime(), framework.Frame.set_mangling(), blacs.Blacs.set_transcomm(), blacs.Blacs.write_bmake(), lapack.Lapack.write_makeinc(), and scalapack.Scalapack.write_slmakeinc().
| def utils.ynask | ( | quest | ) |