Re: NetCDF: Start+count exceeds ... ERROR MESSAGE
Posted: Tue Jul 14, 2015 5:01 pm
At least I got it!
Now, it's running like a charm. Grazie mille for your kind help. Brought me on the right way!

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!
