30 likes | 220 Views
MADX-SC. MAD-X is being used for SC studies Fortran & C & C++ g cc & IFORT OPENMP Typically 1000 – 10’000 particles 800’000 turns take ~14 days for simulation of the PS machine and 1000 particles on PC cluster with 4 cores Files on web at : cern.ch/ frs /Source/MADX- SC_set_up
E N D
MADX-SC • MAD-X is being used for SC studies • Fortran & C & C++ • gcc & IFORT • OPENMP • Typically 1000 – 10’000 particles • 800’000 turns take ~14 days for simulation of the PS machine and 1000 particles on PC cluster with 4 cores • Files on web at: cern.ch/frs/Source/MADX-SC_set_up • madX_OPENMP.tgz --- Code • 600K-633K-4Kp.tgz --- Example Run • This Powerpoint presentation CNAF Frank Schmidt
Make madx64 • tar xvfz madX_OPENMP.tgz • make cleanall • make madx-linux64-gnu FC=ifort SHOW=yes • Executable in: build/madx64 CNAF Frank Schmidt
Run madx64 • tar xvfz 600K-633K-4Kp.tgz • In “launch_PS_openmp” fix location of “madx64” and the run directory • Run it Example CERN: bsub-q 2nw -n 4 -R "span[ptile=4]" launch_PS_openmp CNAF Frank Schmidt