# sample .login for PPPL transp # 11/03/2008 CLF which module |grep eval > /dev/null if ( $status ) then if ( -f /usr/pppl/Modules/default/init/tcsh ) then source /usr/pppl/Modules/default/init/tcsh endif endif # Load modules # Compiler dependent setenv FORTRAN_VARIANT PathScale module load pathscale/3.2 set f95piece = `echo $LD_LIBRARY_PATH | sed 's/:.*//'` setenv FLIBROOT $f95piece module load mpich module load netcdf setenv NETCDF_ROOT $NETCDFHOME setenv NETCDF_DIR $NETCDF_ROOT module load fftw/2.1.5 module load superlu module load acml #CLF: $ACML_HOME gives only root_dir set newpiece = `echo $LD_LIBRARY_PATH | sed 's/:.*//'` setenv LAPACKHOME $newpiece setenv BLASHOME $newpiece # Compiler independent modules module load mdsplus/v2.1-0-gt4.0.7_x86_64 module load perl module load python module load java module load totalview # between and among shots TRANSP (beast): setenv IDL_PATH "+/p/beast/idl:$IDL_PATH" # setup transp if ( -f .transprc ) then source .transprc endif if ( -f $CODESYSDIR/qcsh/fusiongrid_access.csh ) then source $CODESYSDIR/qcsh/fusiongrid_access.csh endif