From 39e2d9e5de2cab2ddb5d9e347878a66b1a973e8a Mon Sep 17 00:00:00 2001 From: Matteo Giantomassi Date: Fri, 1 Mar 2024 13:52:25 +0100 Subject: [PATCH] v0.9.7 --- .../abio/abivar_database/variables_abinit.py | 35 +- .../abio/abivar_database/variables_anaddb.py | 8 +- abipy/abio/inputs.py | 1 + abipy/core/release.py | 2 +- abipy/examples/flows/err | 2 - abipy/examples/flows/log | 941 ------------------ 6 files changed, 30 insertions(+), 959 deletions(-) delete mode 100644 abipy/examples/flows/err delete mode 100644 abipy/examples/flows/log diff --git a/abipy/abio/abivar_database/variables_abinit.py b/abipy/abio/abivar_database/variables_abinit.py index 9b3c72b9c..b75d3c014 100644 --- a/abipy/abio/abivar_database/variables_abinit.py +++ b/abipy/abio/abivar_database/variables_abinit.py @@ -313,10 +313,10 @@ !!! note - Note that this variable is only used when running **ground-state calculations** in parallel with MPI. + Note that this variable is only used when running **ground-state calculations** in parallel with MPI ([[optdriver]]=1). Other [[optdriver]] runlevels implement different MPI algorithms that rely on other input variables that are - not automatically set by [[autoparal]]. Please consult the [[tutorial:paral_mbt|tutorial on parallelism for Many-Body Perturbation Theory]] to learn how - to run beyond-GS calculations with MPI. + not automatically set by [[autoparal]]. For example, consult the [[tutorial:paral_mbt|tutorial on parallelism for Many-Body Perturbation Theory]] to learn how + to run beyond-GS calculations with MPI. Other tutorials on parallelism are also available. Given a total number of processors, ABINIT can find a suitable distribution that fill (when possible) all the different levels of parallelization. ABINIT can also determine optimal @@ -6101,8 +6101,8 @@ varset="paral", vartype="integer", topics=['parallelism_expert'], - dimensions=[5], - defaultval=[-1, -1, -1, -1, -1], + dimensions=[12], + defaultval=12*(-1), mnemonics="GPU: choice of DEVICES on one node", requires="[[gpu_option]] > 0 and [[CUDA]] (Nvidia GPU)", added_in_version="before_v9", @@ -6116,19 +6116,19 @@ Examples: - * 2 GPU devices per node, 4 MPI processes per node, **gpu_device** =[-1,-1,-1,-1,-1] (default): + * 2 GPU devices per node, 4 MPI processes per node, **gpu_device** = *-1 (default): MPI processes 0 and 2 use the best GPU card, MPI processes 1 and 3 use the slowest GPU card. - * 3 GPU devices per node, 5 MPI processes per node, **gpu_device** =[1,0,2,-1,-1]: + * 3 GPU devices per node, 5 MPI processes per node, **gpu_device** =[1,0,2,-1,-1, . . .]: MPI processes 0 and 3 use GPU card 1, MPI processes 1 and 4 use GPU card 0, MPI process 2 uses GPU card 2. - * 3 GPU devices per node, 5 MPI processes per node, **gpu_device** =[0,1,-1,-1,-1]: + * 3 GPU devices per node, 5 MPI processes per node, **gpu_device** =[0,1,-1,-1, . . .]: MPI processes 0, 2 and 4 use GPU card 0, MPI processes 1 and 3 use GPU card 1; the 3rd GPU card is not used. -GPU card are numbered starting from 0; to get the GPU devices list, type +GPU card are numbered starting from 0; to get the GPU devices list, type f.i. (Nvidia): "nvidia-smi" or "lspci | grep -i nvidia". """, ), @@ -9943,7 +9943,7 @@ abivarname="lambsig", varset="paw", vartype="real", - topics=['MagField_expert'], + topics=['NMR_basic','MagField_expert'], dimensions=['[[ntypat]]'], defaultval=MultipleValue(number=None, value=0), mnemonics="LAMB shielding SIGma", @@ -13068,7 +13068,7 @@ abivarname="nucdipmom", varset="gstate", vartype="real", - topics=['MagField_expert'], + topics=['NMR_basic','MagField_expert'], dimensions=[3, '[[natom]]'], defaultval=0.0, mnemonics="NUClear DIPole MOMents", @@ -13792,7 +13792,7 @@ abivarname="orbmag", varset="dfpt", vartype="integer", - topics=['MagField_expert'], + topics=['NMR_basic','MagField_expert'], dimensions="scalar", defaultval=0, mnemonics="ORBital MAGnetization", @@ -13897,6 +13897,14 @@ mnemonics="activate PARALelization over K-point, G-vectors and Bands", added_in_version="before_v9", text=r""" + +!!! note + + Note that this variable is only used when running **ground-state calculations** in parallel with MPI ([[optdriver]]=1) (or GW Lanczos-Sternheimer [[optdriver]]=66, but this is very rare). + Other [[optdriver]] runlevels implement different MPI algorithms that rely on other input variables that are + not automatically set by [[autoparal]]. For example, consult the [[tutorial:paral_mbt|tutorial on parallelism for Many-Body Perturbation Theory]] to learn how + to run beyond-GS calculations with MPI. Other tutorials on parallelism are also available. + **If paral_kgb is not explicitely put in the input file**, ABINIT automatically detects if the job has been sent in sequential or in parallel. In this last case, it detects the number of processors on which the job has @@ -13912,7 +13920,7 @@ components is activated (see [[np_spkpt]], [[npfft]] [[npband]] and possibly [[npspinor]]). With this parallelization, the work load is split over four levels of parallelization (three level of parallelisation (kpt-band-fft )+ -spin) The different communications almost occur along one dimension only. +spin). The different communications almost occur along one dimension only. Require compilation option --enable-mpi="yes". HOWTO fix the number of processors along one level of parallelisation: @@ -19662,6 +19670,7 @@ vartype="real", topics=['SCFControl_basic'], dimensions="scalar", + mnemonics="TOLerance on the Wavefunction Residuals", defaultval=0.0, added_in_version="before_v9", text=r""" diff --git a/abipy/abio/abivar_database/variables_anaddb.py b/abipy/abio/abivar_database/variables_anaddb.py index 58056c2d1..727d1887a 100644 --- a/abipy/abio/abivar_database/variables_anaddb.py +++ b/abipy/abio/abivar_database/variables_anaddb.py @@ -823,7 +823,8 @@ 3,5,7,9) The DDB files correspond to phonon calculations performed at different volumes (usually ± 1% of the equilibrium volume). The DDB files must be ordered according to the volume of the unit cell (the DDB with smallest -volume comes first) and the volume increment must be constant. The code +volume comes first) and the volume increment must be constant to a precision of +better than 1 part in $10^4$. The code computes the derivative of the dynamical matrix wrt the volume using central finite difference. """, ), @@ -839,7 +840,10 @@ added_in_version="before_v9", text=r""" This variable defines the number of DDB files (read from [[anaddb:gruns_ddbs]]) -used for the calculation of the Gruneisen parameters. +used for the calculation of the Gruneisen parameters. Note that computation of +the Grunheisen parameters is currently incompatible with many other features of +ANADDB, and so should be computed in a separate run from calculation of other +possible responses. """, ), diff --git a/abipy/abio/inputs.py b/abipy/abio/inputs.py index 2baba758a..f5a953559 100644 --- a/abipy/abio/inputs.py +++ b/abipy/abio/inputs.py @@ -814,6 +814,7 @@ def escape(text): for name in names: value = vars[name] if mnemonics and value is not None: + print(f"{name=}") app(escape("#### <" + var_database[name].mnemonics + ">")) # Build variable, convert to string and append it diff --git a/abipy/core/release.py b/abipy/core/release.py index e3a95d331..276a5dccc 100644 --- a/abipy/core/release.py +++ b/abipy/core/release.py @@ -13,7 +13,7 @@ # release. 'dev' as a _version_extra string means this is a development version _version_major = 0 _version_minor = 9 -_version_micro = 6 # use '' for first of series, number for 1 and above +_version_micro = 7 # use '' for first of series, number for 1 and above #_version_extra = 'dev' _version_extra = '' # Uncomment this for full releases diff --git a/abipy/examples/flows/err b/abipy/examples/flows/err deleted file mode 100644 index ef536723e..000000000 --- a/abipy/examples/flows/err +++ /dev/null @@ -1,2 +0,0 @@ -/Users/jbouquiaux/opt/anaconda3/envs/abienv/lib/python3.11/site-packages/pymatgen/symmetry/kpath.py:180: UserWarning: The input structure does not match the expected standard primitive! The path may be incorrect. Use at your own risk. - warn( diff --git a/abipy/examples/flows/log b/abipy/examples/flows/log deleted file mode 100644 index f6436f610..000000000 --- a/abipy/examples/flows/log +++ /dev/null @@ -1,941 +0,0 @@ - - `:- -:` - --` .+/` ` `/+. .-. - `. :+. /s- `yy .yo -s/ :+. .` - ./. +o` /s/ `-::-` `yy.-::-` `:- .:::-` -:` .:` /s/ :s- ./. -.o. /o: .oo. .oyo++syo. `yyys++oys. -ys -syo++sy+` sy- +y: .oo- oo` `o. -++ oo. /oo yy- -yy `yy: .yy`-ys .ys` /yo sy- +y: oo/ /o: ++ -+/ oo` /oo `yy. .yy` yy. `yy`-ys :ys :yo oy/ oy: +o/ :o: /o --/ :+. -++` -sy+::+yyy` .sy+::+yy- -ys :yys/::oys. `oyo::/syy: `++- /+. /: - -- `// /+- -/++/-// -/++/- `+: :yo:/++/. .:++/:oy: -+/ `+- -- - `.` -: :/` :yo +y: `/:` `:. `.` - `.. .:. .` `. .:. `.. - ... ... - -Running on MacBook-Pro-de-Administrateur.local -- system Darwin -- Python 3.11.3 -- abirun-0.9.6 -AbiPy Manager: -[Qadapter 0] -ShellAdapter:localhost -Hardware: - num_nodes: 4, sockets_per_node: 1, cores_per_socket: 2, mem_per_node 4096, -Qadapter selected: 0 - -self.info DATA TYPE INFORMATION: - REAL: Data type name: REAL(DP) - Kind value: 8 - Precision: 15 - Smallest nonnegligible quantity relative to 1: 0.22204460E-015 - Smallest positive number: 0.22250739E-307 - Largest representable number: 0.17976931E+309 - INTEGER: Data type name: INTEGER(default) - Kind value: 4 - Bit size: 32 - Largest representable number: 2147483647 - LOGICAL: Data type name: LOGICAL - Kind value: 4 - CHARACTER: Data type name: CHARACTER Kind value: 1 - ==== Using MPI-2 specifications ==== - MPI-IO support is ON - xmpi_tag_ub ................ 2147483647 - xmpi_bsize_ch .............. 1 - xmpi_bsize_int ............. 4 - xmpi_bsize_sp .............. 4 - xmpi_bsize_dp .............. 8 - xmpi_bsize_spc ............. 8 - xmpi_bsize_dpc ............. 16 - xmpio_bsize_frm ............ 4 - xmpi_address_kind .......... 8 - xmpi_offset_kind ........... 8 - MPI_WTICK .................. 9.9999999999999995E-007 - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - CPP options activated during the build: - - CC_LLVM CXX_LLVM FC_GNU - - HAVE_FC_ALLOCATABLE_DT... HAVE_FC_ASYNC HAVE_FC_BACKTRACE - - HAVE_FC_COMMAND_ARGUMENT HAVE_FC_COMMAND_LINE HAVE_FC_CONTIGUOUS - - HAVE_FC_CPUTIME HAVE_FC_EXIT HAVE_FC_FLUSH - - HAVE_FC_GAMMA HAVE_FC_GETENV HAVE_FC_IEEE_ARITHMETIC - - HAVE_FC_IEEE_EXCEPTIONS HAVE_FC_INT_QUAD HAVE_FC_IOMSG - - HAVE_FC_ISO_C_BINDING HAVE_FC_ISO_FORTRAN_2008 HAVE_FC_LONG_LINES - - HAVE_FC_MOVE_ALLOC HAVE_FC_ON_THE_FLY_SHAPE HAVE_FC_PRIVATE - - HAVE_FC_PROTECTED HAVE_FC_SHIFTLR HAVE_FC_STREAM_IO - - HAVE_FC_SYSTEM HAVE_FORTRAN2003 HAVE_HDF5 - - HAVE_LIBPAW_ABINIT HAVE_LIBTETRA_ABINIT HAVE_LIBXC - - HAVE_LINALG_AXPBY HAVE_LINALG_OPENBLAS_T... HAVE_MPI - - HAVE_MPI2 HAVE_MPI_IALLGATHER HAVE_MPI_IALLREDUCE - - HAVE_MPI_IALLTOALL HAVE_MPI_IALLTOALLV HAVE_MPI_IBCAST - - HAVE_MPI_IGATHERV HAVE_MPI_INTEGER16 HAVE_MPI_IO - - HAVE_MPI_TYPE_CREATE_S... HAVE_NETCDF HAVE_NETCDF_FORTRAN - - HAVE_TIMER_ABINIT - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - === Build Information === - Version : 9.11.1 - Build target : aarch64_darwin21.6.0_gnu13.1 - Build date : 20230710 - - === Compiler Suite === - C compiler : llvm14.0 - C++ compiler : llvm14.0 - Fortran compiler : gnu13.1 - CFLAGS : -g -O2 - CXXFLAGS : -g -O2 -mtune=native -mcpu=native - FCFLAGS : -g -ffree-line-length-none -fallow-argument-mismatch -I/opt/hom ... - FC_LDFLAGS : - - === Optimizations === - Debug level : basic - Optimization level : standard - Architecture : _ - - === Multicore === - Parallel build : /opt/homebrew/opt/open-mpi - Parallel I/O : - openMP support : no - GPU support : - - === Connectors / Fallbacks === - LINALG flavor : openblas - FFT flavor : goedecker - HDF5 : yes - NetCDF : yes - NetCDF Fortran : yes - LibXC : yes - Wannier90 : no - - === Experimental features === - Exports : - GW double-precision : - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Default optimizations: - -O2 -mtune=native -march=native - - - Optimizations for 43_ptgroups: - -O0 - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - - DATA TYPE INFORMATION: - REAL: Data type name: REAL(DP) - Kind value: 8 - Precision: 15 - Smallest nonnegligible quantity relative to 1: 0.22204460E-015 - Smallest positive number: 0.22250739E-307 - Largest representable number: 0.17976931E+309 - INTEGER: Data type name: INTEGER(default) - Kind value: 4 - Bit size: 32 - Largest representable number: 2147483647 - LOGICAL: Data type name: LOGICAL - Kind value: 4 - CHARACTER: Data type name: CHARACTER Kind value: 1 - ==== Using MPI-2 specifications ==== - MPI-IO support is ON - xmpi_tag_ub ................ 2147483647 - xmpi_bsize_ch .............. 1 - xmpi_bsize_int ............. 4 - xmpi_bsize_sp .............. 4 - xmpi_bsize_dp .............. 8 - xmpi_bsize_spc ............. 8 - xmpi_bsize_dpc ............. 16 - xmpio_bsize_frm ............ 4 - xmpi_address_kind .......... 8 - xmpi_offset_kind ........... 8 - MPI_WTICK .................. 9.9999999999999995E-007 - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - CPP options activated during the build: - - CC_LLVM CXX_LLVM FC_GNU - - HAVE_FC_ALLOCATABLE_DT... HAVE_FC_ASYNC HAVE_FC_BACKTRACE - - HAVE_FC_COMMAND_ARGUMENT HAVE_FC_COMMAND_LINE HAVE_FC_CONTIGUOUS - - HAVE_FC_CPUTIME HAVE_FC_EXIT HAVE_FC_FLUSH - - HAVE_FC_GAMMA HAVE_FC_GETENV HAVE_FC_IEEE_ARITHMETIC - - HAVE_FC_IEEE_EXCEPTIONS HAVE_FC_INT_QUAD HAVE_FC_IOMSG - - HAVE_FC_ISO_C_BINDING HAVE_FC_ISO_FORTRAN_2008 HAVE_FC_LONG_LINES - - HAVE_FC_MOVE_ALLOC HAVE_FC_ON_THE_FLY_SHAPE HAVE_FC_PRIVATE - - HAVE_FC_PROTECTED HAVE_FC_SHIFTLR HAVE_FC_STREAM_IO - - HAVE_FC_SYSTEM HAVE_FORTRAN2003 HAVE_HDF5 - - HAVE_LIBPAW_ABINIT HAVE_LIBTETRA_ABINIT HAVE_LIBXC - - HAVE_LINALG_AXPBY HAVE_LINALG_OPENBLAS_T... HAVE_MPI - - HAVE_MPI2 HAVE_MPI_IALLGATHER HAVE_MPI_IALLREDUCE - - HAVE_MPI_IALLTOALL HAVE_MPI_IALLTOALLV HAVE_MPI_IBCAST - - HAVE_MPI_IGATHERV HAVE_MPI_INTEGER16 HAVE_MPI_IO - - HAVE_MPI_TYPE_CREATE_S... HAVE_NETCDF HAVE_NETCDF_FORTRAN - - HAVE_TIMER_ABINIT - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - === Build Information === - Version : 9.11.1 - Build target : aarch64_darwin21.6.0_gnu13.1 - Build date : 20230710 - - === Compiler Suite === - C compiler : llvm14.0 - C++ compiler : llvm14.0 - Fortran compiler : gnu13.1 - CFLAGS : -g -O2 - CXXFLAGS : -g -O2 -mtune=native -mcpu=native - FCFLAGS : -g -ffree-line-length-none -fallow-argument-mismatch -I/opt/hom ... - FC_LDFLAGS : - - === Optimizations === - Debug level : basic - Optimization level : standard - Architecture : _ - - === Multicore === - Parallel build : /opt/homebrew/opt/open-mpi - Parallel I/O : - openMP support : no - GPU support : - - === Connectors / Fallbacks === - LINALG flavor : openblas - FFT flavor : goedecker - HDF5 : yes - NetCDF : yes - NetCDF Fortran : yes - LibXC : yes - Wannier90 : no - - === Experimental features === - Exports : - GW double-precision : - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - Default optimizations: - -O2 -mtune=native -march=native - - - Optimizations for 43_ptgroups: - -O0 - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - -Abinitbuild: -Abinit Build Information: - Abinit version: 9.11.1 - MPI: True, MPI-IO: True, OpenMP: False - Netcdf: True - -Abipy Scheduler: -PyFlowScheduler, Pid: 37682 -Scheduler options: -{'weeks': 0, 'days': 0, 'hours': 0, 'minutes': 0, 'seconds': 10} - -Installed packages: -Package Version --------------- --------- -system Darwin -python_version 3.11.3 -numpy 1.23.5 -scipy 1.10.1 -netCDF4 1.6.3 -apscheduler 3.10.1 -pydispatch 2.0.5 -yaml 6.0 -boken 2.4.3 -panel 0.14.4 -plotly 5.14.1 -ase 3.22.1 -phonopy 2.18.0 -monty 2022.9.9 -pymatgen 2023.7.17 -abipy 0.9.6 - -PyFlowScheduler, Pid: 37682 -Scheduler options: -{'weeks': 0, 'days': 0, 'hours': 0, 'minutes': 0, 'seconds': 10} -[Sun Oct 8 11:05:50 2023] Number of launches: 1 - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Submitted | 37690@local | 1| 1|2.0 | 0| 0 | RelaxTask | (1, 0, 0) | 0:00:00Q | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:00R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:10R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:20R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:30R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:40R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:50R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:00R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:10R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:20R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:30R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:40R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:50R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:00R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:10R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:20R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:30R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:40R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:50R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:00R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:10R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:20R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:30R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:40R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:50R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:00R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:10R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:20R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:30R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:40R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:50R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+==========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Running | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:00R | 4924 | -+--------+----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - -in iteration step 0 -[Sun Oct 8 11:11:10 2023] Number of launches: 1 - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Submitted | 37840@local | 1| 1|2.0 | 0| 0 | RelaxTask | (1, 0, 0) | 0:00:00Q | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:00R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:10R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:20R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:30R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:40R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:00:50R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:00R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:10R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:20R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:30R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:40R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:01:50R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:00R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:10R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:20R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:30R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:40R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:02:50R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:00R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:10R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:20R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:30R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:40R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:03:50R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:00R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:10R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:20R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:30R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:40R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:04:50R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Running | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:00R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - -in iteration step 1 -[Sun Oct 8 11:16:30 2023] Number of launches: 3 - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Completed | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:15R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t2 | Submitted | 37882@local | 1| 1|2.0 | 0| 0 | ScfTask | (1, 0, 0) | 0:00:00Q | 4926 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t3 | Submitted | 37884@local | 1| 1|2.0 | 0| 0 | ScfTask | (1, 0, 0) | 0:00:00Q | 4927 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t4 | Submitted | 37886@local | 1| 1|2.0 | 0| 0 | ScfTask | (1, 0, 0) | 0:00:00Q | 4928 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t5 | Ready | None | 1| 1|2.0 | NA|NA | ScfTask | (0, 0, 0) | None | 4929 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - -[Sun Oct 8 11:16:40 2023] Number of launches: 1 - -Work #0: , Finalized=False -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| Task | Status | Queue | MPI|Omp|Gb | Warn|Com | Class | Sub|Rest|Corr | Time | Node_ID | -+========+===========+=============+==============+============+===========+=================+==========+===========+ -| w0_t0 | Completed | 37690@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:20R | 4924 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t1 | Completed | 37840@local | 1| 1|2.0 | 0| 4 | RelaxTask | (1, 0, 0) | 0:05:15R | 4925 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t2 | Running | 37882@local | 1| 1|2.0 | 1| 3 | ScfTask | (1, 0, 0) | 0:00:00R | 4926 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t3 | Running | 37884@local | 1| 1|2.0 | 4| 3 | ScfTask | (1, 0, 0) | 0:00:00R | 4927 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t4 | Running | 37886@local | 1| 1|2.0 | 1| 3 | ScfTask | (1, 0, 0) | 0:00:00R | 4928 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ -| w0_t5 | Submitted | 37898@local | 1| 1|2.0 | 0| 0 | ScfTask | (1, 0, 0) | 0:00:00Q | 4929 | -+--------+-----------+-------------+--------------+------------+-----------+-----------------+----------+-----------+ - -Too many jobs in the queue: 4 >= 4. - No job will be submitted. -Too many jobs in the queue: 4 >= 4. - No job will be submitted. -Too many jobs in the queue: 4 >= 4. - No job will be submitted. -Too many jobs in the queue: 4 >= 4. - No job will be submitted. -Too many jobs in the queue: 4 >= 4. - No job will be submitted. -in iteration step 2 - -Work #0: , Finalized=True - Finalized works are not shown. Use verbose > 0 to force output. - -all_ok reached - -Calling flow.finalize() ... - -Submitted on: Sun Oct 8 11:05:50 2023 -Completed on: Sun Oct 8 11:17:42 2023 -Elapsed time: 0:11:51.620257 -Flow completed successfully -