Page 2 of 2

Re: NetCDF: Start+count exceeds ... ERROR MESSAGE

Posted: Tue Jul 14, 2015 5:01 pm
by RainerRutka
At least I got it!

Code: Select all

==========================================================================
RUN IN PARALLEL - MODE
==========================================================================
yambo -D          # Header of electronic structure DB. Infos only.

# Create input.in-file at first _if not existing_
yambo -i
# or use (interactive) in the submit-script
echo 'setup                        # [R INI] Initialization' > yambo.in
# Create "r_setup-file"
yambo -V RL       # Reduce plane waves (example only). Do not! use yambo -i -V RL (interactive mode)
# Run the examples like this
mpiexec -n 8 yambo -F Inputs/02_QP_PPA_pure-mpi-q -J 02_QP_PPA_pure-mpi-q
# Fixed amount of 8 cpu's for the above examples!
Now, it's running like a charm. Grazie mille for your kind help. Brought me on the right way!
:D

Re: NetCDF: Start+count exceeds ... ERROR MESSAGE

Posted: Tue Jul 14, 2015 5:06 pm
by RainerRutka
THANK YOU

Re: NetCDF: Start+count exceeds ... ERROR MESSAGE

Posted: Tue Jul 14, 2015 5:07 pm
by Daniele Varsano
Dear Rainer,
great, happy to hear the problem is solved.

Best,
Daniele