User Tools

Site Tools


Sidebar


Wiki

Info / Resources

Guides

Software

Sample Pages

Quick Navigation

info:coral

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 COR@L Admins.

Logging In

You can log onto our servers using your Lehigh password. You need to be on the Lehigh network (either directly or via VPN) to access our servers. Alternately, you can access the system via the [[tutorial:vpn|Lehigh University Jumphost]].

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

Shark server manages various software licenses including AMPL license.

polyps.ie.lehigh.edu

Polyps is COR@L Lab’s cluster composed of 16 nodes (polyp1-polyp15, polyp30). It is our heavy duty cluster. Polyps has Torque installed as a job scheduler. Torque 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 introduction to Torque see Software section. Long lasting experiments should be submitted to polyps through Torque. You can also check the load of Polyp nodes from ganglia web interface.

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. We can set up a WordPress page for you.

Software available on COR@L

Operating System

All servers run Debian 8.10 Jessie.

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 distributed 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.

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 useful 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.
  • Always protect your key pair with a passphrase when configuring Passwordless SSH.

Other Resources

System Admins and Their Duties

You can find the list of system admins here. System admins’ duty is to keep servers running and making sure that we have all the software required by users.

info/coral.txt · Last modified: 2021/11/12 13:55 by mjm519