-
Notifications
You must be signed in to change notification settings - Fork 133
Notes for using on Falcon
mandd edited this page Apr 7, 2017
·
3 revisions
On INL HPC's falcon computer, there is a module that can be used instead of building the raven libs. Use:
module load pbs raven-devel-gcc
In order to run qsub on falcon, a project needs to be specified with the clusterParameters node in RunInfo. This can be specified in an external xml in ~/.raven/default_runinfo.xml
that is used every time. Example default_runinfo.xml:
<Simulation>
<RunInfo>
<clusterParameters>-P project</clusterParameters>
</RunInfo>
</Simulation>
Put in your project in the file where it says project (such as neams, lwrs etc).