All public logs
Jump to navigation
Jump to search
Combined display of all available logs of NU HPC Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:20, 20 April 2025 User account MelvinStclair6 talk contribs was created
- 01:45, 18 April 2025 User account RosalynTroedel6 talk contribs was created
- 02:12, 17 April 2025 User account MargaretteTipton talk contribs was created
- 01:58, 17 April 2025 User account Lasonya3216 talk contribs was created
- 03:37, 8 April 2025 User account ErinBohn8843307 talk contribs was created
- 15:17, 3 April 2025 User account WalkerHeath4 talk contribs was created
- 04:20, 26 March 2025 User account RaulVelez152643 talk contribs was created
- 16:10, 23 March 2025 User account Voxcasino Nannies talk contribs was created
- 04:24, 20 March 2025 User account ChasR7034331 talk contribs was created
- 10:33, 18 March 2025 User account SoonElledge0 talk contribs was created
- 10:03, 18 March 2025 User account MammieStpierre6 talk contribs was created
- 09:44, 18 March 2025 User account ElizabethCanfiel talk contribs was created
- 01:03, 18 March 2025 User account CecilaIrving236 talk contribs was created
- 14:47, 17 March 2025 User account AdriannePotts talk contribs was created
- 09:46, 15 March 2025 User account CarlWilken8156 talk contribs was created
- 22:14, 14 March 2025 User account LatoyaMcGarvie talk contribs was created
- 18:09, 14 March 2025 User account O.Samarkanov talk contribs was created
- 17:06, 14 March 2025 User account BradfordCarder2 talk contribs was created
- 14:47, 14 March 2025 User account ElizabethStratto talk contribs was created
- 14:16, 14 March 2025 User account DirkKuefer769 talk contribs was created
- 09:48, 14 March 2025 User account AlyceSaenger5 talk contribs was created
- 09:35, 14 March 2025 User account BenjaminBramlett talk contribs was created
- 07:52, 14 March 2025 User account MariaNvo42503 talk contribs was created
- 07:33, 14 March 2025 User account SommerTichenor talk contribs was created
- 04:45, 14 March 2025 User account MeaganVanhoose talk contribs was created
- 15:44, 13 March 2025 User account Leoma40J90 talk contribs was created
- 13:35, 13 March 2025 User account MarjorieY89 talk contribs was created
- 13:40, 11 March 2025 User account HalinaRex705 talk contribs was created
- 18:55, 10 March 2025 User account ScottStrehlow29 talk contribs was created
- 09:37, 10 March 2025 User account JaninaBatchelor talk contribs was created
- 02:43, 8 March 2025 User account Zhaksylyk.suiindik talk contribs was created
- 20:10, 20 December 2024 User account Camilla90N talk contribs was created
- 09:59, 19 December 2024 User account ACJMeagan36484 talk contribs was created
- 06:47, 19 December 2024 User account Ovensandhobs9454 talk contribs was created
- 21:47, 22 October 2024 Admin talk contribs created page Job submission test (Created page with "= Job Submission – Hello World Examples for NU HPC System = This section provides working examples of SLURM job submission scripts for serial, MPI, and GPU "Hello World" tasks. Each example can be directly copied and run on the NU HPC system. == 1. Single-Core Serial Job Example == === Step 1: Creating the Python Script === First, create a Python script called <code>hello_serial.py</code>. This program prints "Hello World". <pre> print("Hello World from Serial!")...")
- 12:31, 20 October 2024 User account LaureneMcAdams talk contribs was created
- 12:38, 7 October 2024 User account Akerke.kablan talk contribs was created
- 02:39, 30 September 2024 User account TerencePyle6850 talk contribs was created
- 12:34, 26 September 2024 User account TreyFurneaux96 talk contribs was created
- 18:38, 17 September 2024 Admin talk contribs created page NU HPC Team (Created page with "aaa")
- 13:17, 17 September 2024 Admin talk contribs created page Acceptable Use Policy (Created page with "General NU HPC terms and conditions • Computing resources including but not limited to CPUs, GPUs, RAM, storage space, network bandwidth are to be used for research purposes only. • User accounts may not be shared. No proxy work is allowed. An individual may not connect to HPC facilities or submit jobs on behalf of someone else. • No commercial work is permitted unless authorized by NU administration and HPC Team. Revocation of access Any infringement of the...")
- 05:51, 10 July 2024 Admin talk contribs created page File:Miniconda-vs-Anaconda.jpg
- 05:51, 10 July 2024 Admin talk contribs uploaded File:Miniconda-vs-Anaconda.jpg
- 05:36, 3 July 2024 Admin talk contribs created page MediaWiki:Vector.css (Created page with "All CSS here will be loaded for users of the Vector skin: #content { background-color: #e6ffb4; }")
- 05:08, 3 July 2024 Admin talk contribs created page Apptainer (Created page with "Singularity is an open-source application for creating and running software containers, designed primarily for high-performance computing on shared Linux-based computing clusters like CARC systems. Singularity containers provide a custom user space and enable portable, reproducible, stable, and secure software environments on Linux systems. A Singularity container bundles a primary application and all of its dependencies into a single image file, which can also include...")
- 04:38, 3 July 2024 Admin talk contribs moved page Software 1 to Software without leaving a redirect
- 04:37, 3 July 2024 Admin talk contribs moved page Software to Software 2 without leaving a redirect
- 04:31, 3 July 2024 Admin talk contribs created page MATLAB (Created page with "MATLAB is a programming environment for algorithm development, data analysis, visualization, and numerical computation. Using MATLAB, you can solve technical computing problems faster than traditional programming languages, such as C, C++, and Fortran. You can use MATLAB in various applications, including signal and image processing, communications, control design, test and measurement, financial modeling and analysis, and computational biology. A common mistake for ne...")
- 04:14, 3 July 2024 Admin talk contribs created page CUDA (Created page with "CUDA (Compute Unified Device Architecture) is a parallel computing platform and application programming interface model created by NVIDIA. It allows to use NVIDIA graphics processing units (GPUs) for general purpose processing. '''Usage:''' module load cuda/11.4.1 To check GPUs on GPU nodes: <code>nvidia-smi --list-gpus</code>")
- 04:11, 3 July 2024 Admin talk contribs created page GNU Compiler Collection (Created page with "The GNU Compiler Collection, commonly known as GCC, is a set of compilers and development tools available for Linux, Windows, various BSDs, and a wide assortment of other operating systems. It includes support primarily for C and C++ and includes Objective-C, Ada, Go, Fortran, and D. The Free Software Foundation (FSF) wrote GCC and released it as completely free (as in libre) software. GCC is a toolchain that compiles code, links it with any library dependencies, conver...")