64-Bit Nodes
x86_64 64-bit Opteron nodes and headnode, hpc-opteron.usc.edu,are available. We have 2 kinds of machines:dual-processor with 2GB RAM, and dual-processor/dual-core with 4GB RAM. These machines are available through the default main, large, long, and quick execution queues.
Selection of 32-bit or 64-bit nodes is done with the arch job resource. With qsub, simply add "-l arch=i686" or "-l arch=x86_64" to select 32-bitor 64-bit machines.
Most existing 32-bit programs should run on 64-bit nodes without modification. All users should verify that their existing jobs run correctly on x86_64nodes and report any failures or missing libraries to hpcc@usc.edu.
If you wish to build 64-bit programs, logon to hpc-opteron. Like hpc-login2, it has a 64-bit environment with 64-bit compilers and libraries. 64-bit programs should always be submitted with the following option in your qsub command: "-l arch=x86_64".
There is no default arch. This means that jobs can run on any node and span architectures, unless either arch is requested.