Recent Posts

Matlab alexnet support package install

If Deep Learning Toolbox Model for AlexNet Network support package is not installed, then the function provides a link to the required support package in the...

Create shared conda environment

create a shared location in $COMMON mkdir /common/GROUP/conda chown :GROUP conda chmod 770 conda create conda env in the shared location ...

Slurm_cgroup_memory_usage

Put the line below at the end of a slurm submit script to find out the memory usage. cgget -g memory /slurm/uid_${UID}/job_${SLURM_JOB_ID}

Coldfront deployment

install LDAP dependences yum install python-devel openldap-devel -y pip install django-auth-ldap pip install python-ldap ldap3