Difference between revisions of "SIMC Monte Carlo"

From HallCWiki
Jump to navigationJump to search
(New page: = SIMC = * The latest version of the code has been modified to compile using gfortran instead of the Absoft compiler. ** To checkout from CVS: *** setenv CVSROOT /group/hallc/cvsroot *...)
 
Line 5: Line 5:
 
*** setenv CVSROOT /group/hallc/cvsroot  
 
*** setenv CVSROOT /group/hallc/cvsroot  
 
*** cvs co simc_gfortran
 
*** cvs co simc_gfortran
 +
** The CTP library is now included as a SIMC subdirectory
 +
** The input files included with have NOT been updated to work with the new code. Basically in the name of a variable the "." is replaced by a  "%" for gfortran. To convert your input files use the script ( in the infiles subdirectory) : ''convert_inputfile.sh oldfile''
 
* [http://www.jlab.org/Hall-C/upgrade/MC.html Info] on the SHMS Monte Carlo.
 
* [http://www.jlab.org/Hall-C/upgrade/MC.html Info] on the SHMS Monte Carlo.

Revision as of 15:03, 1 December 2009

SIMC

  • The latest version of the code has been modified to compile using gfortran instead of the Absoft compiler.
    • To checkout from CVS:
      • setenv CVSROOT /group/hallc/cvsroot
      • cvs co simc_gfortran
    • The CTP library is now included as a SIMC subdirectory
    • The input files included with have NOT been updated to work with the new code. Basically in the name of a variable the "." is replaced by a "%" for gfortran. To convert your input files use the script ( in the infiles subdirectory) : convert_inputfile.sh oldfile
  • Info on the SHMS Monte Carlo.