Commit 7cc0231d by 20210828028

add prepare_env.sh track

parent cf1a4f65
conda create -n pet python==3.7
conda activate pet
pip install -r requirements.txt
#!/bin/bash
cmd=$@
/usr/bin/time --output memory_usage.log --append --format "%E\t%U\t%S\t%M\t%t\t%x\t\"$cmd\"" $cmd
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment