Thursday, December 29, 2011

error: relocation truncated to fit, additional relocation overflows omitted from the output


The recommended flags to use when you have >2GB of static data are:
-mcmodel medium -shared-intel
or

-mcmodel large -shared-intel
(>>2GB)

Wednesday, December 21, 2011

Sunday, December 04, 2011

job for Antares3


#!/bin/bash
#
#$ -cwd
#$ -j y
#$ -S /bin/bash
#$ -pe orte 24


. /share/apps/intel/bin/ifortvars.sh intel64
. /share/apps/intel/impi/4.0.3.008/bin64/mpivars.sh


/share/apps/intel/impi/4.0.3.008/bin64/mpiexec.hydra -bootstrap sge /share/apps/SIESTA/3.1/siesta  < Au411.fdf

Friday, December 02, 2011

/etc/exports


/export 10.1.1.1(rw,async,no_root_squash) 10.1.0.0/255.255.0.0(rw,async)
/state/partition1 10.1.1.1(rw,async,no_root_squash) 10.1.0.0/255.255.0.0(rw,async)
/export/home 10.1.1.1(rw,async,no_root_squash) 10.1.0.0/255.255.0.0(rw,async)
/share  10.1.1.1(rw,async,no_root_squash) 10.1.0.0/255.255.0.0(rw,async)