Skip to content

Commit

Permalink
speed test, using /tmp vs filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
hkershaw-brown committed Dec 12, 2023
1 parent a20971a commit c95a630
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions developer_tests/build_everything/submit_jobs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ cat <<EOF > $outfile
#PBS -l walltime=00:20:00
#PBS -l select=1:ncpus=128:mpiprocs=128
export TMPDIR=/glade/derecho/scratch/$USER/temp
mkdir -p $TMPDIR
export TMPDIR=/tmp/
time ./run_all_quickbuilds.sh $compiler $1
Expand Down

0 comments on commit c95a630

Please sign in to comment.