Difference between revisions of "Development and Testing"

From UFRC
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:Hardware]]
 
[[Category:Hardware]]
If you need to develop code (i.e. the standard edit, build, test cycle) or test your workflows and scripts before submitting batch jobs, the following machines are available to serve the purpose.  
+
==Overview==
 +
The test nodes are available for software development and testing. If you need to develop code (i.e., the standard edit, build, test cycle) or test your workflows and scripts before submitting batch jobs, you should use these machines. The software environment on the test nodes is kept consistent with that of the compute nodes so you can run jobs and get an accurate idea of what resources are used.
  
=HiPerGator=
+
Please remember that you are not allowed to run user applications on the login nodes. Interactive work of any kind must be performed on a test machine. '''We ask that you limit the runtime of jobs on the test nodes to thirty minutes or less.''' If you need to run jobs for a longer duration of time, you should use the [[Daemons | daemon nodes]]. Please note that violation of this policy may result in suspension of your UFRC account.
  
dev1 (Opteron 6378, 2.4GHz, 64 cores, 256 GB RAM)
+
==Access==
 +
Connect to the cluster (gator.rc.ufl.edu) and use the ssh command to access either of the test servers.
 +
<pre>ssh dev1</pre> or <pre>ssh dev2</pre>
  
dev2 (Opteron 6378, 2.4GHz, 64 cores, 256 GB RAM)
+
==Test Queue==
 +
There is a test queue you can use to test your job submission scripts. Please visit the [[Queues]] page for more information.
  
 
+
==Technical specifications==
'''You may access these nodes via "ssh" from the login nodes. For example:'''
+
Both dev1 and dev2 have the same technical specifications, as follows:
 
+
* Opteron 6378
ssh dev1
+
* 2.4 GHz
 
+
* 64 cores
or
+
* 256 GB RAM
 
 
ssh dev2
 

Revision as of 20:19, 26 March 2015

Overview

The test nodes are available for software development and testing. If you need to develop code (i.e., the standard edit, build, test cycle) or test your workflows and scripts before submitting batch jobs, you should use these machines. The software environment on the test nodes is kept consistent with that of the compute nodes so you can run jobs and get an accurate idea of what resources are used.

Please remember that you are not allowed to run user applications on the login nodes. Interactive work of any kind must be performed on a test machine. We ask that you limit the runtime of jobs on the test nodes to thirty minutes or less. If you need to run jobs for a longer duration of time, you should use the daemon nodes. Please note that violation of this policy may result in suspension of your UFRC account.

Access

Connect to the cluster (gator.rc.ufl.edu) and use the ssh command to access either of the test servers.

ssh dev1

or

ssh dev2

Test Queue

There is a test queue you can use to test your job submission scripts. Please visit the Queues page for more information.

Technical specifications

Both dev1 and dev2 have the same technical specifications, as follows:

  • Opteron 6378
  • 2.4 GHz
  • 64 cores
  • 256 GB RAM