-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -122,18 +122,19 @@ <h2><a name="developmentenvironment">Development Environment</a></h2> | |
MFF UK unix login/password to get in. We assume you will know the minimum | ||
needed to use the system. Start a few terminals and that is all you need. The | ||
compiler is <tt>gcc</tt>. See below for a few editor options. | ||
<li>Linux machines in the Malá Strana lab are also remotely accessible via SSH | ||
with your unix MFF UK login. To log in, use e.g. <code>ssh | ||
[email protected]</code>. You can also check <code>ssh -M</code> as | ||
that might come in handy to speed up multiple logins. There seem to be | ||
<tt>u-pl</tt> machines from 1 to 37. Pick any of those, your home directory is | ||
mounted on all. You can use <a href="https://putty.org">PuTTY</a> client on | ||
Windows. Windows 10 already have OpenSSH. Then see the item above. | ||
<li>Use your laptop with a GNU C (<code>gcc</code>) compiler installed, or any | ||
other modern C compiler. Any Linux distro, (Free|Net|Open)BSD, or a macOS | ||
machine will do but you may need to install the compiler there. On macOS, just | ||
run <tt>cc</tt> and follow the instructions there. | ||
<li>Install a C compiler on your Windows laptop. | ||
<li>Some Linux machines in the Malá Strana from the Rotunda lab are still | ||
remotely accessible via SSH with your unix MFF UK login. To log in, use e.g. | ||
<code>ssh [email protected]</code>. You can also check <code>ssh | ||
-M</code> as that might come in handy to speed up multiple logins. Presently, | ||
due to the Rotunda lab ongoing reconstruction, there are | ||
to be <tt>u-pl1</tt> and <tt>u-pl10</tt> machines available to remote login. | ||
Pick any of those, your home directory is mounted on all. You can use <a | ||
href="https://putty.org">PuTTY</a> client on Windows. Windows 10 already have | ||
OpenSSH. Then see the item above. <li>Use your laptop with a GNU C | ||
(<code>gcc</code>) compiler installed, or any other modern C compiler. Any | ||
Linux distro, (Free|Net|Open)BSD, or a macOS machine will do but you may need to | ||
install the compiler there. On macOS, just run <tt>cc</tt> and follow the | ||
instructions there. <li>Install a C compiler on your Windows laptop. | ||
<li>Various combinations of the above in a virtual machine (e.g. open source <a | ||
href="https://www.virtualbox.org/">VirtualBox</a> runs on many platforms). | ||
</ol> | ||
|
@@ -218,10 +219,9 @@ <h2><a name=gettingcredits">Getting credits</a></h2> | |
|
||
<p>Tests to verify your implementation will be provided with the assignment. | ||
<b>You must pass all the tests</b> before handing over your solution. We will | ||
build your code and verify the tests on one of the Linux machines | ||
<code>u-pl</code>N in the <a | ||
href="http://www.ms.mff.cuni.cz/labs/index.html.en">MFF UK lab at Malá | ||
Strana</a>, see the <a href="#developmentenvironment">Development | ||
build your code and verify the tests on <code>u-pl1.ms.mff.cuni.cz</code> | ||
machine in the <a href="http://www.ms.mff.cuni.cz/labs/index.html.en">MFF UK lab | ||
at Malá Strana</a>, see the <a href="#developmentenvironment">Development | ||
Environment</a> section above. If your code does not pass all the tests there, | ||
the submission will not be accepted. | ||
|
||
|