Hi,

Please does anyone Know what this error means?

Fatal error:
file type out of range (48)

Here's my script:


#PBS -S /bin/bash
#PBS -N job_md6ns
#PBS -e job_md6ns.err
#PBS -o job_md6ns.log
#PBS -m ae -M carlajam...@gmail.com
#PBS -l select=2:ncpus=8:mpiprocs=8
#PBS -l walltime=024:00:00
cd $PBS_O_WORKDIR
export GMXLIB=$GMXLIB:/scratch/carla/top:.
module load gromacs
mdrunmpi="mpiexec /opt/software/SGI/gromacs/4.5.4/bin/mdrun"
${mdrunmpi} -v -s  .tpr -o  .trr -cpo state_6ns.cpt -c  .gro -x  .xtc -e
.edr -g .log

Thanks,
Carla
-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to