|
||||
File indexing completed on 2024-04-06 12:28:25
0001 #! /bin/bash 0002 0003 # To be sourced where needed 0004 0005 host=`hostname` 0006 0007 if [[ $host == phi2.t2.* ]]; then 0008 dir=/data1/scratch/toymc 0009 n_sim_thr=128 0010 elif [[ $host == phiphi.t2.* ]]; then 0011 dir=/data/nfsmic/scratch/toymc 0012 n_sim_thr=12 0013 elif [[ $host == phi3.t2.* ]]; then 0014 dir=/data2/scratch/toymc 0015 n_sim_thr=64 0016 else 0017 dir=/tmp/${USER}/toymc 0018 n_sim_thr=8 0019 fi
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |