← Back to team overview

yade-users team mailing list archive

Re: [Question #252053]: Yade in PBS

 

Question #252053 on Yade changed:
https://answers.launchpad.net/yade/+question/252053

Klaus Thoeni proposed the following answer:
I am running PBS on our cluster without any troubles. After trying
Anton's suggestion maybe try to run one of our example scripts in batch
mode:

#!/bin/bash
#
#PBS -l select=1:ncpus=1
#PBS -l walltime=100:00:00
#PBS -k oe
cd /home/user/YADE/example/concrete/
/home/user/YADE-git/master/install/bin/yade-batch confined.table uniax.py
exit 0

HTH
Klaus

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.