| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
OpenMP, MPI and SLURM on Northeastern's Discovery Cluster
C Code built and run using the Code Blocks IDE
Please switch to a Compute node
$ srun --pty /bin/bashload the anaconda module on your profile type the following:
$ module load anaconda3/3.7To create your environment, type the following:
$ conda create -n conda_env python=3.7 anacondaHere conda_env is the name you choose to give your environment.
Tip: to see a list of all of your conda environments, type conda info -e.
Switch to the bash folder and install the prerequisite Anaconda Packages
$ ./conda_prereq.shRun the run_slurms script
$ ./run_slurms.sh| Warning! ⚠️ Keep an eye on the batch jobs schedule. The python job should remain in queue and run last! |
|---|
Check your code results in the outputs folder specified below
$ cd ../slurm/outputs
$ llCheck for any bugs logged in the errorrs folder specified below
$ cd ../errors
$ llNortheastern University
Srinjoy Chakravarty
| Back | FazBrowse Home | New Git URL |