User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

info:coral

This is an old revision of the document!


COR@L and COR@L Resources

This site provides documentation and resources for the COR@L lab. This is a place where COR@L users can find guides on how to access and use the software available to them. All COR@L users have an account provided to them. Thus, in all of these resources, we assume that you already have a COR@L account. If you have any comments or suggestions, such as recommendations for additional resources to include on this site, please contact Aykut Bulut.

Changing COR@L Password

Every user should first change their initial password received via mail using command “yppasswd”.

Servers Available

We have the following servers in COR@L. Their purposes are explained next to them.

coral.ie.lehigh.edu

Web server of COR@L website. Hosts personal websites of users, MOPTA conference, INFORMS student chapter and some other sites related to the department.

shark.ie.lehigh.edu

We use shark to connect COR@L Lab outside of campus. Only two servers in COR@L Lab can be reached outside of campus, coral and shark. Working on shark is not recommended, it lacks the basic software available on other servers (compilers, mathematical and optimization software, etc.).

polyps.ie.lehigh.edu

Polyps is COR@L Lab’s cluster composed of 15 nodes (polyp1-polyp15). It is our heavy duty cluster. Polyps has Condor installed as a job scheduler. Condor aims to maximize resource utilization and high throughput by scheduling jobs submitted by users and allocating resources (CPU, memory) of Polyps to them. For a brief introudction to Condor see Software section. Long lasting experiments should be submitted to polyps through Condor. You can also check the load of Polyp nodes from ganglia web interface.

piranha.ie.lehigh.edu

A server that is available to all users for general editing/compiling and running purposes. Mathematical and Optimization softwares are available.

You can check hardware section on COR@L website for more technical information about servers.

Personal Websites

If you are a professor or PhD student in IS&E department and want a website on COR@L server let your system admins know through e-mail. You can create a website using basic html or we can set up a wordpress page for you. Please let your system admins about your choice in your e-mail.

Software available on COR@L

Operating System

All servers run Debian 7.6 Wheezy.

Programming Languages, Compilers and Other Developer Tools

We have C, C++, Fortran compilers available through GCC 4.7.2. GCC also implements shared memory parallel computing with OPENMP 3.1 standard. You can use GCC for your shared memory parallel computations on any polyp node. We also have MPICH2 implementation of MPI distibuted parallel computing standard available on polyps.

Python 2.7 is installed on Polyps.

We have GNU Debugger (GDB) for debugging. Emacs and Vi is available as editors. Emacs comes with C/C++ and Python modes. We also have GNU make installed. Subversion and trac are also available. You can use your home directory and shark for setting Subversion repositories.

Optimization/Numerical Software

We have following optimization and numerical software available on polyps.

  • CPLEX
  • COIN-OR Solvers
  • AMPL
  • GAMS
  • MOSEK
  • MINOS
  • GUROBI
  • SEDUMI
  • EXPRESS
  • MATLAB
  • SCIPY/NUMPY
  • IPOPT

Please let your system admins know if any of the software fails. Do not forget to add the failing command or code.

Please let your system admins know if you need software that is not on the list. System admins do not decide the purchase of commercial software, but if it is freely available we will do our best to have it in COR@L Lab.

System Admins and Their Duties

Current system admins in COR@L are Aykut Bulut (aykut[.at.]lehigh.edu) and Seyedalireza Yektamaram (sey212[.at.]lehigh.edu). System admins’ duty is to keep servers running and making sure that we have all the software required by users.

User’s Responsibilities

  • Do not give your password to any other person. Do not let any other person to use COR@L Lab resources like friend, spouse etc. Your account is for your use only.
  • Do not store data that is not relevant to your academic studies, like personal pictures, videos, etc.
  • Do not use your account as a backup space.
  • Keep an eye on your disk usage (you can use “du” command, enter “du –help” for help).
  • Be very careful with experiments you are conducting. Make sure that your experiments do not write large output files or extremely many of them (like hundred thousands). Keep your output files reasonable. Try to anticipate the output before you run your code.
  • Keep an eye on your processes after you started them. Act if something seems wrong.
  • Do not forget to terminate processes that are not usefull or will not yield results.
  • Keep an eye on resource use of your processes (CPU, memory etc.). If it uses excessive memory and starts using swap think about terminating it, if it is not reasonable to let it run then terminate it.
  • Choose a secure password.
  • Be careful with your wordpress webpage. Do not leave comments section on. We get lots of spams if they leaved open.
  • Your files and user account will not be guaranteed to exist after 6 months of your graduation. We will keep it for 6 months for you to copy your files. After six months we will remove it.
  • There are two restrictions on processes in polyp1. First restriction is that a process is allowed to run only for 300 CPU time minutes. The second one is a process can use at most 10 Gb of memory. All long lasting experiments should be conducted through condor. You can see some guiding examples at directory “/scratch/coral_introduction” in polyp1. There are no restrictions in polyp2-12, they are only bounded by the hardware installed.
  • If you are not a PhD student in ISE department and have an account to use in one of the courses you take (like IE406) your account will be removed after two weeks the classes ended. You are supposed to copy your files in these two weeks.

Other Resources

info/coral.1446046023.txt.gz · Last modified: 1998/12/03 12:11 (external edit)