###### Server ###### To access our server, make sure that you are connected to the UTD network: * If you're on-campus, make sure that you are connected to the CometNet internet * If you're working off-campus, make sure that you are connected to the UTD VPN by following the instructions `here `_ .. _map_network_drive: Map Network Directory ----------------- To map the ``kenrod/`` drive (formerly, the ``shared/`` drive) to your local computer: For Mac users, go to ``Finder`` > ``Go`` > ``Connect to Server``, enter the following and press ``Connect``: .. code:: smb://cvl-share.cvl.utdallas.edu/kenrod For Windows users, follow the instructions `here `_ and enter the following for ``Folder`` field: .. code:: \\cvl-share.cvl.utdallas.edu\kenrod .. _login: Login with Command Line ----- For Max users, we can use the ``Terminal`` app, which is already included in Macs For Windows users, install either `Putty `_ or `MobaXterm `_ You can login by typing the following: .. code:: bash ssh -Y @ User is your UTD Net ID and hostname can be one of the following: * ``cvlkrcompute1.utdallas.edu`` or ``ponyo.utdallas.edu`` * ``cortex.cvl.utdallas.edu`` .. _software: Software -------- To see available software, run: .. code:: bash module avail To load available software, run: .. code:: bash module load To unload software, run: .. code:: bash module unload .. _parallel: Parallel Jobs -------- To run parallel jobs, we can use `SLURM (preferred) `_ or `Sun Grid Engine (old) `_. `Parallel Script Template `_ SLURM +++++++ To use ``SLURM``, first access the server via ``cortex.cvl.utdallas.edu``. Basic SLURM commands: .. code:: bash sbatch