| n |
![]() |
The Nano Cluster currently has 54 compute nodes and
1 frontends with the following configurations:
|
| Access to the Nano cluster is limited to affiliates of the
6 project PI's. To apply for an account, visit the Account
Request Form. The frontend node, Support & CommunityThe nano-users mailing list is a forum for community support of the Nano cluster. All users are added to this list by default but have the option of unsubscribing. Community resources: |
|
To submit a script to Torque, run qsub script.sh. Torque defines
environment variables and runs your script on the first assigned node; it does
not launch processes on multiple cpus. You may use
gexec or
mpirun within your script to launch processes on multiple assigned nodes.
The default queue is batch
which contains all nodes. View the output of qstat -a or
qstat -q to check the queue status.
If you are unfamiliar with MPI, please visit the MPI Tutorial. MPI jobs can be run over the gigabit Ethernet.
/home/nano/$group/$user is your home directory.
/home/nano/$group/work is group writable scratch space.
/home/nano/$group/software is group writeable for software installation.
/home/nano/$group/software/bin is in your path by default.
/usr/mill contains supported software, including MPI and IBM compilers.
/usr/mill/bin is in your path by default.
/scratch is local world writable storage on each node and should be
used instead of /tmp.
/scratch has a 30 day auto-deletion policy; any file not used
within 30 days will be deleted automatically.
Nothing is backed up, ever. Please plan accordingly.