Skip to main content

aces3

Versions and Availability

About the Software

Description Path: key[@id="aces3"]/whatis Not Found!

Usage

Make sure softenv key is used properly: soft add +aces3-intel-11.1-mvapich-1.1

Example for a job submission:

#!/bin/csh

#PBS -j oe
#PBS -N myjob
#PBS -l nodes=1:ppn=8
#PBS -l walltime=8:00:00
#PBS -q workq

export ACES=/usr/local/packages/aces/ACESIII/intel-11.1-mvapich-1.1/bin
export MPICH_PTL_OTHER_EVENTS=100000
export MPICH_PTL_UNEX_EVENTS =100000
export MPICH_MSGS_PER_PROC=40000
export MPICH_UNEX_BUFFER_SIZE=128000000
export MPICH_MAX_SHORT_MSG_SIZE=64000
export NPROCS=`wc -l $PBS_NODEFILE |awk '{print $1 }'`

mpirun -machinefile $PBS_NODEFILE -np $NPROCS $ACES/xaces3 > job.out
       

Resources

  • On-line Documentation is available on the ACES home page. Additional links to related publications can also be found there.

Last modified: September 10 2020 11:58:50.